| clear query|facets|time |
Search criteria: .
Results from 161 to 170 from
271 (0.075s).
|
|
|
Loading phrases to help you refine your search...
|
|
ANN: Exhibitor beta - Zookeeper - [mail # user]
|
|
...Announcing the beta release of Exhibitor. https://github.com/Netflix/exhibitor Exhibitor is a Java supervisor system for ZooKeeper. It provides a number of features: * Wat...
|
|
|
Author: Jordan Zimmerman,
2012-03-04, 20:55
|
|
|
Re: ZK as Configuration Service - Zookeeper - [mail # user]
|
|
...I suggest starting with Curator. It would make a good foundation. -JZ On 3/2/12 12:39 AM, "Christopher Schmidt" wrote: ...
|
|
|
Author: Jordan Zimmerman,
2012-03-02, 08:46
|
|
|
Re: Ephemeral Nesting - Zookeeper - [mail # user]
|
|
...Yes, there's an issue in Jira on this: https://issues.apache.org/jira/browse/ZOOKEEPER-723 On 3/1/12 3:38 PM, "Shelley, Ryan" wrote: ...
|
|
|
Author: Jordan Zimmerman,
2012-03-01, 23:41
|
|
|
Re: Unit Testing ZooKeeper Based Application - Zookeeper - [mail # user]
|
|
...Curator provides an in-memory ZooKeeper Server and ZooKeeper Cluster: com.netflix.curator curator-test 1.1.2 https://github.com/Netfli...
|
|
|
Author: Jordan Zimmerman,
2012-02-21, 23:33
|
|
|
Re: [ANNOUNCE] New ZooKeeper PMC Chair - Mahadev Konar - Zookeeper - [mail # dev]
|
|
...Gratz On 2/15/12 1:17 PM, "Patrick Hunt" wrote: ...
|
|
|
Author: Jordan Zimmerman,
2012-02-15, 21:18
|
|
|
Re: use cases for asynchronous API - Zookeeper - [mail # user]
|
|
...Some of the Curator recipes use async. For instance, adding a entry into the DistributedQueue is done in the background as there's no reason for the foreground process to wait for this. &nbs...
|
|
|
Author: Jordan Zimmerman,
2012-02-08, 23:48
|
|
|
Re: curator leader reconnect - Zookeeper - [mail # user]
|
|
...I'm having second thoughts about thisÅ What's happening, as you've seen, is that an exception is happening when releasing the lock. This means that the client code cannot be certain th...
|
|
|
Author: Jordan Zimmerman,
2012-02-07, 22:11
|
|
|
Re: curator leader reconnect - Zookeeper - [mail # user]
|
|
...I really appreciate your help Hartmut. You have, indeed, found a bug. My test case didn't precisely replicate your situation. I updated the test so that it did (the lock node getting deleted...
|
|
|
Author: Jordan Zimmerman,
2012-02-07, 21:26
|
|
|
RE: curator leader reconnect - Zookeeper - [mail # user]
|
|
...I just pushed a test that simulates the situation you describe and it works correctly. Can you please have a look at it and see what's different about your case? Tes...
|
|
|
Author: Jordan Zimmerman,
2012-02-07, 08:05
|
|
|
Re: curator leader reconnect - Zookeeper - [mail # user]
|
|
...How are you verifying that there is no ephemeral node? -Jordan On 2/6/12 9:28 AM, "Hartmut Lang" wrote: ...
|
|
|
Author: Jordan Zimmerman,
2012-02-06, 17:46
|
|
|
|