forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mvcc: clean up warnings around failed intent resolution
We saw "impossible" warnings fire in cockroachdb#9399, which indicated that these warnings had issues. It turns out that they did not seem to be correct. The "impossible" warning appears to be possible if an intent from an earlier epoch is removed and replaced by either a new intent or a committed value with a higher timestamp. Meanwhile, one of the warnings that had "false positives" doesn't actually appear to. Release note: None
- Loading branch information
1 parent
0789df4
commit 54b6a5c
Showing
1 changed file
with
16 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters