| clear query|facets|time |
Search criteria: .
Results from 21 to 30 from
271 (0.069s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: curator service discovery, search to Select a service intance - Zookeeper - [mail # user]
|
|
...So, each rack is a different "service" in the Curator-Discovery sense? If so, that will work very well. You should avoid situations where a getChildren() call will approach 1MB of data. &nbs...
|
|
|
Author: Jordan Zimmerman,
2013-01-28, 21:24
|
|
|
Re: curator service discovery, search to Select a service intance - Zookeeper - [mail # user]
|
|
...The IDs are retrieved for you. 10K instances of a single type? You might run into problems with that. Can you sub-divide them in any way? ZooKeeper doesn't handle ZNodes with that man...
|
|
|
Author: Jordan Zimmerman,
2013-01-28, 20:56
|
|
|
Re: curator service discovery, search to Select a service intance - Zookeeper - [mail # user]
|
|
...FYI - Curator has its own mailing list/group: http://groups.google.com/group/curator-users What you want should be easy to do. Curator-Discovery supports custom ProviderStrategy-s. Jus...
|
|
|
Author: Jordan Zimmerman,
2013-01-28, 20:15
|
|
|
ANN: Curator 1.3.1 - Zookeeper - [mail # user]
|
|
...* Tightened up a possible race deep inside the connection management. * PathChildrenCache.rebuild() and PathChildrenCache.rebuildNode() were not handling deleted nodes. * Issue 2...
|
|
|
Author: Jordan Zimmerman,
2013-01-28, 20:10
|
|
|
Re: Linking two sites via two Zookeeper instances - Zookeeper - [mail # user]
|
|
...IMO ZooKeeper is not well suited to a cross-data center scenario. Instead, have single data center islands and use methodology described by Camille Fournier in this article (http://whilefals...
|
|
|
Author: Jordan Zimmerman,
2013-01-28, 20:09
|
|
|
Re: ZooKeeper Watch triggered multiple times for the same notification – contrary to docs - Zookeeper - [mail # user]
|
|
...I agree that the docs are misleading. The watcher triggers once for the event registered. However, watchers can (and will) receive multiple connection-type events (EventType.None). That said...
|
|
|
Author: Jordan Zimmerman,
2013-01-24, 00:35
|
|
|
Re: SASL required now? - Zookeeper - [mail # user]
|
|
...FYI - I just tried your code snippet and it works fine for me: OS: MacOS X (latest) JDK: openjdk version "1.7.0-ea" ZooKeeper: 3.4.5 -JZ On Jan 22, 2013, at 4:45 PM, Matthe...
|
|
|
Author: Jordan Zimmerman,
2013-01-23, 00:51
|
|
|
Re: User Group - Zookeeper - [mail # dev]
|
|
...http://www.meetup.com/zookeeperusergroup/ On Jan 22, 2013, at 1:21 PM, Dale Jin wrote: ...
|
|
|
Author: Jordan Zimmerman,
2013-01-22, 21:25
|
|
|
Re: Implementing DNS-like service using ZooKeeper - Zookeeper - [mail # user]
|
|
...FYI. Curator provides a Service Discovery implementation: https://github.com/Netflix/curator/wiki/Service-Discovery =================== Jordan Zimmerman On Jan 15, 2013, at...
|
|
|
Author: Jordan Zimmerman,
2013-01-15, 18:33
|
|
|
Re: Getting confused with the "recipe for lock" - Zookeeper - [mail # user]
|
|
...Why would client 1s connection be unstable but client 2s not? In any normal usage the ZK clients are going to be on the same network. Or, are you thinking cross-data-center usage? In my opin...
|
|
|
Author: Jordan Zimmerman,
2013-01-15, 02:23
|
|
|
|