| clear query|facets|time |
Search criteria: .
Results from 21 to 30 from
47 (0.148s).
|
|
|
Loading phrases to help you refine your search...
|
|
[ZOOKEEPER-702] GSoC 2010: Failure Detector Model - Zookeeper - [issue]
|
|
...Failure Detector ModulePossible MentorHenry Robinson (henry at apache dot org)RequirementsJava, some distributed systems knowledge, comfort implementing distributed systems protocolsDescript...
|
|
|
http://issues.apache.org/jira/browse/ZOOKEEPER-702
Author: Henry Robinson,
2012-05-07, 10:35
|
|
|
Re: zkpython improvements - Zookeeper - [mail # dev]
|
|
...Hi Duncan - Great that you're working on the python bindings! That's very cool. Regarding your questions, answers inline. On 28 March 2012 14:52, Duncan Findlay wrote...
|
|
|
Author: Henry Robinson,
2012-04-04, 23:19
|
|
|
[ZOOKEEPER-578] ResponderThread should be able to use TCP or UDP - Zookeeper - [issue]
|
|
...The ResponderThread, which responds to inquiries for the current leader, currently only uses UDP. It also only runs for electionAlg=0. Observers will eventually require that a ResponderThrea...
|
|
|
http://issues.apache.org/jira/browse/ZOOKEEPER-578
Author: Henry Robinson,
2012-04-03, 21:16
|
|
|
Re: Work on CLI - Zookeeper - [mail # dev]
|
|
...Hi Hartmut - Great! Any improvements to the CLI are most welcome. Compatibility *is* a concern; although I don't think we view the CLI as an API that we have to maintain, we shou...
|
|
|
Author: Henry Robinson,
2012-02-27, 02:31
|
|
|
Re: znode defaults - Zookeeper - [mail # user]
|
|
...It seems like the multi-txn API might be helpful here. Since each path is of known length, you could have a multi-op query that is get(/a/b/c/d), get(/a/b/c), get(/a/b), get(/a) ...
|
|
|
Author: Henry Robinson,
2012-02-22, 01:19
|
|
|
Re: QuorumPeer requires at least 2 peers? - Zookeeper - [mail # user]
|
|
...It's not, unfortunately. The reason being that every live quorum must intersect in at least one node in order to avoid a split-brain problem. So you can't have a two different quorums consis...
|
|
|
Author: Henry Robinson,
2012-02-03, 00:31
|
|
|
Re: QuorumPeer requires at least 2 peers? - Zookeeper - [mail # user]
|
|
...Yes, that's right. More precisely, a quorum of peers (hence the name ;)) mus t participate in an election round for it to terminate. In your case, with a two node cluster, a quorum is...
|
|
|
Author: Henry Robinson,
2012-02-03, 00:09
|
|
|
Re: Reducing the unit test running time - Zookeeper - [mail # dev]
|
|
...On 16 January 2012 17:36, Patrick Hunt wrote: That's a good point, but I don't know that we can really say the tests as they stand are at all representative of what real users a...
|
|
|
Author: Henry Robinson,
2012-01-17, 06:35
|
|
|
Reducing the unit test running time - Zookeeper - [mail # dev]
|
|
...Hi - The unit tests are taking longer and longer to run, particularly locally. I was poking about looking for some easy wins, and I noticed that a lot of the time is spent waiting for ...
|
|
|
Author: Henry Robinson,
2012-01-16, 07:39
|
|
|
Re: Distributed ZooKeeper cluster design - Zookeeper - [mail # user]
|
|
...On 13 December 2011 08:09, Dima Gutzeit wrote: As for fallback, ofcourse in A and B I would want to define C as a backup, I think observers are a good fit for you. If you ...
|
|
|
Author: Henry Robinson,
2011-12-13, 18:37
|
|
|
|