-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change ObjStore methods to call by env servlet name instead of actor. (…
…#733) We're seeing many cases where the EnvServlet dies, but it isn't cleaned up from global state. Then, if the user re-runs their code (which may once again call put resource, since it calls `.to`), it'll think the Servlet is already on the machine (because of our global `env_servlets` dict) and not re-create it. This makes the server fully borked after an EnvServlet dies. This is basic fault tolerance to clean up objects if this happens.
- Loading branch information
Showing
1 changed file
with
25 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters