| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
271 (0.068s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: What should I do with SyncDisconnected - Zookeeper - [mail # user]
|
|
...SyncDisconnected can occur for a variety of reasons. It's in the class of recoverable errors. Your app needs to go into a waiting state until SysConnected is retrieved again or SessionExpire...
|
|
|
Author: Jordan Zimmerman,
2013-03-13, 21:21
|
|
|
ANN: Curator 1.3.3 - Zookeeper - [mail # user]
|
|
...* Issue 250: Restore support for passing null to usingWatcher(). * Issue 251: Allow a custom Executor Service to be used for PathChildrenCache. * DistributedDoubleBarrier wasn't ...
|
|
|
Author: Jordan Zimmerman,
2013-03-04, 21:41
|
|
|
Re: Consistency in zookeeper - Zookeeper - [mail # user]
|
|
...Even if you do the sync, another client can make a change before you do the subsequent read. -JZ On Mar 1, 2013, at 1:50 PM, Martin Kou wrote: ...
|
|
|
Author: Jordan Zimmerman,
2013-03-01, 22:01
|
|
|
Re: High availability backend services via zookeeper or TCP load balancer - Zookeeper - [mail # user]
|
|
...Service Discovery is a good use-case for ZooKeeper. FYI - Curator has an implementation of this already: https://github.com/Netflix/curator/wiki/Service-Discovery -Jordan ...
|
|
|
Author: Jordan Zimmerman,
2013-02-26, 18:27
|
|
|
ANN: Curator 1.3.2 - Zookeeper - [mail # user]
|
|
...* MAJOR BUG FIX - Issue 232: ZooKeeper guarantees that "A watch object, or function/context pair, will only be triggered once for a given notification." Curator was breaking this guarantee b...
|
|
|
Author: Jordan Zimmerman,
2013-02-06, 23:00
|
|
|
Re: Zookeeper Load Balancing - Zookeeper - [mail # user]
|
|
...You might consider using the Service-Discovery component of Curator: https://github.com/Netflix/curator/wiki/Service-Discovery - it uses ZooKeeper to manage services coming and going. It has...
|
|
|
Author: Jordan Zimmerman,
2013-01-29, 21:35
|
|
|
Re: curator service discovery, search to Select a service intance - Zookeeper - [mail # user]
|
|
...Thinking more about your usage⦠It sounds like you will use your own ID scheme so the payload for getChildren() will be much smaller. This is probably more do-able than I originally th...
|
|
|
Author: Jordan Zimmerman,
2013-01-28, 23:59
|
|
|
Re: curator service discovery, search to Select a service intance - Zookeeper - [mail # user]
|
|
...It's really up to you. The only thing to be concerned with is the Jute transport limits. Of course, you can always increase this. See jute.maxbuffer here: http://zookeeper.apache.org/doc/r3....
|
|
|
Author: Jordan Zimmerman,
2013-01-28, 23:43
|
|
|
Re: SASL required now? - Zookeeper - [mail # user]
|
|
...I haven't heard of anyone else having this problem. This is why I suspect something in your environment. -JZ On Jan 28, 2013, at 3:25 PM, Matthew Daumen wrote: ...
|
|
|
Author: Jordan Zimmerman,
2013-01-28, 23:34
|
|
|
Re: SASL required now? - Zookeeper - [mail # user]
|
|
...Are you sure that you don't have SASL system properties set (such as zookeeper.server.realm)? -JZ On Jan 23, 2013, at 5:32 PM, Matthew Daumen wrote: ...
|
|
|
Author: Jordan Zimmerman,
2013-01-28, 22:06
|
|
|
|