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
- add 2 more nodes on new servers
- let them sync, add them existing configs
- restart followers
- kill remaining master , deploy 3. zk on new server
- kill 2 zk on wrong servers
Comments
Post a Comment