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.
storage: break another dependency on intent interleaving in mvccPutIn…
…ternal This commit breaks another dependency on intent interleaving in mvccPutInternal's call to replayTransactionalWrite. In this case, we know the provisional value's timestamp, so we should use this to read instead of the writer's read timestamp. This was caught by the test: ``` TestReplicaTxnIdempotency/reissued_write_at_lower_timestamp ``` Release note: None
- Loading branch information
1 parent
938b9a9
commit 6426a0c
Showing
1 changed file
with
5 additions
and
5 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