| clear query|facets|time |
Search criteria: .
Results from 41 to 50 from
57 (0.095s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Create nested paths - Zookeeper - [mail # user]
|
|
...Check() will check if it exists with the specified version number. If you give it -1 it won't compare the version number. So that's a basic Exists() call. Does that make sense? On Thu,...
|
|
|
Author: Marshall McMullen,
2012-03-01, 18:15
|
|
|
Re: Create nested paths - Zookeeper - [mail # user]
|
|
...Yes, Ted's right. The multi has to fail as that's part of the contract it guarantees. The only thing you could do, which will significantly narrow the race condition, is as you're *bui...
|
|
|
Author: Marshall McMullen,
2012-03-01, 03:04
|
|
|
Update on release 3.4.3? - Zookeeper - [mail # dev]
|
|
...Is there any update on release 3.4.3? I'd really like to incorporate the fix for ZOOKEEPER-1367 (https://issues.apache.org/jira/browse/ZOOKEEPER-1367) as that bug just hit us a few days ago....
|
|
|
Author: Marshall McMullen,
2012-02-13, 18:54
|
|
|
Re: Healthcheck using the stat command - Zookeeper - [mail # user]
|
|
...Ah, makes perfect sense now. Thanks! On Thu, Jan 26, 2012 at 5:35 PM, Patrick Hunt wrote: ...
|
|
|
Author: Marshall McMullen,
2012-01-27, 00:36
|
|
|
Re: Healthcheck using the stat command - Zookeeper - [mail # user]
|
|
...Out of curiosity, what does 'mntr' stand for? On Thu, Jan 26, 2012 at 5:19 PM, Patrick Hunt wrote: ...
|
|
|
Author: Marshall McMullen,
2012-01-27, 00:33
|
|
|
Re: redundant watches - Zookeeper - [mail # user]
|
|
...The only one I can confirm specifically is (b). There is no way to cancel a watch. We really needed that feature in our code base that uses Zookeeper, so we added a layer in our code base th...
|
|
|
Author: Marshall McMullen,
2012-01-19, 15:48
|
|
|
Re: Multi doc? - Zookeeper - [mail # user]
|
|
...On Wed, Jan 4, 2012 at 3:21 PM, Ted Dunning wrote: It actually depends on the placement of the check in relation to the set inside the multi-op. If the check is before the set, t...
|
|
|
Author: Marshall McMullen,
2012-01-05, 00:43
|
|
|
Re: Two Leaders?! - Zookeeper - [mail # dev]
|
|
...Something like that would be really handy to have. I was thinking of how I might add something like that to our code sitting on top of zookeeper. Essentially comparing the zookeeper config f...
|
|
|
Author: Marshall McMullen,
2011-12-20, 22:40
|
|
|
Re: Two Leaders?! - Zookeeper - [mail # dev]
|
|
...After fixing the config files and restarting everything, all the problems went away. Definitely looks like a configuration problem. Thanks everyone for helping me to diagnose this. &nb...
|
|
|
Author: Marshall McMullen,
2011-12-20, 20:24
|
|
|
Re: Two Leaders?! - Zookeeper - [mail # dev]
|
|
...What specific log files should I look for? I inspected the config files for all 3 nodes and they *are different. *Specifically, the servers specified are not consistent: $ cat /d...
|
|
|
Author: Marshall McMullen,
2011-12-20, 19:21
|
|
|
|