apache / incubator-horaedb-meta

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

feat: add deploy mode #247

Closed ZuLiangWang closed 1 year ago

ZuLiangWang commented 1 year ago

Rationale

In the current implementation, every time the CeresDB node changes, it will cause large-scale scheduling in the cluster. However, in the actual situation, we hope to control the affected range of the cluster when deploy and debug. Therefore, we need to add a deploy mode switch to control cluster scheduling.

Detailed Changes

Test Plan

Pass all unit tests and test DeployMode take effect locally.