[jira] [Commented] (ZOOKEEPER-2712) MiniKdc test case intermittently failing due to principal not found in Kerberos database

2017-03-18 Thread Rakesh R (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15931573#comment-15931573 ] Rakesh R commented on ZOOKEEPER-2712: - Thanks a lot [~hanm] for the unit test results and

[jira] [Commented] (ZOOKEEPER-2722) Flaky Test: org.apache.zookeeper.test.ReadOnlyModeTest.testSessionEstablishment

2017-03-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15931554#comment-15931554 ] ASF GitHub Bot commented on ZOOKEEPER-2722: --- Github user hanm commented on the issue:

[GitHub] zookeeper issue #191: ZOOKEEPER-2722: fix flaky testSessionEstablishment tes...

2017-03-18 Thread hanm
Github user hanm commented on the issue: https://github.com/apache/zookeeper/pull/191 @skamille OK, for some reasons I can't even get a single repro with this patch now on Apache Jenkins. I've kicked 10+ builds on apache jenkins and all of them pass this test. Unfortunately the link

[jira] [Commented] (ZOOKEEPER-2712) MiniKdc test case intermittently failing due to principal not found in Kerberos database

2017-03-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15931553#comment-15931553 ] ASF GitHub Bot commented on ZOOKEEPER-2712: --- Github user rakeshadr commented on a diff in

[GitHub] zookeeper pull request #200: ZOOKEEPER-2712: MiniKdc test case intermittentl...

2017-03-18 Thread rakeshadr
Github user rakeshadr commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/200#discussion_r106797401 --- Diff: src/java/test/org/apache/zookeeper/server/quorum/auth/QuorumDigestAuthTest.java --- @@ -87,7 +87,7 @@ public void testValidCredentials()

[jira] [Commented] (ZOOKEEPER-2725) Upgrading to a global session fails with a multiop

2017-03-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15931551#comment-15931551 ] ASF GitHub Bot commented on ZOOKEEPER-2725: --- Github user hanm commented on a diff in the

[jira] [Commented] (ZOOKEEPER-2712) MiniKdc test case intermittently failing due to principal not found in Kerberos database

2017-03-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15931550#comment-15931550 ] ASF GitHub Bot commented on ZOOKEEPER-2712: --- Github user rakeshadr commented on a diff in

[jira] [Commented] (ZOOKEEPER-2725) Upgrading to a global session fails with a multiop

2017-03-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15931549#comment-15931549 ] ASF GitHub Bot commented on ZOOKEEPER-2725: --- Github user hanm commented on a diff in the

[GitHub] zookeeper pull request #200: ZOOKEEPER-2712: MiniKdc test case intermittentl...

2017-03-18 Thread rakeshadr
Github user rakeshadr commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/200#discussion_r106797363 --- Diff: src/java/test/org/apache/zookeeper/server/quorum/auth/QuorumAuthUpgradeTest.java --- @@ -83,7 +83,7 @@ public void

[GitHub] zookeeper pull request #195: ZOOKEEPER-2725: Promote local session to global...

2017-03-18 Thread hanm
Github user hanm commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/195#discussion_r106797374 --- Diff: src/java/test/org/apache/zookeeper/server/MultiOpSessionUpgradeTest.java --- @@ -0,0 +1,87 @@ +/** + * Licensed to the Apache Software

[GitHub] zookeeper pull request #195: ZOOKEEPER-2725: Promote local session to global...

2017-03-18 Thread hanm
Github user hanm commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/195#discussion_r106797356 --- Diff: src/java/test/org/apache/zookeeper/server/MultiOpSessionUpgradeTest.java --- @@ -0,0 +1,87 @@ +/** + * Licensed to the Apache Software

[jira] [Commented] (ZOOKEEPER-2725) Upgrading to a global session fails with a multiop

2017-03-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15931548#comment-15931548 ] ASF GitHub Bot commented on ZOOKEEPER-2725: --- Github user hanm commented on a diff in the

[GitHub] zookeeper pull request #195: ZOOKEEPER-2725: Promote local session to global...

2017-03-18 Thread hanm
Github user hanm commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/195#discussion_r106797340 --- Diff: src/java/test/org/apache/zookeeper/server/MultiOpSessionUpgradeTest.java --- @@ -0,0 +1,87 @@ +/** + * Licensed to the Apache Software

[jira] [Commented] (ZOOKEEPER-2725) Upgrading to a global session fails with a multiop

2017-03-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15931547#comment-15931547 ] ASF GitHub Bot commented on ZOOKEEPER-2725: --- Github user hanm commented on a diff in the

ZooKeeper_branch34_jdk7 - Build # 1447 - Still Failing

2017-03-18 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch34_jdk7/1447/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 31.25 MB...] [junit] 2017-03-19 02:41:55,036

