| clear query|facets|time |
Search criteria: .
Results from 71 to 80 from
90 (0.151s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: How to deal with fork() properly when using the zkc mt lib - Zookeeper - [mail # user]
|
|
...Hi Jonathan, It would be very difficult to share multi-threaded zk handle with child process. I'm surprised it actually works on mac. I think saving session id/password and re-establis...
|
|
|
Author: Michi Mutsuzaki,
2012-05-10, 22:41
|
|
|
Re: What happened to QuorumPeer.Factory - Zookeeper - [mail # user]
|
|
...Hi Wim, It looks like the interface was removed to add netty support. http://svn.apache.org/viewvc/zookeeper/branches/branch-3.4/src/java/main/org/apache/zookeeper/server/quorum/...
|
|
|
Author: Michi Mutsuzaki,
2012-05-05, 08:25
|
|
|
Re: Zookeeper client session time outs while sending requests? - Zookeeper - [mail # user]
|
|
...Hi Martin, The C client (both sync and async) usually detects immediately when a server goes down without blocking and starts contacting other servers. There may be a corner case it's ...
|
|
|
Author: Michi Mutsuzaki,
2012-05-05, 07:37
|
|
|
[ZOOKEEPER-1443] API docs for trunk returns 404 - Zookeeper - [issue]
|
|
...The "API Docs" link is broken in trunk.http://zookeeper.apache.org/doc/trunk/http://zookeeper.apache.org/doc/trunk/api/index.html...
|
|
|
http://issues.apache.org/jira/browse/ZOOKEEPER-1443
Author: Michi Mutsuzaki,
2012-04-25, 23:42
|
|
|
Re: Consistency of ctime of znodes? - Zookeeper - [mail # user]
|
|
...Hi Martin, The leader calls System.currentTimeMillis() and use that value as the mtime of znode. So if the leader changes and the new leader's time is set differently, mtime can go dow...
|
|
|
Author: Michi Mutsuzaki,
2012-04-18, 06:34
|
|
|
Re: How to replace a zookeeper server ? - Zookeeper - [mail # user]
|
|
...David, does zookeeper need to be up (i.e. no quorum loss) while you update the server list? If not, it's probably the easiest to shut down the entire cluster and bring up the new cluster. &n...
|
|
|
Author: Michi Mutsuzaki,
2012-04-18, 06:04
|
|
|
Re: Input on a change - Zookeeper - [mail # dev]
|
|
...By the way, grepping the source code, I see we use various exit codes. Does anybody know what they all mean? On Fri, Apr 13, 2012 at 2:31 PM, Michi Mutsuzaki wrote:...
|
|
|
Author: Michi Mutsuzaki,
2012-04-13, 21:38
|
|
|
Re: Input on a change - Zookeeper - [mail # dev]
|
|
...Ah I see. I guess log and System.exit(1) is the best we can do then. On Fri, Apr 13, 2012 at 2:25 PM, Jeremy Stribling wrote:...
|
|
|
Author: Michi Mutsuzaki,
2012-04-13, 21:31
|
|
|
RE: Input on a change - Zookeeper - [mail # dev]
|
|
...I agree with both Scott's and Ryan's points. I think it makes to: 1. Make this behavior configurable (with default being "turned off") to pre serve backward compatibility. 2. Re-...
|
|
|
Author: Michi Mutsuzaki,
2012-04-13, 20:19
|
|
|
RE: Broken link on documentation page - Zookeeper - [mail # user]
|
|
...http://zookeeper.apache.org/doc/r3.4.3/api/ I'm not sure why the link for trunk is broken. ________________________________________ From: Rohan Desai [[EMAIL PROTECTED]] Sent: W...
|
|
|
Author: Michi Mutsuzaki,
2012-04-04, 22:29
|
|
|
|