| clear query|facets|time |
Search criteria: .
Results from 91 to 100 from
139 (2.919s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: zookeeper cluster spanning datacenters - Zookeeper - [mail # user]
|
|
...One quick comment. We do not require majority quorums in ZooKeeper, and one reason we implemented this feature was exactly to enable more flexibility in deployments with multip...
|
|
|
Author: Flavio Junqueira,
2011-09-23, 09:12
|
|
|
Re: help with bookkeeper code? - Zookeeper - [mail # user]
|
|
...Hi Yang, Please use the bookkeeper-user@zookeeper list for questions about BK. "BookieClient" is possibly a misleading name for what that class does. It is supposed to be...
|
|
|
Author: Flavio Junqueira,
2011-09-06, 08:34
|
|
|
Re: Fast leader election initial delay, is that possible? - Zookeeper - [mail # user]
|
|
...Sampath, Do you think something along the lines of what Ted describes would work for you? -Flavio On Aug 18, 2011, at 7:13 PM, Ted Dunning wrote: flavio junqueira &...
|
|
|
Author: Flavio Junqueira,
2011-08-19, 11:00
|
|
|
Re: Fast leader election initial delay, is that possible? - Zookeeper - [mail # user]
|
|
...Hi Ted, I don't see how one can automate the distinction between a machine that is down because it crashed and a machine that is down because it hasn't started yet. Assuming th...
|
|
|
Author: Flavio Junqueira,
2011-08-18, 15:54
|
|
|
Re: Fast leader election initial delay, is that possible? - Zookeeper - [mail # user]
|
|
...Hi Sampath, When a server starts it tries to contact the others immediately; it backs off if it gets no response. It is true that it is unlikely that servers will start at the s...
|
|
|
Author: Flavio Junqueira,
2011-08-18, 09:13
|
|
|
Re: Zookeeper Node strategy to pick up the leader? - Zookeeper - [mail # user]
|
|
...Leader selection is not random, but based on the last transaction acknowledged. Peers vote for the one with highest zxid (server ids break ties) and leave election once they he...
|
|
|
Author: Flavio Junqueira,
2011-07-24, 20:30
|
|
|
Re: question on ZAB protocol - Zookeeper - [mail # user]
|
|
...Hi Yang, Some answers between lines: On Jul 13, 2011, at 3:45 AM, Yang wrote: Just to clarify, FIFO guarantees that a prefix of what has been sent is received and that th...
|
|
|
Author: Flavio Junqueira,
2011-07-13, 12:50
|
|
|
Re: Shared block storage via ZooKepper - Zookeeper - [mail # user]
|
|
...Hi Simon, It is not entirely clear to me what you need zookeeper for in this case. Are blocks replicated and you need to guarantee that the updates are consistent across replic...
|
|
|
Author: Flavio Junqueira,
2011-07-13, 12:01
|
|
|
Zab slides - Zookeeper - [mail # dev]
|
|
...I have uploaded the slides of our Zab presentation at the 2011 DSN conference (http://www.dsn.org) here: http://www.slideshare.net/FlavioJunqueira/zab-dsn2011-8493524 Jus...
|
|
|
Author: Flavio Junqueira,
2011-07-04, 07:08
|
|
|
Trunk test failure - Zookeeper - [mail # dev]
|
|
...Unless I'm not reading it properly, something didn't go well in the commit of ZOOKEEPER-965. The two last messages from the jenkins server have this error: [exec] mv -f ....
|
|
|
Author: Flavio Junqueira,
2011-07-02, 16:41
|
|
|
|