how does zookeeper do when the master down
问题 The title may look like silly, but I really can't understand the zookeeper failover policy when the master is down although I read a lot of docs about Zookeeper. My question as following: If I have three nodes zookeeper, then the master is down, so how do the remaining two nodes elect the new master(right now it's an even number nodes, how do they vote by majority). If one of the remaining two nodes down, then the last one will become master and continually serve the service, right please? If