| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
90 (0.146s).
|
|
|
Loading phrases to help you refine your search...
|
|
zookeeper build failure on as008.sp2.ygridcore.net - Zookeeper - [mail # dev]
|
|
...Hello, I'm debugging zookeeper build failure. The pre-commit build is passing but the post-commit build is failing, so I'm guessing there might be some difference in their build enviro...
|
|
|
Author: Michi Mutsuzaki,
2013-03-12, 18:15
|
|
|
Re: Can't find socket library on Solaris - Zookeeper - [mail # user]
|
|
...Hi Gina, Could you open a jira for this? The solaris build has been failing for a while (before getting to c client compilation phase), and it's possible that things got broken unnotic...
|
|
|
Author: Michi Mutsuzaki,
2013-02-27, 19:12
|
|
|
windows precommit build - Zookeeper - [mail # dev]
|
|
...Hi, How can I set up precommit build for windows? ...
|
|
|
Author: Michi Mutsuzaki,
2012-12-21, 00:32
|
|
|
[ZOOKEEPER-1591] Windows build is broken because inttypes.h doesn't exist - Zookeeper - [issue]
|
|
...addrvec.h includes inttypes.h, but it is not present in the windows build environment.https://builds.apache.org/job/ZooKeeper-trunk-WinVS2008/596/consolef:\hudson\hudson-slave\workspace\zook...
|
|
|
http://issues.apache.org/jira/browse/ZOOKEEPER-1591
Author: Michi Mutsuzaki,
2012-12-01, 11:03
|
|
|
Re: watchers and multiple notifications - Zookeeper - [mail # user]
|
|
...Hi Gopala, Latter. You will not get notifications for events that happened between getting the event and setting the watch. You will get a single notification for the first eve...
|
|
|
Author: Michi Mutsuzaki,
2012-11-30, 05:01
|
|
|
Re: KeeperErrorCode=InvalideACL while trying to create a znode - Zookeeper - [mail # user]
|
|
...Hi Tian-Ying, Did you call ZooKeeper.addAuthInfo()? The client session needs to be authenticated before you can use ZooDefs.Ids.CREATOR_ALL_ACL. On Tue, Nov 27, 2012 at 11...
|
|
|
Author: Michi Mutsuzaki,
2012-11-27, 21:32
|
|
|
Re: Authentication mechanism - Zookeeper - [mail # user]
|
|
...Hi Jaewoong, Yes. Initially the root znode ("/") is open to world:anyone. You need to set the permission as a part of your bootstrap process. No. I think people usually set con...
|
|
|
Author: Michi Mutsuzaki,
2012-11-26, 19:11
|
|
|
[ZOOKEEPER-1493] C Client: zookeeper_process doesn't invoke completion callback if zookeeper_close has been called - Zookeeper - [issue]
|
|
...In ZOOKEEPER-804, we added a check in zookeeper_process() to see if zookeeper_close() has been called. This was to avoid calling assert(cptr) on a NULL pointer, as dequeue_completion() retur...
|
|
|
http://issues.apache.org/jira/browse/ZOOKEEPER-1493
Author: Michi Mutsuzaki,
2012-11-21, 10:12
|
|
|
Re: getChildren question. - Zookeeper - [mail # dev]
|
|
...Hi Narasimha, It's an opaque object. Zookeeper client doesn't do anything with it, except that it's passed back to the callback. It's useful when you need to pass some kind of context ...
|
|
|
Author: Michi Mutsuzaki,
2012-11-13, 20:29
|
|
|
Re: c client possible bug - Zookeeper - [mail # user]
|
|
...Hi Apostolis, Yes, it does look like a c client bug. Could you open a jira for this? Thanks! On Sun, Nov 11, 2012 at 12:53 AM, Apostolis Xekoukoulotakis wrote:...
|
|
|
Author: Michi Mutsuzaki,
2012-11-12, 18:21
|
|
|
|