| clear query|facets|time |
Search criteria: .
Results from 31 to 40 from
90 (0.122s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: question about lock recipe and watchers - Zookeeper - [mail # user]
|
|
...Hi Phil, On Fri, Sep 14, 2012 at 6:23 PM, Phil Carns wrote: Right now the API doesn't provide a way to cancel watches, so the watches will remain active until the session i...
|
|
|
Author: Michi Mutsuzaki,
2012-09-15, 05:32
|
|
|
Re: Error in zookeeper recipes documention of " Leader Election" - Zookeeper - [mail # user]
|
|
...Yeah this has been a known issue for a while. I'll create a patch for it. https://issues.apache.org/jira/browse/ZOOKEEPER-1483 On Mon, Sep 10, 2012 at 6:26 PM, Ishaaq Chandy &nb...
|
|
|
Author: Michi Mutsuzaki,
2012-09-11, 01:45
|
|
|
Re: could you please tell me how subscribe to the Mailing Lists? - Zookeeper - [mail # dev]
|
|
...Hi Fansong, You can subscribe to the ZooKeeper user mailing list by sending an email to [EMAIL PROTECTED]. http://zookeeper.apache.org/lists.html Welcome to the ZooKeeper c...
|
|
|
Author: Michi Mutsuzaki,
2012-09-10, 18:16
|
|
|
[ZOOKEEPER-1494] C client: socket leak after receive timeout in zookeeper_interest() - Zookeeper - [issue]
|
|
...In zookeeper_interest(), we set zk->fd to -1 without closing it when timeout happens. Instead we should let handle_socket_error_msg() function take care of closing the socket properly.--M...
|
|
|
http://issues.apache.org/jira/browse/ZOOKEEPER-1494
Author: Michi Mutsuzaki,
2012-09-10, 12:01
|
|
|
Re: String_vector ,stat definitions c language - Zookeeper - [mail # user]
|
|
...Hi Apostolis, These structs are auto-generated using jute: http://svn.apache.org/viewvc/zookeeper/trunk/src/zookeeper.jute?view=markup You need to run "ant compile_jute" fr...
|
|
|
Author: Michi Mutsuzaki,
2012-09-09, 08:32
|
|
|
Re: Zookeeper protocol weirdness and pure Python kazoo client - Zookeeper - [mail # user]
|
|
...As a matter of fact, Ben helped me with an issue I was having with Routes back in 2008. http://markmail.org/message/5l5aebwinbtzewk2 ...
|
|
|
Author: Michi Mutsuzaki,
2012-08-31, 21:30
|
|
|
Re: Zookeeper protocol weirdness and pure Python kazoo client - Zookeeper - [mail # user]
|
|
...Hi Ben, mplemented a version of kazoo that uses the wire protocol and is pure Pytho n (https://github.com/python-zk/kazoo/tree/pure-python). Speaking to Zookee per directly has been qu...
|
|
|
Author: Michi Mutsuzaki,
2012-08-30, 23:50
|
|
|
Re: Zookeeper protocol weirdness and pure Python kazoo client - Zookeeper - [mail # user]
|
|
...It definitely looks like a bug to me. Please open a jira for this. https://issues.apache.org/jira/browse/ZOOKEEPER Thanks! On Thu, Aug 30, 2012 at 4:35 PM, Ben Bangert &nbs...
|
|
|
Author: Michi Mutsuzaki,
2012-08-30, 23:37
|
|
|
Re: Testing expired sessions bug? - Zookeeper - [mail # user]
|
|
...On Tue, Aug 21, 2012 at 4:08 PM, Ben Bangert wrote: That might work, but I couldn't say for sure since I haven't tried that myself. Please give it a shot and let us know! ...
|
|
|
Author: Michi Mutsuzaki,
2012-08-21, 23:31
|
|
|
Re: Testing expired sessions bug? - Zookeeper - [mail # user]
|
|
...Hi Ben, The C binding currently does not support creating multiple connections with the same session id. Sorry this was not stated in the documentation. Please open a jira for this, an...
|
|
|
Author: Michi Mutsuzaki,
2012-08-21, 22:39
|
|
|
|