| clear query|facets|time |
Search criteria: .
Results from 121 to 130 from
455 (0.08s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Use cases for ZooKeeper - Zookeeper - [mail # user]
|
|
...Jordan, I don't think that leader election does what Josh wants. I don't think that consistent hashing is particularly good for that either because the loss of one node causes the sequ...
|
|
|
Author: Ted Dunning,
2012-01-05, 08:50
|
|
|
Re: Multi doc? - Zookeeper - [mail # user]
|
|
...On Wed, Jan 4, 2012 at 10:03 AM, Jordan Zimmerman wrote: Correct. They happen in sequence, but I couldn't say exactly which version the check will see. I susp...
|
|
|
Author: Ted Dunning,
2012-01-04, 22:21
|
|
|
Re: Multi doc? - Zookeeper - [mail # user]
|
|
...Not really. On Wed, Jan 4, 2012 at 12:47 AM, Jordan Zimmerman wrote: ...
|
|
|
Author: Ted Dunning,
2012-01-04, 15:30
|
|
|
Re: zookeeper ephemeral node expired time not accurate - Zookeeper - [mail # user]
|
|
...See http://zookeeper.apache.org/doc/r3.2.2/zookeeperAdmin.html#sc_configuration for more information. The minimum session expiration time is a small multiple of this number so it isn't...
|
|
|
Author: Ted Dunning,
2012-01-01, 09:55
|
|
|
Re: zookeeper ephemeral node expired time not accurate - Zookeeper - [mail # user]
|
|
...The client sends heart-beats to the server. When the time since the last heartbeat is long enough, the server deems the client to have failed or been partitioned away from the cluster....
|
|
|
Author: Ted Dunning,
2011-12-31, 18:51
|
|
|
Re: Curator, a ZooKeeper Recipe Proposal - Zookeeper - [mail # dev]
|
|
...To amplify on this, it would be much easier to add committers to the incubator project than to ZK itself. On Wed, Dec 28, 2011 at 2:52 PM, Patrick Hunt wrote: ...
|
|
|
Author: Ted Dunning,
2011-12-28, 23:26
|
|
|
Re: order of async requests to zookeeper - Zookeeper - [mail # dev]
|
|
...Well, you have a constraint on the ordering from the ordering for requests from each separate handle. Other than that, it is hard to see how you could get a stronger ordering. On...
|
|
|
Author: Ted Dunning,
2011-12-27, 05:23
|
|
|
Re: Fault Injection mechanism for ZooKeeper - Zookeeper - [mail # dev]
|
|
...I started something along these lines. My idea was to build a non-server ZK server that could start up instantly and would have extra methods for getting clients and injecting faults. ...
|
|
|
Author: Ted Dunning,
2011-12-22, 15:40
|
|
|
Re: Performing no downtime hardware changes to a live zookeeper cluster - Zookeeper - [mail # dev]
|
|
...In particular, aren't you using DNS names? If you are, then you can - expand the quorum with the new hardware on new IP addresses, - switch DNS, - wait for caches to die, - resta...
|
|
|
Author: Ted Dunning,
2011-12-20, 21:06
|
|
|
Re: Two Leaders?! - Zookeeper - [mail # dev]
|
|
...On Tue, Dec 20, 2011 at 11:21 AM, Marshall McMullen wrote: Well, it isn't good! If the problem goes away when the config is fixed, then your conclusion is accurate....
|
|
|
Author: Ted Dunning,
2011-12-20, 19:32
|
|
|
|