Re: Changing configuration

2010-10-07 Thread Ted Dunning
Restart all clients ... eventually. No need for a grand hurry unless your ZK servers are very busy. On Thu, Oct 7, 2010 at 2:29 PM, Adam Lazur wrote: > Restart all clients too. > > .laz > > Patrick Hunt (ph...@apache.org) said: > > You probably want to do a "rolling restart", this is preferable

Re: Changing configuration

2010-10-07 Thread Adam Lazur
Restart all clients too. .laz Patrick Hunt (ph...@apache.org) said: > You probably want to do a "rolling restart", this is preferable over > "restart the cluster" as the service will not go down. > http://wiki.apache.org/hadoop/ZooKeeper/FAQ#A6 > >

Re: Changing configuration

2010-10-07 Thread Patrick Hunt
You probably want to do a "rolling restart", this is preferable over "restart the cluster" as the service will not go down. http://wiki.apache.org/hadoop/ZooKeeper/FAQ#A6 Patrick On Wed, Oct 6, 2010 at 9:49 PM, Avinash Lakshman wrote: > Suppose I

Re: Changing configuration

2010-10-07 Thread Flavio Junqueira
We don't have dynamic configuration yet, but it is on our todo list: http://wiki.apache.org/hadoop/ZooKeeper/ClusterMembershipso for now I believe you would have to reconfigure manually and restart the cluster. For Zab, you should be looking at org.apache.zookeeper.server.quorum.Cheers,-FlavioOn Oc

Re: Changing configuration

2010-10-06 Thread Milind Parikh
r...@m -- Milind On Wed, Oct 6, 2010 at 9:49 PM, Avinash Lakshman wrote: > Suppose I have a 3 node ZK cluster composed of machines A, B and C. Now for > whatever reason I lose C forever and the machine needs to be replaced. How > do I handle this situation? Update the config with D in place of

Changing configuration

2010-10-06 Thread Avinash Lakshman
Suppose I have a 3 node ZK cluster composed of machines A, B and C. Now for whatever reason I lose C forever and the machine needs to be replaced. How do I handle this situation? Update the config with D in place of C and restart the cluster? Also if I am interested in read just the ZAB portions wh