Hi Raja, You can simply start multiple controllers. One of them is elected as a leader and it manages the cluster. If the leader fails, another controller is elected as the leader.
thanks Kishore G On Tue, Oct 13, 2015 at 7:08 AM, raja kadali@ iitkgp <[email protected]> wrote: > Hi, > > I wanted to make a helix quorum to maintain clusters. I've followed > the steps given below, I couldn't find any document related to how to run > helix controller in quorum. helix controller takes only one cluster name as > input. Can you please guide me how to setup a quorum of helix controllers. > > ./helix-admin.sh --zkSvr 10.10.87.241:2181 --addCluster ClusterN > > ./helix-admin.sh --zkSvr 10.10.87.241:2181 --addNode ClusterN > localhost:12916 > ./helix-admin.sh --zkSvr 10.10.87.241:2181 --addNode ClusterN > localhost:12917 > ./helix-admin.sh --zkSvr 10.10.87.241:2181 --addNode ClusterN > localhost:12918 > > > ./helix-admin.sh --zkSvr 10.10.87.241:2181 --addResource ClusterN myDB 6 > MasterSlave > > > ./helix-admin.sh --zkSvr 10.10.87.241:2181 --rebalance ClusterN myDB 3 > > > ./run-helix-controller.sh --zkSvr 10.10.87.241:2181 --cluster ClusterN > > > > > > --------------------------------------------- > Raja Kadali > > Skype ID : raja.kadali > e-mail : [email protected] >
