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

DM-29908: Guard against race condition in aggressive collection fetching. #516

Merged
merged 1 commit into from May 6, 2021

Conversation

TallJimbo
Copy link
Member

@TallJimbo TallJimbo commented May 5, 2021

A better solution to this would be a manager that doesn't load collections quite as aggressively (e.g. cache on first use, or fetching those associated with a user, etc), and that will someday be important for scaling, too. But it's a lot harder than this fix.

A better solution to this would be a manager that doesn't load
collections quite as aggressively (e.g. cache on first use, or fetching
those associated with a user, etc), and that will someday be important
for scaling, too.  But it's a lot harder than this fix.
Copy link
Contributor

@andy-slac andy-slac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@TallJimbo TallJimbo merged commit bedcc7c into master May 6, 2021
@TallJimbo TallJimbo deleted the tickets/DM-29908 branch May 6, 2021 01:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants