-
Notifications
You must be signed in to change notification settings - Fork 168
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
Fix issue with resurrection of tombstones #4180
Conversation
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.
This doesn't appear to be the fix unfortunately, but this change still has value as an optimization.
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.
Really great work tracking this one down! Even seeing the fix and the test, it still took me a while to understand what was going on here.
@ironage What would it take to make it easier to comprehend? Comments? |
f10ee6d
to
9c891f7
Compare
@bmunkholm I added some comments in the test. It will be hard to get your head around anyway. |
While iterating through a tombstones backlink columns it may be erased underneath if the last backlink was removed. In this case the iteration must be aborted.
9c891f7
to
32eb2cc
Compare
Fixes https://jira.mongodb.org/browse/HELP-20152