-
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
[Placement Group] Support RayPlacementGroupError #10508 #13140
Conversation
Reverted changes in https://github.com/ray-project/ray/pull/12821/files which deleted |
|
Co-authored-by: fangfengbin <[email protected]>
Co-authored-by: fangfengbin <[email protected]>
Co-authored-by: fangfengbin <[email protected]>
Co-authored-by: fangfengbin <[email protected]>
Co-authored-by: fangfengbin <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just a small comment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add tests to test_placement_group
?
@rkooo567 and I discussed further on this PR, current changes are not enough to cover all cases (direct task and actor task). and we might have to subscribe to worker changes, and make changes to ActorTableData to track actor exit status. We will park this PR for a bit of time.. |
|
Why are these changes needed?
Fix #10508
Also:
ProcessDisconnectClientMessage
to an msg processing function and an util function. A lot of message passing is from the same file.intentional_disconnect_client
, replaced with aClientDisconnectType
to provide more information on disconnect reasoning.DestroyWorker
toDisconnectAndKillWorker
to bring more clarity.Related issue number
#10508
Checks
scripts/format.sh
to lint the changes in this PR.