-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Cleanup keys/values db. #19829
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
Cleanup keys/values db. #19829
Conversation
Co-authored-by: Kyle Altendorf <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
using emptiness as an indicator of availability has the race hazard that if two context managers get entered at the same time for the same store id then they will both feel that they are in control. with an existence check instead and an immediate population after checking, the race risk is avoided.
Co-authored-by: Kyle Altendorf <[email protected]>
35c03a5
into
long_lived/datalayer_merkle_blob
Purpose:
Current Behavior:
New Behavior:
Testing Notes: