-
Notifications
You must be signed in to change notification settings - Fork 0
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
Resource cache and management #249
Comments
As of this point we have a trivial resource manager. Moving this to another project to be properly taken care of. |
-- this is improving how it's used by clients
The current implementation does the optimistic out-of-lock creation. While this is ok for most scenarios, it is not ok for us. The problem is that the creation of a resource may fail precisely because the same one is currently being created. To fix this we would need to add per-resource locks in the manager |
-- this is improving how it's used by clients
Implement based on #250
This likely ties in with the system context idea in #231
The text was updated successfully, but these errors were encountered: