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.
component: cluster manager | priority: major | resolution: fixed
2021-06-07 10:57:11: zhaowei@zettadb.com created the issue
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
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.
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