forked from dgraph-io/badger
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
txn: Do not keep one too many conflict information
This fixes an issue introduced in dgraph-io#1275. If the read watermark is, say `10`, it means that all the read transactions of `readTs <= 10` have completed. All the remaining in-flight transactions have `readTs >= 11`, which cannot possibly conflict with transactions of commitTs <= 11.
- Loading branch information
Showing
2 changed files
with
52 additions
and
2 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
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