Description
To manage Shard, we need to implement some different kinds of Procedure. Each procedure corresponds to one Shardoperation type, it contains the following types:
TransferLeader
Migrate
Split
Merge
Scatter
Proposal
Implement the above Procedure.
Additional context
To simplify code review, the implementation of each Procedure should be submitted as a separate pull request
Description To manage
Shard
, we need to implement some different kinds ofProcedure
. Each procedure corresponds to oneShard
operation type, it contains the following types:Proposal Implement the above
Procedure
.Additional context To simplify code review, the implementation of each
Procedure
should be submitted as a separate pull request