[jira] [Commented] (ZOOKEEPER-2722) Flaky Test: org.apache.zookeeper.test.ReadOnlyModeTest.testSessionEstablishment

2017-03-18 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15931526#comment-15931526 ] Hadoop QA commented on ZOOKEEPER-2722: -- -1 overall. GitHub Pull Request Build +1

[jira] [Commented] (ZOOKEEPER-2722) Flaky Test: org.apache.zookeeper.test.ReadOnlyModeTest.testSessionEstablishment

2017-03-18 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15931513#comment-15931513 ] Hadoop QA commented on ZOOKEEPER-2722: -- +1 overall. GitHub Pull Request Build +1

[jira] [Commented] (ZOOKEEPER-2722) Flaky Test: org.apache.zookeeper.test.ReadOnlyModeTest.testSessionEstablishment

2017-03-18 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15931509#comment-15931509 ] Hadoop QA commented on ZOOKEEPER-2722: -- +1 overall. GitHub Pull Request Build +1

ZooKeeper_branch34 - Build # 1882 - Still Failing

2017-03-18 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch34/1882/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 31.58 MB...] [junit] 2017-03-19 00:20:21,995

[jira] [Commented] (ZOOKEEPER-2722) Flaky Test: org.apache.zookeeper.test.ReadOnlyModeTest.testSessionEstablishment

2017-03-18 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15931489#comment-15931489 ] Hadoop QA commented on ZOOKEEPER-2722: -- -1 overall. GitHub Pull Request Build +1

[jira] [Commented] (ZOOKEEPER-2722) Flaky Test: org.apache.zookeeper.test.ReadOnlyModeTest.testSessionEstablishment

2017-03-18 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15931459#comment-15931459 ] Hadoop QA commented on ZOOKEEPER-2722: -- +1 overall. GitHub Pull Request Build +1

[jira] [Commented] (ZOOKEEPER-2722) Flaky Test: org.apache.zookeeper.test.ReadOnlyModeTest.testSessionEstablishment

2017-03-18 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15931438#comment-15931438 ] Hadoop QA commented on ZOOKEEPER-2722: -- +1 overall. GitHub Pull Request Build +1

[jira] [Commented] (ZOOKEEPER-2722) Flaky Test: org.apache.zookeeper.test.ReadOnlyModeTest.testSessionEstablishment

2017-03-18 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15931417#comment-15931417 ] Hadoop QA commented on ZOOKEEPER-2722: -- +1 overall. GitHub Pull Request Build +1

[jira] [Commented] (ZOOKEEPER-2712) MiniKdc test case intermittently failing due to principal not found in Kerberos database

2017-03-18 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15931408#comment-15931408 ] Michael Han commented on ZOOKEEPER-2712: [~rakeshr] Good job on hunting down the culprit of

[GitHub] zookeeper issue #200: ZOOKEEPER-2712: MiniKdc test case intermittently faili...

2017-03-18 Thread hanm
Github user hanm commented on the issue: https://github.com/apache/zookeeper/pull/200 I tested this patch, it works good for my local Linux environment. The previous test cases that failed deterministically now pass consistently. I've left a comment here and a couple of comments in

