Skip to content
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

[core/client] Kill running actors and tasks when the client disconnects #13354

Closed
ericl opened this issue Jan 12, 2021 · 0 comments · Fixed by #13919
Closed

[core/client] Kill running actors and tasks when the client disconnects #13354

ericl opened this issue Jan 12, 2021 · 0 comments · Fixed by #13919
Assignees
Labels
P1 Issue that should be fixed within a few weeks
Milestone

Comments

@ericl
Copy link
Contributor

ericl commented Jan 12, 2021

Currently, the Ray client server release object and actor references, but this doesn't kill them when they fall out of scope.

An easy way of doing this is to just disconnect from Ray when the number of connected clients falls to zero, and reconnect when a client connects (starting a new job).

@ericl ericl added the P1 Issue that should be fixed within a few weeks label Jan 12, 2021
@ericl ericl added this to the Ray Client milestone Jan 12, 2021
@krfricke krfricke changed the title Kill running actors and tasks when the client disconnects [core/client] Kill running actors and tasks when the client disconnects Jan 13, 2021
@krfricke krfricke added the core label Jan 13, 2021
@richardliaw richardliaw removed this from the Ray Client milestone Jan 14, 2021
@ericl ericl added this to the Core Bugs milestone Jan 20, 2021
@ericl ericl removed the core label Jan 20, 2021
@ericl ericl modified the milestones: Core Bugs, Ray Client Jan 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P1 Issue that should be fixed within a few weeks
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants