| clear query|facets|time |
Search criteria: .
Results from 71 to 80 from
123 (0.627s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Dynamic reconfiguration - Zookeeper - [mail # user]
|
|
...No problem! The way it works is that before a server acks a reconfig operation it writes a special tmp file to disk (dynamicConfigFilename + ".tmp"). Servers look for this file during ...
|
|
|
Author: Alexander Shraer,
2012-07-28, 17:33
|
|
|
Re: Dynamic reconfiguration - Zookeeper - [mail # user]
|
|
...Hi Jared, figuring out what happened and how to recover is part of the reconfiguration protocol. I don't think that this is something you as a user should do, unless I missunderstand w...
|
|
|
Author: Alexander Shraer,
2012-07-28, 17:02
|
|
|
Re: Dynamic reconfiguration - Zookeeper - [mail # user]
|
|
...Yes, this entry will be deleted. I don't like this either - if a new follower reboots before added to the config it will not be able to boot up without manual help from an admin. That's why ...
|
|
|
Author: Alexander Shraer,
2012-07-28, 01:42
|
|
|
Re: Dynamic reconfiguration - Zookeeper - [mail # user]
|
|
...Yes, any number of followers which are not in the configuration can just connect and listen in. This has always been the case, also in 3.4, I just made use of this for the purpose of adding ...
|
|
|
Author: Alexander Shraer,
2012-07-28, 00:55
|
|
|
Re: Dynamic reconfiguration - Zookeeper - [mail # user]
|
|
...there are just two supported types - participant and observer. (participant can act as either follower or leader). So you can either write participant or leave it unspecified (which me...
|
|
|
Author: Alexander Shraer,
2012-07-28, 00:29
|
|
|
Re: Dynamic reconfiguration - Zookeeper - [mail # user]
|
|
...BTW, please don't hesitate to ask me if you have other questions or run into any issues with ZK-107 patch. On Fri, Jul 27, 2012 at 5:20 PM, Alexander Shraer wrote: ...
|
|
|
Author: Alexander Shraer,
2012-07-28, 00:25
|
|
|
Re: Dynamic reconfiguration - Zookeeper - [mail # user]
|
|
...Hi Jared, Thanks for experimenting with this feature. The idea is that new servers join as "non voting followers". Which means that they act as normal followers but the leader ig...
|
|
|
Author: Alexander Shraer,
2012-07-28, 00:20
|
|
|
Re: quorum of 4 servers - Zookeeper - [mail # dev]
|
|
...Hi Ted, It is always OK to have an even number of servers. The thing is that 4 servers is not more fault-tolerant than 3 servers - both allow only 1 failure. It may still be better in ...
|
|
|
Author: Alexander Shraer,
2012-07-20, 21:37
|
|
|
zookeeper reconfiguration paper - Zookeeper - [mail # dev]
|
|
...Hi All, Our paper about dynamic reconfiguration of ZooKeeper (ZK-107) will soon appear in the USENIX ATC 2012 conference. If you're interested in this, you can find the paper on ...
|
|
|
Author: Alexander Shraer,
2012-05-03, 02:05
|
|
|
Re: adding/removing a zookeeper server - Zookeeper - [mail # user]
|
|
...exactly - ZK-107 allows fully automatic reconfiguration without any restarts (it adds this as an API command to zookeeper). We also have a mechanism to rebalance clients across the new set o...
|
|
|
Author: Alexander Shraer,
2012-04-30, 19:10
|
|
|
|