Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 5 from 5 (0.086s).
Loading phrases to help you
refine your search...
[ZOOKEEPER-762] Allow dynamic addition/removal of server nodes in the client API - Zookeeper - [issue]
...Currently the list of zookeeper servers needs to be provided to the client APIs at construction time, and cannot be changed without a complete shutdown/restart of the client API. However, th...
http://issues.apache.org/jira/browse/ZOOKEEPER-762    Author: Dave Wright, 2012-12-29, 23:47
Re: Unexpected behavior with Session Timeouts in Java Client - Zookeeper - [mail # user]
...We ran into this exact scenario, and while it would have been nice to have the timer option implemented internally by ZK, we ended up implementing it externally ourself. We start a timer on ...
   Author: Dave Wright, 2011-04-22, 22:06
Re: need for more conditional write support - Zookeeper - [mail # user]
...I'm not sure why (other than your syntax) you would require the second list (to update) to be a subset of the first (to test). There are plenty of situations where you may want to update one...
   Author: Dave Wright, 2010-12-16, 18:06
Re: need for more conditional write support - Zookeeper - [mail # user]
...My recommendation would actually be a combination of the two which offers the most flexibility:  zoo_multi_test_and_set(List znodesToTest, List versions, List znodesToSet, List data) &n...
   Author: Dave Wright, 2010-12-16, 16:16
Re: need for more conditional write support - Zookeeper - [mail # dev]
...If this work were to be done, I would much rather prefer the ability to set multiple values at the same time, as this enables a whole host of possibilities including certain transactional up...
   Author: Dave Wright, 2010-12-15, 15:06
Sort:
project
Zookeeper (5)
Avro (1)
type
mail # user (3)
issue (1)
mail # dev (1)
date
last 7 days (0)
last 30 days (0)
last 90 days (0)
last 6 months (1)
last 9 months (5)
author
Patrick Hunt (752)
Ted Dunning (454)
Mahadev Konar (306)
Jordan Zimmerman (271)
Camille Fournier (198)
Benjamin Reed (194)
Flavio Junqueira (143)
Alexander Shraer (123)
Michi Mutsuzaki (90)
Thomas Koch (69)
Fournier, Camille F. (67)
Marshall McMullen (57)
Ted Yu (50)
Vishal Kher (50)
Thawan Kooburat (48)
Dave Wright