zettadb / cloudnative

Apache License 2.0
0 stars 1 forks source link

Enhance the bootstrap script to support installing clusters during initialization #25

Open jd-zhang opened 2 years ago

jd-zhang commented 2 years ago

Issue migrated from trac ticket # 829

component: cluster provision | priority: major

2022-06-16 19:21:50: zhangjindong@zettadb.com created the issue


Currently, the flow is below:

  • install the meta cluster
  • init all the releated nodes
  • setup the cluster_mgr and node_mgr process
  • start cluster_mgr and node_mgr process

Then user can send post request to leader cluster_mgr process to create cluster or do other things.

But for performance testing or specific testing purpose, sometimes, we need to control the cluster more exactly, so we should also support installing some clusters as well during this init process.