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.
storage: extract post-commit portion of split
This is the first step towards formalizing the split trigger as a side effect in the sense of cockroachdb#6286. With proposed-evaluated KV, we will have to attach a small amount of metadata to the WriteBatch containing the SplitTrigger based from which we have to deduce the necessary actions. I have more WIP which contains plumbing-type work, but have decided to take a step back and bring these changes in in small increments as a plethora of roadblocks is to be expected and cockroachdb#6144 may influence (and/or be influenced by) this work. Code movement only (and changing a few words around the boundary of the move) in this commit.
- Loading branch information
Showing
1 changed file
with
105 additions
and
105 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