-
Notifications
You must be signed in to change notification settings - Fork 678
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(resharding): renaming resharding code from "state split" to …
…"resharding" (#10393) The current naming is centered around "state split". It's really confusing to newcomers and even experienced developers as it's not obvious what spltting state pertains to. The new naming is centered around "resharding" which should be clear to anyone. Moreover in the future we may want to add more resharding ops, beyond splitting shards, so this refactoring makes it more future proof. Care needs to be taken when handling the configs. Ideally this PR should be included in the same rollout as the resharding itself. Otherwise a node operator may configure resharding using the legacy "state_split_config" which will become obsolete as of this PR. cc @posvyatokum
- Loading branch information
Showing
38 changed files
with
447 additions
and
452 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.