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

clustermgr create cluster,then clustermgr switch master/slave #22

Open jd-zhang opened 2 years ago

jd-zhang commented 2 years ago

Issue migrated from trac ticket # 806

component: cluster manager | priority: major

2022-06-08 15:48:49: hellen@zettadb.com created the issue


1.the info of create cluster: { "version":"1.0", "job_id":"", "job_type":"create_cluster", "user_name":"kunlun_test", "timestamp":"202205131532", "paras":{ "nick_name":"rbrcluster001", "ha_mode":"rbr", "shards":"2", "nodes":"3", "comps":"1", "max_storage_size":"20", "max_connections":"6", "cpu_cores":"8", "innodb_size":"1", "dbcfg":"1", "machinelist": [ {"hostaddr":"${node_mgr.1}"} ] } }

ps:研发定位为,nodemgr没有感知到集群已经安装好。

jd-zhang commented 2 years ago

2022-06-08 15:50:05: hellen@zettadb.com uploaded file clustermgr.log (26.0 KiB)