| clear query|facets|time |
Search criteria: .
Results from 1 to 7 from
7 (0.282s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Multi question on using previous ops results - Zookeeper - [mail # user]
|
|
...As far as I can tell, the "under construction" approach will let me do everything I need! Thanks - that is a simple and elegant approach that I probably should have known ...
|
|
|
Author: Joe Gamache,
2012-05-20, 12:39
|
|
|
Re: Multi question on using previous ops results - Zookeeper - [mail # user]
|
|
...Can you say again on a higher level what you really want to do? Hmmm. Probably not, but I will still try :) I have a one process that is trying to create some "work" that ...
|
|
|
Author: Joe Gamache,
2012-05-18, 17:55
|
|
|
Re: Multi question on using previous ops results - Zookeeper - [mail # user]
|
|
...Hi, I have looked at this in more detail. I found this thread: http://zookeeper-user.578899.n2.nabble.com/Create-nested-paths-td7331156.html which said: "Samp...
|
|
|
Author: Joe Gamache,
2012-05-18, 15:43
|
|
|
Re: Multi question on using previous ops results - Zookeeper - [mail # user]
|
|
...No thought about two znodes being synchronized at all. The higher level intent of the first (code) example is: how do you get the version number for a set operation and use that ...
|
|
|
Author: Joe Gamache,
2012-05-17, 00:06
|
|
|
Multi question on using previous ops results - Zookeeper - [mail # user]
|
|
...I need to do something like the following: Stat stats = nodeToSet.getStat(); if (stats != null) { int version = stats.getVersion(); stats = clie...
|
|
|
Author: Joe Gamache,
2012-05-16, 15:59
|
|
|
[ZOOKEEPER-1418] Just a bug in the tutorial code on the website - Zookeeper - [issue]
|
|
...When I ran the Queue example from here: http://zookeeper.apache.org/doc/trunk/zookeeperTutorial.htmlThe producer created entries of the form: /app1/element0000000001...but the consumer...
|
|
|
http://issues.apache.org/jira/browse/ZOOKEEPER-1418
Author: Joe Gamache,
2012-03-22, 14:49
|
|
|
Newbie design question - Zookeeper - [mail # user]
|
|
...Hello folks, I skimmed the archives, but couldn't find a way to search them, does that exist? So I am new to zookeeper and was hoping to get some early guidance. The ...
|
|
|
Author: Joe Gamache,
2012-03-05, 11:58
|
|
|
|