Dynamic server addition/deletion

2009-05-01 Thread rag...@yahoo.com
Our product would require support for dynamic addition and deletion of ZK servers to the cluster. We would like to come up with a design, propose the design to the ZK developers and then implement the feature once the design is signed off by the ZK developers. Before we go down that path, I

Re: Dynamic server addition/deletion

2009-05-01 Thread Ted Dunning
This is relatively easy to do now, although somewhat inelegant. You can make configuration changes and then do a rolling restart of the systems. A more elegant solution in which you add additional servers without a restart should be relatively easy to build into the code if you can make it look

Re: Dynamic server addition/deletion

2009-05-01 Thread Mahadev Konar
Hi Raghu and Ted, Theire is already an open jira on this -- http://issues.apache.org/jira/browse/ZOOKEEPER-107 You can go through the suggestions on it and can continue the discussion on the jira. Please feel free to add your ideas to the jira. Also, I don't think anyone is working on it (to