Adding 3 new nodes to cluster and removing existing 2 nodes, in final state we will have 3 nodes in cluster.
I need to change the location of Zookeeper nodes in production without losing the Quorum. To provide this requirement, i decided to follow steps below
- Download zookeeper (easy:)
- Configure new nodes to cluster as new follower
- Install Supervisord supervisord to give control of process to it.
- Run new nodes via supervisord
- Then restart existing follower