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

Cleanup cluster_mgr source #38

Closed jd-zhang closed 3 years ago

jd-zhang commented 3 years ago

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

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

2021-06-07 10:57:11: zhaowei@zettadb.com created the issue


  1. Remove mysql dir from cluster_mgr source and its git repo. And just like kunlun computing node, put the compressed mysql.tgz into SRCROOT/resources, and at start of cmake, decompress it and add a soft link SRCROOT/include/mysql to reference SRCROOT/resources/mysql
jd-zhang commented 3 years ago

2021-07-20 15:42:15: zhangjindong@zettadb.com commented


The mysql dir removed from its repo. A mysql_client.tgz is added into SRCROOT/resources, and it is decompressed into include/mysql if necessary. It it has been running for some time, and the result is good, so close it.

jd-zhang commented 3 years ago

2021-07-20 15:42:15: zhangjindong@zettadb.com set resolution to fixed

jd-zhang commented 3 years ago

2021-07-20 15:42:15: zhangjindong@zettadb.com changed status from assigned to closed