zettadb / cluster_mgr

Clust_mgr is an important compnent of KunlunBase. It provides a HTTP API for KunlunBase users to do cluster management, provisioning and monitor work, so that uses can install a cluster, a kunlun-server node, a storage shard or a kunlun-storage node by calling such APIs. Such capability enables users to integrate KunlunBase management and provisioning as part of their existing application or GUIs. Cluster_mgr also provide other important cluster maintenance background work to make sure the KunlunBase clusters it serves can work efficiently and reliably.
http://www.kunlunbase.com
Apache License 2.0
10 stars 2 forks source link

membership mgmt API #73

Open jd-zhang opened 2 years ago

jd-zhang commented 2 years ago

Issue migrated from trac ticket # 819 www.kunlunbase.com

component: cluster manager | priority: major

2022-06-14 14:54:43: zhaowei@zettadb.com created the issue


implement API to add/remove a cluster_mgr instance to/from a cluster_mgr braft group.

call braft API to update the group's membership.

store group members in metadata shard and each cluster_mgr node get such info when needed.

Make sure new member(s) can get old states stored in leveldb via braft.

jd-zhang commented 2 years ago

2022-06-14 14:55:35: zhaowei@zettadb.com edited the issue description