You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@zookeeper.apache.org by Aristedes Maniatis <ar...@ish.com.au> on 2018/04/18 03:17:42 UTC

server renumbering

We managed to kill our Zookeeper cluster by renumbering the servers in 
zookeeper.cfg. Obviously there is some internal  id that is created when 
the nodes are added and changing that break things dramatically. We had:

server.1=hostA.internal

server.2=hostC.internal

server.3=hostB.internal


We renumbered them, causing the problem.


For the future, is there documentation for the best process to replace 
and renumber hosts?


Ari