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.
Previously, a committed split would have the Store process that split via a `batch.Defer`. As part of cockroachdb#6286, this `batch.Defer` was removed and explicit metainformation is now passed up the callchain up to `(*Replica).processRaftCommand`, where it is translated to calls to the Store. A similar mechanism was previously used for passing up skipped intents, and that mechanism has been folded into this new one (with more side effects to be extracted in future work).
- Loading branch information
Showing
3 changed files
with
206 additions
and
108 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
Oops, something went wrong.