CnosDB
@CnosDB (CnosDB)

Are you sure you want to delete the question?

If your question is resolved, you may close it.

Leaving a resolved question undeleted may help others!

We hope you find it useful!

CnosDB クラスターにデータノードを追加しますか?

このマニュアルを使用して CnosDB クラスターをスピンアップし、次のようにメタ ノードを追加できます:

curl http://127.0.0.1:21001/init -d '{}'
curl http://127.0.0.1:21001/add-learner -H "Content-Type: application/json" -d '[2, "127.0.0.1:21002"]'
curl http://127.0.0.1:21001/add-learner -H "Content-Type: application/json" -d '[3, "127.0.0.1:21003"]'
curl http://127.0.0.1:21001/change-membership -H "Content-Type: application/json" -d '[1, 2, 3]'

これを行うコマンドラインの方法はありますか?

さらに、クラスターが起動して実行されたら、どうすればデータノードを追加できますか?

0

No Answers yet.

Your answer might help someone💌