ZooKeeper-trunk-solaris - Build # 1347 - Still Failing

2016-10-14 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk-solaris/1347/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 9389 lines...] [junit] 2016-10-14 07:24:39,449

ZooKeeper_branch35_jdk7 - Build # 697 - Failure

2016-10-14 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch35_jdk7/697/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 462977 lines...] [junit] at

ZooKeeper_branch35_openjdk7 - Build # 263 - Still Failing

2016-10-14 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch35_openjdk7/263/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 453427 lines...] [junit] 2016-10-14

ZooKeeper_branch35_jdk8 - Build # 265 - Still Failing

2016-10-14 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch35_jdk8/265/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 436017 lines...] [junit] 2016-10-14

[jira] [Commented] (ZOOKEEPER-2467) NullPointerException when redo Command is passed negative value

2016-10-14 Thread Rakesh R (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15575545#comment-15575545 ] Rakesh R commented on ZOOKEEPER-2467: - Thanks [~rakeshkumarsingh]. +1, latest patch looks good to

[jira] [Commented] (ZOOKEEPER-2467) NullPointerException when redo Command is passed negative value

2016-10-14 Thread Rakesh Kumar Singh (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15574433#comment-15574433 ] Rakesh Kumar Singh commented on ZOOKEEPER-2467: --- Thanks Rakesh. > NullPointerException

[jira] [Updated] (ZOOKEEPER-2467) NullPointerException when redo Command is passed negative value

2016-10-14 Thread Rakesh Kumar Singh (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rakesh Kumar Singh updated ZOOKEEPER-2467: -- Attachment: ZOOKEEPER-2467.patch Uploading patch. Pls review and submit if

Failed: ZOOKEEPER-2467 PreCommit Build #3490

2016-10-14 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/ZOOKEEPER-2467 Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/3490/ ### ## LAST 60 LINES OF THE CONSOLE ###

[jira] [Commented] (ZOOKEEPER-2615) Zookeeper server holds onto dead/expired session ids in the watch data structures

2016-10-14 Thread Camille Fournier (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15575936#comment-15575936 ] Camille Fournier commented on ZOOKEEPER-2615: - OK yup. This is a different race than what

[jira] [Commented] (ZOOKEEPER-2615) Zookeeper server holds onto dead/expired session ids in the watch data structures

2016-10-14 Thread Camille Fournier (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15575840#comment-15575840 ] Camille Fournier commented on ZOOKEEPER-2615: - Looking > Zookeeper server holds onto

ZooKeeper_branch35_solaris - Build # 283 - Still Failing

2016-10-14 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch35_solaris/283/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 434604 lines...] [junit] 2016-10-14

[jira] [Commented] (ZOOKEEPER-2615) Zookeeper server holds onto dead/expired session ids in the watch data structures

2016-10-14 Thread Camille Fournier (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15576271#comment-15576271 ] Camille Fournier commented on ZOOKEEPER-2615: - So it looks like all of the watches (not

data race in watch removal

2016-10-14 Thread Camille Fournier
All, After looking into this bug report: https://issues.apache.org/jira/browse/ZOOKEEPER-2615 I believe we have a system-wide race with watches on the server. AFAICT, a request with a watch can be in flight at the same time a connection is being closed. If the in-flight request is executed after