| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
32 (0.109s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Understanding the protocols - Zookeeper - [mail # user]
|
|
...On Apr 28, 2013, at 10:37 PM, Russell Haering wrote: We have a pure-Python version speaking the protocol with Kazoo which might be a good start: https://github.com/python-zk/kaz...
|
|
|
Author: Ben Bangert,
2013-04-29, 23:11
|
|
|
Re: Getting confused with the "recipe for lock" - Zookeeper - [mail # user]
|
|
...On Jan 12, 2013, at 2:30 AM, Hulunbier wrote: If the ZK server doesn't get the ping, then it won't reply to it, and the client *should be* expecting a ping reply. However, it oc...
|
|
|
Author: Ben Bangert,
2013-01-12, 17:39
|
|
|
Re: Adding watcher on the same zk node multiple times - jute.maxbuffer - Zookeeper - [mail # user]
|
|
...On Oct 19, 2012, at 4:01 AM, Parkirat Bagga wrote: or the if its If you make 400k objects, there are 400k watcher objects. Internally, the clients use a set per path...
|
|
|
Author: Ben Bangert,
2012-10-19, 16:14
|
|
|
Re: zookeeper on SSD - Zookeeper - [mail # user]
|
|
...On Oct 3, 2012, at 6:13 PM, Patrick Hunt wrote: It's worth noting that these tests are all on Enterprise SSD products, which have actually been lagging some of the advance...
|
|
|
Author: Ben Bangert,
2012-10-04, 16:05
|
|
|
Re: Upgrading an ensemble from 3.3.5 to 3.4.4 - Zookeeper - [mail # user]
|
|
...On Oct 1, 2012, at 10:58 AM, Jordan Zimmerman wrote: in-place/rolling? i.e. will 3.3.5 and 3.4.4 work in the same ensemble? I can't say I've done it, but network wise the ...
|
|
|
Author: Ben Bangert,
2012-10-02, 00:43
|
|
|
Re: Zookeeper delay to reconnect - Zookeeper - [mail # user]
|
|
...On Sep 27, 2012, at 2:28 PM, Michi Mutsuzaki wrote: Just for comparison, the kazoo Python client uses an exponential back-off thats customizable and applied after it trie...
|
|
|
Author: Ben Bangert,
2012-09-28, 16:34
|
|
|
Re: Odd error naming… NotReadOnly when the server *is* read-only - Zookeeper - [mail # user]
|
|
...On Sep 11, 2012, at 10:28 AM, Henry Robinson wrote: Given that the other errors all reflect what specifically is responsible for the error given the servers state, I was e...
|
|
|
Author: Ben Bangert,
2012-09-13, 17:47
|
|
|
[ZOOKEEPER-1543] Bad sessionId/password combo should return auth failure - Zookeeper - [issue]
|
|
...When connecting to a server with a valid session id, but invalid password, Zookeeper disconnects with a SESSION_EXPIRED error. This is blatantly false, its actually the wrong password. Retur...
|
|
|
http://issues.apache.org/jira/browse/ZOOKEEPER-1543
Author: Ben Bangert,
2012-09-11, 00:34
|
|
|
Data vs. Exists Watches - Zookeeper - [mail # user]
|
|
...I'm a bit curious about some of the implementation details for exists and data watches. In the Jute files, C client, and Java client, watches are divided into: - Data watches - E...
|
|
|
Author: Ben Bangert,
2012-09-09, 16:10
|
|
|
Odd error naming… NotReadOnly when the server *is* read-only - Zookeeper - [mail # user]
|
|
...As I was implementing read-only mode in the Python client based on the Java client patch, I noticed a rather odd naming for the error you get if you send a modification command t...
|
|
|
Author: Ben Bangert,
2012-09-07, 17:07
|
|
|
|