Here is the situation.
I got 6
zk nodes, namely 1,2,3,4,5,6
, in two different region, namely A(1,2,3), B(4,5,6)
, separately.
Now A
goes down, and we want to recover the cluster from B
.
Which one of the two plan is practicable?
Do we have to add (or switch) at least one more node to restart this cluster
Or can we just remove all the other 3 nodes from the
*.cfg
file and then restart itIs there a better plan for this?