[jira] [Commented] (ZOOKEEPER-1027) chroot not transparent in zoo_create()

2011-04-06 Thread Andrei Savu (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13016299#comment-13016299 ] Andrei Savu commented on ZOOKEEPER-1027: I've seen a similar issue affecting t

[jira] [Commented] (ZOOKEEPER-1030) Increase default for maxClientCnxns

2011-04-06 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13016423#comment-13016423 ] Patrick Hunt commented on ZOOKEEPER-1030: - committed to trunk. Thanks Todd! >

[jira] [Created] (ZOOKEEPER-1045) Quorum Peer mutual authentication

2011-04-06 Thread Eugene Koontz (JIRA)
Quorum Peer mutual authentication - Key: ZOOKEEPER-1045 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1045 Project: ZooKeeper Issue Type: New Feature Components: server Reporter: E

[jira] [Assigned] (ZOOKEEPER-761) Remove *synchronous* calls from the *single-threaded* C clieant API, since they are documented not to work

2011-04-06 Thread Mahadev konar (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mahadev konar reassigned ZOOKEEPER-761: --- Assignee: Jozef Hatala > Remove *synchronous* calls from the *single-threaded* C c

[jira] [Commented] (ZOOKEEPER-938) support Kerberos Authentication

2011-04-06 Thread Eugene Koontz (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13016606#comment-13016606 ] Eugene Koontz commented on ZOOKEEPER-938: - Thanks for your review again, Kan. A

[jira] [Commented] (ZOOKEEPER-938) support Kerberos Authentication

2011-04-06 Thread Eugene Koontz (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13016621#comment-13016621 ] Eugene Koontz commented on ZOOKEEPER-938: - > Thanks for addressing some of my

[jira] [Updated] (ZOOKEEPER-423) Add getFirstChild API

2011-04-06 Thread Henry Robinson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henry Robinson updated ZOOKEEPER-423: - Attachment: ZOOKEEPER-423.patch Draft patch > Add getFirstChild API > ---

[jira] [Updated] (ZOOKEEPER-423) Add getFirstChild API

2011-04-06 Thread Henry Robinson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henry Robinson updated ZOOKEEPER-423: - Attachment: (was: ZOOKEEPER-423.patch) > Add getFirstChild API > -

[jira] [Updated] (ZOOKEEPER-423) Add getFirstChild API

2011-04-06 Thread Henry Robinson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henry Robinson updated ZOOKEEPER-423: - Attachment: ZOOKEEPER-423.patch [Non-garbage patch this time] This is a draft patch f

Understanding better the Fast Leader Election algorithm

2011-04-06 Thread André Oriani
Hi all, I am trying to extract a minimalistic version of the Zab protocol from Zookeeper (https://github.com/aoriani/zab, btw) . I doing that by bringing one class at time, starting from QuorumCnxManager. I brought enough classes to run the Fast Leader Election . Some classes I had to stub. Conse

Re: discarded messages seems will exists in some follower, when the leader failed.

2011-04-06 Thread Mahadev Konar
Hi Jiangwen, Take a look at : syncWithLeader(newLeaderZxid); This method calls truncate to take care of the issue you mention. thanks mahadev On Tue, Apr 5, 2011 at 9:31 PM, jiangwen w wrote: > discarded messages seems will exists in some follower, when the leader > failed. considering the

Re: Understanding better the Fast Leader Election algorithm

2011-04-06 Thread Diogo Becker
Hi André. André Oriani writes: > Hi all, > > I am trying to extract a minimalistic version of the Zab protocol from > Zookeeper (https://github.com/aoriani/zab, btw) . I doing that by bringing > one class at time, starting from QuorumCnxManager. I brought enough classes > to run the Fast Leader