-
Hi |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yes, that should work. You need to make sure to not loose the quorum (majority of the ZooKeeper nodes needs to be online and synced). But as long as you don't do that, the new node should simply joind the cluster and recover the data from the remaining nodes. |
Beta Was this translation helpful? Give feedback.
Yes, that should work. You need to make sure to not loose the quorum (majority of the ZooKeeper nodes needs to be online and synced). But as long as you don't do that, the new node should simply joind the cluster and recover the data from the remaining nodes.