-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kv: temporarily disable parallel commits
This commit allows us to merge #36012 without waiting for #37469. We can revert this commit once the changes in #37469 land. The fear of merging #36012 without #37469 and without disabling parallel commits is that we would then be adding a new transaction state transition without actually performing implicit commits in parallel with the rest of the transaction's writes. This appears to slow down nightly benchmarks by about 5-10%. Release note: None
- Loading branch information
1 parent
1e58017
commit 9d874cc
Showing
3 changed files
with
19 additions
and
8 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