| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
123 (0.133s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Fully Elastic Zookeeper Ensembles - Zookeeper - [mail # user]
|
|
...Hi Dave, Dynamic reconfiguration indeed is not currently possible from/to an ensemble containing a single server. Currently, a single server means "standalone" mode, but we believe tha...
|
|
|
Author: Alexander Shraer,
2013-04-22, 22:08
|
|
|
[ZOOKEEPER-1355] Add zk.updateServerList(newServerList) - Zookeeper - [issue]
|
|
...When the set of servers changes, we would like to update the server list stored by clients without restarting the clients.Moreover, assuming that the number of clients per server is the same...
|
|
|
http://issues.apache.org/jira/browse/ZOOKEEPER-1355
Author: Alexander Shraer,
2013-04-05, 17:15
|
|
|
[ZOOKEEPER-1411] Consolidate membership management, distinguish between static and dynamic configuration parameters - Zookeeper - [issue]
|
|
...Currently every server has a different static configuration file. This patch distinguishes between dynamic parameters, which are now in a separate "dynamic configuration file", and static pa...
|
|
|
http://issues.apache.org/jira/browse/ZOOKEEPER-1411
Author: Alexander Shraer,
2013-04-02, 12:09
|
|
|
[ZOOKEEPER-1675] Make sync a quorum operation - Zookeeper - [issue]
|
|
...sync + read is supposed to return at least the latest write that completes before the sync starts. This is true if the leader doesn't change, but when it does it may not work. The problem ha...
|
|
|
http://issues.apache.org/jira/browse/ZOOKEEPER-1675
Author: Alexander Shraer,
2013-04-01, 11:56
|
|
|
[ZOOKEEPER-1660] Add documentation for dynamic reconfiguration - Zookeeper - [issue]
|
|
...Update user manual with reconfiguration info....
|
|
|
http://issues.apache.org/jira/browse/ZOOKEEPER-1660
Author: Alexander Shraer,
2013-03-31, 02:26
|
|
|
Re: Quorum reads on zookeeper - Zookeeper - [mail # dev]
|
|
...Ted, as previously discussed on this list, what you are saying is true when the leader doesn't fail but it may not work in the general case under some asynchrony conditions. Please see my em...
|
|
|
Author: Alexander Shraer,
2013-03-26, 15:19
|
|
|
Re: Best way to update node using command line - Zookeeper - [mail # user]
|
|
...I'm not sure how to do that, sorry, perhaps someone else has an idea. But you can take a look at ZooKeeperMain.java and perhaps add such an option if its not there. Thanks, Alex ...
|
|
|
Author: Alexander Shraer,
2013-03-25, 16:37
|
|
|
Re: Best way to update node using command line - Zookeeper - [mail # user]
|
|
...yeah, it splits using spaces. but try this: Alex On Sun, Mar 24, 2013 at 11:22 PM, Nathan Findley wrote:...
|
|
|
Author: Alexander Shraer,
2013-03-25, 07:27
|
|
|
Re: Best way to update node using command line - Zookeeper - [mail # user]
|
|
...Hi Nate, You can use ZooKeeper CLI. starts the CLI in interactive mode but if you do It will just run that one command. There is also a similar way of doing it with the C...
|
|
|
Author: Alexander Shraer,
2013-03-25, 06:11
|
|
|
Re: flexible replication - Zookeeper - [mail # user]
|
|
...No. You can however define the set of servers which need to acknowledge an update before it completes. Others will still get the update asynchronously. By default a majority needs to ack eve...
|
|
|
Author: Alexander Shraer,
2013-03-14, 14:21
|
|
|
|