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-27494: Guard against race conditions in DimensionGraph registration. #432

Merged
merged 2 commits into from Nov 11, 2020

Conversation

TallJimbo
Copy link
Member

No description provided.

# Lock tables and then refresh to guard against races where some other
# process is trying to register the exact same dimension graph. This
# is probably not the most efficient way to do it, but it should be a
# rare operatoin.
Copy link
Member

Choose a reason for hiding this comment

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

Typo in comment.

@TallJimbo TallJimbo force-pushed the tickets/DM-27494 branch 2 times, most recently from 26d9e3c to 5aa0a67 Compare November 10, 2020 19:35
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 cf32b4e into master Nov 11, 2020
@TallJimbo TallJimbo deleted the tickets/DM-27494 branch November 11, 2020 02:01
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

3 participants