[jira] [Commented] (ZOOKEEPER-2712) MiniKdc test case intermittently failing due to principal not found in Kerberos database

2017-03-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15931407#comment-15931407 ] ASF GitHub Bot commented on ZOOKEEPER-2712: --- Github user hanm commented on the issue:

[jira] [Commented] (ZOOKEEPER-2712) MiniKdc test case intermittently failing due to principal not found in Kerberos database

2017-03-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15931405#comment-15931405 ] ASF GitHub Bot commented on ZOOKEEPER-2712: --- Github user hanm commented on a diff in the

[jira] [Commented] (ZOOKEEPER-2722) Flaky Test: org.apache.zookeeper.test.ReadOnlyModeTest.testSessionEstablishment

2017-03-18 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15931406#comment-15931406 ] Hadoop QA commented on ZOOKEEPER-2722: -- +1 overall. GitHub Pull Request Build +1

[GitHub] zookeeper pull request #200: ZOOKEEPER-2712: MiniKdc test case intermittentl...

2017-03-18 Thread hanm
Github user hanm commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/200#discussion_r106792170 --- Diff: src/java/test/org/apache/zookeeper/server/quorum/auth/QuorumDigestAuthTest.java --- @@ -87,7 +87,7 @@ public void testValidCredentials() throws

[jira] [Commented] (ZOOKEEPER-2712) MiniKdc test case intermittently failing due to principal not found in Kerberos database

2017-03-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15931404#comment-15931404 ] ASF GitHub Bot commented on ZOOKEEPER-2712: --- Github user hanm commented on a diff in the

[GitHub] zookeeper pull request #200: ZOOKEEPER-2712: MiniKdc test case intermittentl...

2017-03-18 Thread hanm
Github user hanm commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/200#discussion_r106792158 --- Diff: src/java/test/org/apache/zookeeper/server/quorum/auth/QuorumAuthUpgradeTest.java --- @@ -83,7 +83,7 @@ public void testNullAuthLearnerServer()

[jira] [Commented] (ZOOKEEPER-2722) Flaky Test: org.apache.zookeeper.test.ReadOnlyModeTest.testSessionEstablishment

2017-03-18 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15931398#comment-15931398 ] Hadoop QA commented on ZOOKEEPER-2722: -- +1 overall. GitHub Pull Request Build +1

[jira] [Commented] (ZOOKEEPER-2722) Flaky Test: org.apache.zookeeper.test.ReadOnlyModeTest.testSessionEstablishment

2017-03-18 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15931389#comment-15931389 ] Hadoop QA commented on ZOOKEEPER-2722: -- +1 overall. GitHub Pull Request Build +1

Re: Contributing to Zookeeper

2017-03-18 Thread Camille Fournier
Hi Atri, We're always happy to have folks contribute. I would recommend starting by reading the various documentation on how to contribute, and hanging out on the mailing lists for a while to get a feel for the project. Once you see something that makes sense for your skill set, volunteer an

ZooKeeper_branch34_openjdk7 - Build # 1433 - Still Failing

2017-03-18 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch34_openjdk7/1433/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 31.25 MB...] [junit] 2017-03-18

Re: Contributing to Zookeeper

2017-03-18 Thread Atri Sharma
Hi folks, Please advise On Mar 17, 2017 10:25 PM, "Atri Sharma" wrote: > Hi All, > > I am a distributed systems engineer with experience across different > spectrum of highly scalable systems and have worked with consistency > and quorum protocols. > > I would be happy to help

ZooKeeper-trunk-jdk8 - Build # 982 - Failure

2017-03-18 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk-jdk8/982/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 65.90 MB...] [junit] 2017-03-18 11:55:24,770

ZooKeeper_branch35_openjdk7 - Build # 460 - Still Failing

2017-03-18 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch35_openjdk7/460/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 64.85 MB...] [junit] 2017-03-18