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

Garbage collect remote functions/actors when the driver that defined them exits. #958

Closed
robertnishihara opened this issue Sep 9, 2017 · 3 comments
Labels
enhancement Request for new feature and/or capability P3 Issue moderate in impact or severity

Comments

@robertnishihara
Copy link
Collaborator

When a driver exits, we can remove that driver's remote function definitions from Redis as well as from all of the workers.

@edoakes edoakes added the P3 Issue moderate in impact or severity label Mar 5, 2020
@richardliaw richardliaw added enhancement Request for new feature and/or capability good-first-issue Great starter issue for someone just starting to contribute to Ray labels Jul 2, 2021
@richardliaw richardliaw changed the title Garbage collect remote functions when the driver that defined them exits. Garbage collect remote functions/actors when the driver that defined them exits. Jul 2, 2021
@richardliaw
Copy link
Contributor

This is the same user request as #7224

@richardliaw
Copy link
Contributor

The actor 'PPO' has been exported 100 times. It's possible that this warning is accidental, but this may indicate that the same remote function is being defined repeatedly from within many tasks and exported to all of the workers. 

@wuisawesome wuisawesome removed the good-first-issue Great starter issue for someone just starting to contribute to Ray label Jul 2, 2021
@richardliaw
Copy link
Contributor

This is the same as #8822 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Request for new feature and/or capability P3 Issue moderate in impact or severity
Projects
None yet
Development

No branches or pull requests

4 participants