-
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.
kv: add lock durability options to the KV client API
This patch adds lock durability flags to GetFor{Update,Share}, ScanFor{Update,Share}, and ReverseScanFor{Update,Share}, using which users of the KV client API can express lock durability goals. These then map to either replicated or unreplicated locks. This patch then modifies existing tests to make use of replicated locks in a few places. Epic: none Release note: None
- Loading branch information
1 parent
242dd69
commit 639b8c8
Showing
29 changed files
with
521 additions
and
318 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
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
Oops, something went wrong.