| clear query|facets|time |
Search criteria: .
Results from 61 to 70 from
90 (0.179s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Generating Events With Incorrect types - Zookeeper - [mail # user]
|
|
...Hi Grigory, Yes, you should get ZOO_CREATED_EVENT. Could you post a short program that reproduces the issue? Thanks! On Fri, Jun 8, 2012 at 2:15 PM, Grigory Dzhavadyan &nbs...
|
|
|
Author: Michi Mutsuzaki,
2012-06-08, 22:51
|
|
|
Re: about zookeeper-cli have bug or some doubt - Zookeeper - [mail # dev]
|
|
...I think there is a bug in windows port (are you on windows?) that doesn't set recursive attribute for the to_send mutex. Please open a jira: https://issues.apache.org/jira/browse/ZOOKE...
|
|
|
Author: Michi Mutsuzaki,
2012-06-08, 17:16
|
|
|
Re: when the zookeeper Expired ,may I have to rebuild the watch on a znode? - Zookeeper - [mail # user]
|
|
...Watches are not considered triggered when the watch handlers get called with EventType.None, They are merely being notified that the client got disconnected from ZooKeeper and they won't rec...
|
|
|
Author: Michi Mutsuzaki,
2012-06-06, 07:23
|
|
|
[ZOOKEEPER-1479] C Client: zoo_add_auth() doesn't wake up the IO thread - Zookeeper - [issue]
|
|
...It can take up to sessionTimeout / 3 for the IO thread to send out the auth packet. The zoo_add_auth() function should call adaptor_send_queue(zh, 0) after calling send_last_auth_info(zh).--...
|
|
|
http://issues.apache.org/jira/browse/ZOOKEEPER-1479
Author: Michi Mutsuzaki,
2012-06-05, 19:03
|
|
|
Re: when the zookeeper Expired ,may I have to rebuild the watch on a znode? - Zookeeper - [mail # user]
|
|
...The event is called "None" (not a great name) in Java API. It's for notifying the watches that the session state has changed. http://zookeeper.apache.org/doc/r3.4.1/api/org/apache/zook...
|
|
|
Author: Michi Mutsuzaki,
2012-06-05, 17:44
|
|
|
Re: ZooKeeper C++ Client - Zookeeper - [mail # user]
|
|
...Hi Pat, Yes, but since my goal is to port the c client code to c++ with boost so that it's more portable, I felt it's easier to just start off with the c client. I borrowed some ideas ...
|
|
|
Author: Michi Mutsuzaki,
2012-06-04, 23:11
|
|
|
Re: version Id after create - Zookeeper - [mail # user]
|
|
...Hi Jun, Yes, the initial version is zero. There are 3 versions in the Stat structure. - version The number of changes to the data of this znode. - cversion The number of ch...
|
|
|
Author: Michi Mutsuzaki,
2012-06-04, 17:06
|
|
|
ZooKeeper C++ Client - Zookeeper - [mail # user]
|
|
...Hi, I've been working on a C++ binding for ZooKeeper. Right now it's a wrapper around the C client, but the intention is to port the code to C++ over time. More specifically: * M...
|
|
|
Author: Michi Mutsuzaki,
2012-06-03, 08:31
|
|
|
Re: ZK disk usage - Zookeeper - [mail # dev]
|
|
...Hi ARN, ZooKeeper returns success when write is persisted (i.e. fsync'ed to disk) to the majority of the cluster. http://zookeeper.apache.org/doc/r3.1.2/zookeeperInternals.html#s...
|
|
|
Author: Michi Mutsuzaki,
2012-05-29, 19:49
|
|
|
Re: How to deal with fork() properly when using the zkc mt lib - Zookeeper - [mail # user]
|
|
...Ah right, the session will become invalid when you call zookeeper_close on handle A. I don't know if there is a way to suspend a session. I'll let someone more knowledgeable answer. Th...
|
|
|
Author: Michi Mutsuzaki,
2012-05-10, 23:49
|
|
|
|