-
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.
storage: remove preemptive snapshots and replica ID 0
This commit adds a migration to remove any remaining on-disk pre-emptive snapshots and then excises the concept from the codebase. With this commit we gain the invariant that a Replica always has a non-zero replicaID that never changes. There's some cruft in replica_init that I'd love to clean up but don't have a clear vision of how. Release note: None
- Loading branch information
Showing
28 changed files
with
659 additions
and
1,439 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
Oops, something went wrong.