high availability - Whats the best way to migrate a zookeeper ensemble of 3? -


i have zk ensemble of 3 nodes.

i need move each different server.

whats best way achieve while achieving 0 downtime?

an approach temporary requires increasing ensemble size work too. achieving 0 downtime main goal.

have @ gist: https://gist.github.com/miketheman/6057930

  1. add 2 more nodes on new servers
  2. let them sync, add them existing configs
  3. restart followers
  4. kill remaining master , deploy 3. zk on new server
  5. kill 2 zk on wrong servers

Comments

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

gradle error "Cannot convert the provided notation to a File or URI" -

python - NameError: name 'subprocess' is not defined -