ZooKeeper_branch34 - Build # 2214 - Still Failing

2018-01-14 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch34/2214/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 124.67 KB...] [junit] Tests run: 1, Failures: 0, Err

ZooKeeper_branch34_openjdk7 - Build # 1784 - Still Failing

2018-01-14 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch34_openjdk7/1784/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 38.78 KB...] [junit] Tests run: 1, Failures

ZooKeeper_branch35_jdk7 - Build # 1253 - Still Failing

2018-01-14 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch35_jdk7/1253/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 58.42 KB...] [junit] Running org.apache.zookeep

ZooKeeper_branch34 - Build # 2213 - Failure

2018-01-14 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch34/2213/ ### ## LAST 60 LINES OF THE CONSOLE ### Started by timer [EnvInject] - Loading node environment variables. Bui

[GitHub] zookeeper pull request #447: [ZOOKEEPER-2926] Fix potential data consistency...

2018-01-14 Thread anmolnar
Github user anmolnar commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/447#discussion_r161410084 --- Diff: src/java/test/org/apache/zookeeper/server/quorum/SessionUpgradeTest.java --- @@ -0,0 +1,516 @@ +/** + * Licensed to the Apache Software

[GitHub] zookeeper pull request #447: [ZOOKEEPER-2926] Fix potential data consistency...

2018-01-14 Thread anmolnar
Github user anmolnar commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/447#discussion_r161410077 --- Diff: src/java/test/org/apache/zookeeper/server/quorum/SessionUpgradeTest.java --- @@ -0,0 +1,516 @@ +/** + * Licensed to the Apache Software

ZooKeeper-trunk-windows-cmake - Build # 2613 - Still Failing

2018-01-14 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk-windows-cmake/2613/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 7.82 KB...] [ivy:retrieve] found org.slf4j#s

[jira] [Commented] (ZOOKEEPER-2926) Data inconsistency issue due to the flaw in the session management

2018-01-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16325706#comment-16325706 ] ASF GitHub Bot commented on ZOOKEEPER-2926: --- Github user anmolnar commented

[GitHub] zookeeper pull request #447: [ZOOKEEPER-2926] Fix potential data consistency...

2018-01-14 Thread anmolnar
Github user anmolnar commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/447#discussion_r161405611 --- Diff: src/java/test/org/apache/zookeeper/test/SessionTrackerCheckTest.java --- @@ -185,8 +182,8 @@ public void testLeaderSessionTracker() throws Exce

[jira] [Commented] (ZOOKEEPER-2926) Data inconsistency issue due to the flaw in the session management

2018-01-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16325703#comment-16325703 ] ASF GitHub Bot commented on ZOOKEEPER-2926: --- Github user anmolnar commented

[GitHub] zookeeper issue #447: [ZOOKEEPER-2926] Fix potential data consistency issue ...

2018-01-14 Thread anmolnar
Github user anmolnar commented on the issue: https://github.com/apache/zookeeper/pull/447 @lvfangmin Got it. Recently we talked about why multiple commits are better for review over squashing. Now I see why. ---