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

add ha_mode to table db_clusters #40

Closed jd-zhang closed 2 years ago

jd-zhang commented 3 years ago

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

component: cluster manager | priority: major | resolution: fixed

2021-09-22 16:25:23: @chaojie1979 created the issue


元数据表db_clusters增加no_mgr模式,避免无主不能清除XA RECOVER

alter table kunlun_metadata_db.db_clusters add column ha_mode enum ('no_rep', 'mgr', 'rbr');

jd-zhang commented 3 years ago

2021-09-22 16:32:38: @chaojie1979 changed component from DBA GUI to cluster manager

jd-zhang commented 3 years ago

2021-09-22 16:56:04: zhaowei@zettadb.com commented


add ha_mode field in db_clusters table stored in metadata shard, and also in pg_cluster_meta table of computing nodes

jd-zhang commented 3 years ago

2021-09-22 16:56:04: zhaowei@zettadb.com changed status from assigned to accepted

jd-zhang commented 2 years ago

2021-12-06 13:37:01: @chaojie1979 set resolution to fixed

jd-zhang commented 2 years ago

2021-12-06 13:37:01: @chaojie1979 changed status from accepted to closed