| clear query|facets|time |
Search criteria: .
Results from 31 to 40 from
271 (0.274s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Getting confused with the "recipe for lock" - Zookeeper - [mail # user]
|
|
...On Jan 12, 2013, at 2:30 AM, Hulunbier wrote: I believe the heartbeats go both ways. Thus, if the client doesn't hear from the server it will post a Disconnected event. A...
|
|
|
Author: Jordan Zimmerman,
2013-01-13, 01:31
|
|
|
Re: Getting confused with the "recipe for lock" - Zookeeper - [mail # user]
|
|
...If client1's hearbeat fails its main watcher will get a Disconnect event. Well behaving ZK applications must watch for this and assume that it no longer holds the lock and, thus, should dele...
|
|
|
Author: Jordan Zimmerman,
2013-01-11, 20:20
|
|
|
ANN: Curator 1.3.0 - Zookeeper - [mail # user]
|
|
...* MAJOR CHANGE (thus a version bump): I'd always thought that if the client is disconnected from the server long enough then an Expired event would be generated. Testing, however, shows this...
|
|
|
Author: Jordan Zimmerman,
2013-01-10, 23:02
|
|
|
Re: Reconnection after connectTimeout elapsed - Zookeeper - [mail # user]
|
|
...I think my issue is because of https://issues.apache.org/jira/browse/ZOOKEEPER-1159 - I've added a test to the issue to show the problem. On Jan 10, 2013, at 1:48 PM, Jordan Zimmerman ...
|
|
|
Author: Jordan Zimmerman,
2013-01-10, 22:35
|
|
|
Reconnection after connectTimeout elapsed - Zookeeper - [mail # user]
|
|
...If the connection fails to connection and connectTimeout has elapsed is there any way to get the ZooKeeper client to attempt to connect again? My testing and reading of the code determine th...
|
|
|
Author: Jordan Zimmerman,
2013-01-10, 21:29
|
|
|
ANN: Exhibitor 1.4.4 - Zookeeper - [mail # user]
|
|
...* Issue 94: The standalone version now has a CLI option to load default ZK/Exhibitor config values. Details here (see --defaultconfig): https://github.com/Netflix/exhibitor/wiki/Running-Exhi...
|
|
|
Author: Jordan Zimmerman,
2013-01-02, 21:03
|
|
|
ANN: Curator 1.2.6 - Zookeeper - [mail # user]
|
|
...* Issue 214: Added rebuildNode method to PathChildrenCache. * Added a NodeCache to compliment the PathChildrenCache. The doc is here: https://github.com/Netflix/curator/wiki/Node-Cache...
|
|
|
Author: Jordan Zimmerman,
2013-01-01, 23:45
|
|
|
Re: Release planning for 3.5.0 - Zookeeper - [mail # dev]
|
|
...It would be helpful if RCs/Betas were pushed to Maven Central as early as possible. It's difficult to develop against 3.5 without easy (i.e. Maven) access to binaries. -JZ...
|
|
|
Author: Jordan Zimmerman,
2012-12-30, 22:41
|
|
|
Re: Release planning for 3.5.0 - Zookeeper - [mail # dev]
|
|
...I don't want to be a blocker for 3.5.0 but I'd love to make sure Curator is at minimum compatible with 3.5.0 and at best incorporates any new features. Do folks have thoughts on the best way...
|
|
|
Author: Jordan Zimmerman,
2012-12-21, 21:21
|
|
|
Re: leader election, scheduled tasks, losing leadership - Zookeeper - [mail # user]
|
|
...There's no way around this, right? ZK is not a transactional system so this edge-case is unsolvable. You only release leadership when your work is done. If the cluster becomes u...
|
|
|
Author: Jordan Zimmerman,
2012-12-09, 05:41
|
|
|
|