-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
concurrency: pull sequence number comparisons behind methods
The lock table uses sequence numbers (which are a function of request arrival order) to determine the sort order for requests in a lock's wait queue. We'll expand this criteria soon to enable lock promotion. In preparation, we pull raw sequence number comparisons behind methods on a newly introduced `queueOrder` struct. Epic: none Release note: None
- Loading branch information
1 parent
826145d
commit df82b0e
Showing
1 changed file
with
50 additions
and
19 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