| clear query|facets|time |
Search criteria: .
Results from 91 to 100 from
198 (0.102s).
|
|
|
Loading phrases to help you refine your search...
|
|
Input on a change - Zookeeper - [mail # dev]
|
|
...Hi everyone, I'm trying to evaluate a patch that Jeremy Stribling has submitted, and I'd like some feedback from the user base on it. https://issues.apache.org/jira/browse/ZOOKEEPER-14...
|
|
|
Author: Camille Fournier,
2012-04-13, 15:09
|
|
|
Re: Please vote for ZOOKEEPER-107 to be presented in the Hadoop Summit - Zookeeper - [mail # dev]
|
|
...Congrats alex that's great news! C On Apr 4, 2012 1:51 AM, "Alexander Shraer" wrote: nd-operations...
|
|
|
Author: Camille Fournier,
2012-04-04, 13:46
|
|
|
Re: Ephemeral deletion order - Zookeeper - [mail # user]
|
|
...We associate ephemerals to the session id via a HashSet, so the watches will be triggered in the order items are returned from the HashSet, which is practically, undefined. C On ...
|
|
|
Author: Camille Fournier,
2012-03-20, 02:18
|
|
|
Re: Newbie design question - Zookeeper - [mail # user]
|
|
...Run an ensemble of ZK machines. Each job node just needs to use a zookeeper client library to pull jobs down. You do not want to run a large ensemble of ZK nodes unless absolutely necessary....
|
|
|
Author: Camille Fournier,
2012-03-05, 14:30
|
|
|
Re: methods to figure out what causes an ephemeral node to be deleted - Zookeeper - [mail # user]
|
|
...Depends on what you're doing with the clients. I mean, within the same process it's likely that you might want to have only one connection to a given cluster, for reasons like the cause of y...
|
|
|
Author: Camille Fournier,
2012-03-02, 04:05
|
|
|
Re: methods to figure out what causes an ephemeral node to be deleted - Zookeeper - [mail # user]
|
|
...You can do that. All to the same cluster? It can definitely get tricky to manage depending on what you're using them for. On Thu, Mar 1, 2012 at 10:43 PM, Adam Rosien wrote: &nbs...
|
|
|
Author: Camille Fournier,
2012-03-02, 03:44
|
|
|
Re: methods to figure out what causes an ephemeral node to be deleted - Zookeeper - [mail # user]
|
|
...Actually, I think for this if you just use the LogFormatter that comes inside ZooKeeper (zookeeper.server.LogFormatter) you should be able to find the information you need. C te: ated ...
|
|
|
Author: Camille Fournier,
2012-03-02, 03:14
|
|
|
Re: methods to figure out what causes an ephemeral node to be deleted - Zookeeper - [mail # user]
|
|
...Actually, I think for this if you just use the LogFormatter that comes inside ZooKeeper (zookeeper.server.LogFormatter) you should be able to find the information you need. C On ...
|
|
|
Author: Camille Fournier,
2012-03-02, 03:14
|
|
|
Re: methods to figure out what causes an ephemeral node to be deleted - Zookeeper - [mail # user]
|
|
...Running your transaction logs through the LogFormatter. You should see an explicit delete, or the close of the owning session. The LogFormatter is not awesome though... I have some better ve...
|
|
|
Author: Camille Fournier,
2012-03-02, 02:47
|
|
|
Re: sync vs. async vs. multi performances - Zookeeper - [mail # user]
|
|
...True. We do have an outstanding jira that Ben filed on a perf problem in 3.4.X that could be contributing: https://issues.apache.org/jira/browse/ZOOKEEPER-1390 On Tue, Feb 14, 2012 at...
|
|
|
Author: Camille Fournier,
2012-02-14, 18:38
|
|
|
|