apache / incubator-horaedb-meta

Meta service of HoraeDB cluster.
https://horaedb.apache.org
Apache License 2.0
27 stars 15 forks source link

Implement various procedures to manage shards #66

Closed ZuLiangWang closed 2 years ago

ZuLiangWang commented 2 years ago

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:

Proposal Implement the above Procedure.

Additional context To simplify code review, the implementation of each Procedure should be submitted as a separate pull request