-
Notifications
You must be signed in to change notification settings - Fork 5.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DO NOT MERGE][Object Store HA][ProtoType] Object Store HA #27541
Conversation
…ect#25021) When assigning an owner for an object (different from the current worker), such as: ```python ray.put(vaule, _owner = ACTORHANDLE) ``` Object Manager holds the wrong owner's address and updates location info to the wrong worker, making `ray.get` slow. the current master will get Timeout in this new test case.
The current prototype is:
|
Will try to review this soon, but we're a bit busy at the moment with the 2.0 release. |
This is very exciting. Also looking forwards to reviewing after 2.0. |
Thanks for the prototype! A few things:
|
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.
|
Hi again! The issue will be closed because there has been no more activity in the 14 days since the last message. Please feel free to reopen or open a new issue if you'd still like it to be addressed. Again, you can always ask for help on our discussion forum or Ray's public slack channel. Thanks again for opening the issue! |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.
|
Hi again! The issue will be closed because there has been no more activity in the 14 days since the last message. Please feel free to reopen or open a new issue if you'd still like it to be addressed. Again, you can always ask for help on our discussion forum or Ray's public slack channel. Thanks again for opening the issue! |
Why are these changes needed?
This is a prototype test of Object Store HA. REP: ray-project/enhancements#10
The object which supports HA we called
HA_Object
:PinObjects
when we sealHA_Object
,HA_Object
doesn't have the primary copy, it is only so that it can be spilled. When the global owner restarts and the global references are released, there is no good idea on how to delete the primary copy.Related issue number
Checks
git commit -s
) in this PR.scripts/format.sh
to lint the changes in this PR.