[jira] [Commented] (ZOOKEEPER-1629) testTrancationLogCorruption occasionally fails

2013-03-27 Thread Alexander Shraer (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13614992#comment-13614992 ] Alexander Shraer commented on ZOOKEEPER-1629: - After some debugging, here'

[jira] [Commented] (ZOOKEEPER-1629) testTrancationLogCorruption occasionally fails

2013-03-27 Thread Ted Dunning (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13615024#comment-13615024 ] Ted Dunning commented on ZOOKEEPER-1629: WHile you are at it, could you fix th

ZooKeeper-trunk-solaris - Build # 510 - Failure

2013-03-27 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk-solaris/510/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 204134 lines...] [junit] 2013-03-27 09:26:22,403

Re: zookeeper_interest returning ZOK on Connection Loss

2013-03-27 Thread Anthony Barré
I would like to reopen this thread. The fact that no event ZOO_EXPIRED_SESSION_STATE is triggered after a certain amount of time when the server is offline is a serious problem. In my company, we also using the c client in a single thread (as part of the node-zookeeper module) but we decided to u

ZooKeeper-trunk-jdk7 - Build # 584 - Failure

2013-03-27 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk-jdk7/584/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 314747 lines...] [junit] 2013-03-27 10:01:52,287 [m

ZooKeeper-trunk-WinVS2008 - Build # 780 - Still Failing

2013-03-27 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk-WinVS2008/780/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 466 lines...] .\src\cli.c(402): error C2065: 'p'

ZooKeeper-trunk - Build # 1880 - Still Failing

2013-03-27 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk/1880/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 300563 lines...] [exec] Using config: /home/jenkins/j

Re: zookeeper_interest returning ZOK on Connection Loss

2013-03-27 Thread Michi Mutsuzaki
Hi Anthony, Is there a open jira for this patch? I don't have any problem integrating this patch. Only thing I'd suggest is to not call the event ZOO_EXPIRED_SESSION_STATE (which should be triggered only by the server). --Michi On Wed, Mar 27, 2013 at 2:41 AM, Anthony Barré wrote: > I would lik

[jira] [Updated] (ZOOKEEPER-107) Allow dynamic changes to server cluster membership

2013-03-27 Thread Michi Mutsuzaki (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michi Mutsuzaki updated ZOOKEEPER-107: -- Attachment: ZOOKEEPER-107.patch > Allow dynamic changes to server cluster member

Re: zookeeper_interest returning ZOK on Connection Loss

2013-03-27 Thread Marshall McMullen
We already have a ZOO_NOTCONNECTED_STATE. Seems like that should work for these purposes... On Wed, Mar 27, 2013 at 11:23 AM, Michi Mutsuzaki wrote: > Hi Anthony, > > Is there a open jira for this patch? I don't have any problem > integrating this patch. Only thing I'd suggest is to not call the

[jira] [Commented] (ZOOKEEPER-107) Allow dynamic changes to server cluster membership

2013-03-27 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13615595#comment-13615595 ] Hadoop QA commented on ZOOKEEPER-107: - +1 overall. Here are the results of testing