[jira] [Commented] (ZOOKEEPER-2797) Invalid TTL from misbehaving client nukes zookeeper

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

Success: ZOOKEEPER- PreCommit Build #753

2017-05-30 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/753/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 68.34 MB...] [exec] [exec]

[jira] [Commented] (ZOOKEEPER-2788) The define of MAX_CONNECTION_ATTEMPTS in QuorumCnxManager.java seems useless, should it be removed?

2017-05-30 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16030659#comment-16030659 ] Hadoop QA commented on ZOOKEEPER-2788: -- -1 overall. GitHub Pull Request Build

Failed: ZOOKEEPER- PreCommit Build #752

2017-05-30 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/752/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 35.15 MB...] [exec] +0 tests

[jira] [Commented] (ZOOKEEPER-2797) Invalid TTL from misbehaving client nukes zookeeper

2017-05-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16030625#comment-16030625 ] ASF GitHub Bot commented on ZOOKEEPER-2797: --- Github user packysauce commente

[GitHub] zookeeper pull request #267: ZOOKEEPER-2797 Defend against bad TTLs from mis...

2017-05-30 Thread packysauce
Github user packysauce commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/267#discussion_r119270375 --- Diff: src/java/test/org/apache/zookeeper/server/CreateTTLTest.java --- @@ -69,6 +75,23 @@ public void testCreate() } @Test

[jira] [Commented] (ZOOKEEPER-2797) Invalid TTL from misbehaving client nukes zookeeper

2017-05-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16030624#comment-16030624 ] ASF GitHub Bot commented on ZOOKEEPER-2797: --- Github user afine commented on

[GitHub] zookeeper pull request #267: ZOOKEEPER-2797 Defend against bad TTLs from mis...

2017-05-30 Thread afine
Github user afine commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/267#discussion_r119269582 --- Diff: src/java/test/org/apache/zookeeper/server/CreateTTLTest.java --- @@ -69,6 +75,23 @@ public void testCreate() } @Test +

[jira] [Commented] (ZOOKEEPER-2788) The define of MAX_CONNECTION_ATTEMPTS in QuorumCnxManager.java seems useless, should it be removed?

2017-05-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16030606#comment-16030606 ] ASF GitHub Bot commented on ZOOKEEPER-2788: --- GitHub user afine opened a pull

[GitHub] zookeeper issue #266: ZOOKEEPER-2788: The define of MAX_CONNECTION_ATTEMPTS ...

2017-05-30 Thread afine
Github user afine commented on the issue: https://github.com/apache/zookeeper/pull/266 @hanm see: https://github.com/apache/zookeeper/pull/268 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[jira] [Commented] (ZOOKEEPER-2788) The define of MAX_CONNECTION_ATTEMPTS in QuorumCnxManager.java seems useless, should it be removed?

2017-05-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16030607#comment-16030607 ] ASF GitHub Bot commented on ZOOKEEPER-2788: --- Github user afine commented on

[GitHub] zookeeper pull request #268: ZOOKEEPER-2788: The define of MAX_CONNECTION_AT...

2017-05-30 Thread afine
GitHub user afine opened a pull request: https://github.com/apache/zookeeper/pull/268 ZOOKEEPER-2788: The define of MAX_CONNECTION_ATTEMPTS in QuorumCnxManager.java seems useless, should it be removed? You can merge this pull request into a Git repository by running: $ git pu

[jira] [Commented] (ZOOKEEPER-2790) Should we consider using `LongAdder` instead of `AtomicLong`

2017-05-30 Thread Benedict Jin (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16030605#comment-16030605 ] Benedict Jin commented on ZOOKEEPER-2790: - You are welcome. Yep, i agree with

[jira] [Updated] (ZOOKEEPER-2790) Should we consider using `LongAdder` instead of `AtomicLong`

2017-05-30 Thread Benedict Jin (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benedict Jin updated ZOOKEEPER-2790: Attachment: Atomic.png > Should we consider using `LongAdder` instead of `AtomicLong` >

[jira] [Commented] (ZOOKEEPER-2790) Should we consider using `LongAdder` instead of `AtomicLong`

2017-05-30 Thread Abraham Fine (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16030590#comment-16030590 ] Abraham Fine commented on ZOOKEEPER-2790: - Thanks for the clear write up [~ben

[jira] [Commented] (ZOOKEEPER-2790) Should we consider using `LongAdder` instead of `AtomicLong`

2017-05-30 Thread Benedict Jin (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16030527#comment-16030527 ] Benedict Jin commented on ZOOKEEPER-2790: - Hi [~abrahamfine]. Yep, you are ri

[jira] [Commented] (ZOOKEEPER-2797) Invalid TTL from misbehaving client nukes zookeeper

2017-05-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16030514#comment-16030514 ] ASF GitHub Bot commented on ZOOKEEPER-2797: --- Github user packysauce commente

[GitHub] zookeeper issue #267: ZOOKEEPER-2797 Defend against bad TTLs from misbehavin...

2017-05-30 Thread packysauce
Github user packysauce commented on the issue: https://github.com/apache/zookeeper/pull/267 The failed test in jenkins runs fine for me locally, and the logs indicated succeeded (if I'm interpreting that correctly) --- If your project is set up for it, you can reply to this email and

ZooKeeper_branch35_openjdk7 - Build # 544 - Failure

2017-05-30 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch35_openjdk7/544/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 63.86 MB...] [junit] 2017-05-31 01:13:30,465

ZooKeeper-trunk-openjdk7 - Build # 1489 - Still Failing

2017-05-30 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk-openjdk7/1489/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 60.40 MB...] [junit] 2017-05-31 01:00:43,599 [

[jira] [Commented] (ZOOKEEPER-2788) The define of MAX_CONNECTION_ATTEMPTS in QuorumCnxManager.java seems useless, should it be removed?

2017-05-30 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16030445#comment-16030445 ] Hudson commented on ZOOKEEPER-2788: --- SUCCESS: Integrated in Jenkins build ZooKeeper-

[jira] [Commented] (ZOOKEEPER-2797) Invalid TTL from misbehaving client nukes zookeeper

2017-05-30 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16030438#comment-16030438 ] Hadoop QA commented on ZOOKEEPER-2797: -- -1 overall. GitHub Pull Request Build

Failed: ZOOKEEPER- PreCommit Build #751

2017-05-30 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/751/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 69.75 MB...] [exec] [exec]

[jira] [Commented] (ZOOKEEPER-2797) Invalid TTL from misbehaving client nukes zookeeper

2017-05-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16030363#comment-16030363 ] ASF GitHub Bot commented on ZOOKEEPER-2797: --- GitHub user packysauce opened a

[GitHub] zookeeper pull request #267: ZOOKEEPER-2797 Defend against bad TTLs from mis...

2017-05-30 Thread packysauce
GitHub user packysauce opened a pull request: https://github.com/apache/zookeeper/pull/267 ZOOKEEPER-2797 Defend against bad TTLs from misbehaving clients Validate the TTL before it makes it to the commit processor to prevent blowing up ZK You can merge this pull request into a Git

[jira] [Commented] (ZOOKEEPER-2779) Add option to not set ACL for reconfig node

2017-05-30 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16030361#comment-16030361 ] Michael Han commented on ZOOKEEPER-2779: As I said earlier, I am ok with mergi

[jira] [Created] (ZOOKEEPER-2797) Invalid TTL from misbehaving client nukes zookeeper

2017-05-30 Thread Patrick White (JIRA)
Patrick White created ZOOKEEPER-2797: Summary: Invalid TTL from misbehaving client nukes zookeeper Key: ZOOKEEPER-2797 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2797 Project: ZooKeeper

[jira] [Commented] (ZOOKEEPER-2779) Add option to not set ACL for reconfig node

2017-05-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16030360#comment-16030360 ] ASF GitHub Bot commented on ZOOKEEPER-2779: --- Github user hanm commented on a

[GitHub] zookeeper pull request #249: [ZOOKEEPER-2779] Branch 3.5 backport

2017-05-30 Thread hanm
Github user hanm commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/249#discussion_r119240556 --- Diff: src/docs/src/documentation/content/xdocs/zookeeperReconfig.xml --- @@ -338,7 +338,10 @@ server.3=125.23.63.25:2782:2785:participant en

[jira] [Commented] (ZOOKEEPER-2756) Add CMake build system for better cross-platform support

2017-05-30 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16030345#comment-16030345 ] Hadoop QA commented on ZOOKEEPER-2756: -- -1 overall. GitHub Pull Request Build

Failed: ZOOKEEPER- PreCommit Build #750

2017-05-30 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/750/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 61.27 MB...] [exec] [exec]

[jira] [Commented] (ZOOKEEPER-2788) The define of MAX_CONNECTION_ATTEMPTS in QuorumCnxManager.java seems useless, should it be removed?

2017-05-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16030320#comment-16030320 ] ASF GitHub Bot commented on ZOOKEEPER-2788: --- Github user hanm commented on t

[GitHub] zookeeper issue #266: ZOOKEEPER-2788: The define of MAX_CONNECTION_ATTEMPTS ...

2017-05-30 Thread hanm
Github user hanm commented on the issue: https://github.com/apache/zookeeper/pull/266 lgtm. merged to 3.5 and master. @afine Please open a separate PR targeting branch-3.4. Git is not smart enough to figure out the merge conflicts on branch-3.4. --- If your project is set up for

[jira] [Commented] (ZOOKEEPER-2788) The define of MAX_CONNECTION_ATTEMPTS in QuorumCnxManager.java seems useless, should it be removed?

2017-05-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16030313#comment-16030313 ] ASF GitHub Bot commented on ZOOKEEPER-2788: --- Github user asfgit closed the p

[GitHub] zookeeper pull request #266: ZOOKEEPER-2788: The define of MAX_CONNECTION_AT...

2017-05-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zookeeper/pull/266 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is e

[jira] [Commented] (ZOOKEEPER-2788) The define of MAX_CONNECTION_ATTEMPTS in QuorumCnxManager.java seems useless, should it be removed?

2017-05-30 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16030306#comment-16030306 ] Michael Han commented on ZOOKEEPER-2788: Good attempt on cleaning up code base

[jira] [Assigned] (ZOOKEEPER-2788) The define of MAX_CONNECTION_ATTEMPTS in QuorumCnxManager.java seems useless, should it be removed?

2017-05-30 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han reassigned ZOOKEEPER-2788: -- Assignee: Abraham Fine > The define of MAX_CONNECTION_ATTEMPTS in QuorumCnxManager.

[jira] [Commented] (ZOOKEEPER-2756) Add CMake build system for better cross-platform support

2017-05-30 Thread Andrew Schwartzmeyer (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16030213#comment-16030213 ] Andrew Schwartzmeyer commented on ZOOKEEPER-2756: - `git rm`'d the old

[jira] [Commented] (ZOOKEEPER-2788) The define of MAX_CONNECTION_ATTEMPTS in QuorumCnxManager.java seems useless, should it be removed?

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

Success: ZOOKEEPER- PreCommit Build #749

2017-05-30 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/749/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 69.19 MB...] [exec] [exec]

[jira] [Commented] (ZOOKEEPER-2788) The define of MAX_CONNECTION_ATTEMPTS in QuorumCnxManager.java seems useless, should it be removed?

2017-05-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16030072#comment-16030072 ] ASF GitHub Bot commented on ZOOKEEPER-2788: --- GitHub user afine opened a pull

[GitHub] zookeeper pull request #266: ZOOKEEPER-2788: The define of MAX_CONNECTION_AT...

2017-05-30 Thread afine
GitHub user afine opened a pull request: https://github.com/apache/zookeeper/pull/266 ZOOKEEPER-2788: The define of MAX_CONNECTION_ATTEMPTS in QuorumCnxManager.java seems useless, should it be removed? You can merge this pull request into a Git repository by running: $ git pu

[jira] [Commented] (ZOOKEEPER-2788) The define of MAX_CONNECTION_ATTEMPTS in QuorumCnxManager.java seems useless, should it be removed?

2017-05-30 Thread Abraham Fine (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16030071#comment-16030071 ] Abraham Fine commented on ZOOKEEPER-2788: - [~jiangjiafu]- You appear to be co

[jira] [Updated] (ZOOKEEPER-2788) The define of MAX_CONNECTION_ATTEMPTS in QuorumCnxManager.java seems useless, should it be removed?

2017-05-30 Thread Abraham Fine (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abraham Fine updated ZOOKEEPER-2788: Affects Version/s: (was: 3.6.0) > The define of MAX_CONNECTION_ATTEMPTS in QuorumCnx

[jira] [Updated] (ZOOKEEPER-2788) The define of MAX_CONNECTION_ATTEMPTS in QuorumCnxManager.java seems useless, should it be removed?

2017-05-30 Thread Abraham Fine (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abraham Fine updated ZOOKEEPER-2788: Affects Version/s: 3.6.0 3.5.3 > The define of MAX_CONNECTION_ATT

[jira] [Commented] (ZOOKEEPER-2790) Should we consider using `LongAdder` instead of `AtomicLong`

2017-05-30 Thread Abraham Fine (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16030052#comment-16030052 ] Abraham Fine commented on ZOOKEEPER-2790: - Hi [~benedict jin]- My understandi

[jira] [Commented] (ZOOKEEPER-2795) Can we make the ZookeeperServerShutdownHandler constructor public

2017-05-30 Thread Abraham Fine (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16030037#comment-16030037 ] Abraham Fine commented on ZOOKEEPER-2795: - Hi [~achambers.h...@gmail.com]- Is

ZooKeeper-trunk-openjdk7 - Build # 1488 - Failure

2017-05-30 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk-openjdk7/1488/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 62.93 MB...] [junit] at org.apache.zookee

[jira] [Commented] (ZOOKEEPER-2796) Test org.apache.zookeeper.ZooKeeperTest.testCreateNodeWithoutData is broken by ZOOKEEPER-2757

2017-05-30 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16030011#comment-16030011 ] Hudson commented on ZOOKEEPER-2796: --- SUCCESS: Integrated in Jenkins build ZooKeeper-

[jira] [Commented] (ZOOKEEPER-2779) Add option to not set ACL for reconfig node

2017-05-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16029897#comment-16029897 ] ASF GitHub Bot commented on ZOOKEEPER-2779: --- Github user afine commented on

[GitHub] zookeeper pull request #248: [ZOOKEEPER-2779] Provide a means to disable set...

2017-05-30 Thread afine
Github user afine commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/248#discussion_r119181608 --- Diff: src/java/test/org/apache/zookeeper/test/ReconfigExceptionTestCase.java --- @@ -0,0 +1,122 @@ +/** + * Licensed to the Apache Software Foun

[jira] [Commented] (ZOOKEEPER-2779) Add option to not set ACL for reconfig node

2017-05-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16029887#comment-16029887 ] ASF GitHub Bot commented on ZOOKEEPER-2779: --- Github user Randgalt commented

[GitHub] zookeeper pull request #248: [ZOOKEEPER-2779] Provide a means to disable set...

2017-05-30 Thread Randgalt
Github user Randgalt commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/248#discussion_r119179974 --- Diff: src/java/test/org/apache/zookeeper/test/ReconfigExceptionTestCase.java --- @@ -0,0 +1,122 @@ +/** + * Licensed to the Apache Software F

[jira] [Commented] (ZOOKEEPER-2779) Add option to not set ACL for reconfig node

2017-05-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16029879#comment-16029879 ] ASF GitHub Bot commented on ZOOKEEPER-2779: --- Github user afine commented on

[GitHub] zookeeper pull request #248: [ZOOKEEPER-2779] Provide a means to disable set...

2017-05-30 Thread afine
Github user afine commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/248#discussion_r119178381 --- Diff: src/java/test/org/apache/zookeeper/test/ReconfigExceptionTestCase.java --- @@ -0,0 +1,122 @@ +/** + * Licensed to the Apache Software Foun

ZooKeeper_branch35_jdk8 - Build # 543 - Still Failing

2017-05-30 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch35_jdk8/543/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 62.21 MB...] [junit] 2017-05-30 18:22:41,163 [my

[jira] [Commented] (ZOOKEEPER-2779) Add option to not set ACL for reconfig node

2017-05-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16029871#comment-16029871 ] ASF GitHub Bot commented on ZOOKEEPER-2779: --- Github user afine commented on

[GitHub] zookeeper pull request #248: [ZOOKEEPER-2779] Provide a means to disable set...

2017-05-30 Thread afine
Github user afine commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/248#discussion_r119176943 --- Diff: src/java/main/org/apache/zookeeper/server/DataTree.java --- @@ -254,12 +262,14 @@ public void addConfigNode() { } n

[jira] [Resolved] (ZOOKEEPER-2796) Test org.apache.zookeeper.ZooKeeperTest.testCreateNodeWithoutData is broken by ZOOKEEPER-2757

2017-05-30 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han resolved ZOOKEEPER-2796. Resolution: Fixed Fix Version/s: 3.5.4 3.6.0 Issue resolved by

[jira] [Commented] (ZOOKEEPER-2796) Test org.apache.zookeeper.ZooKeeperTest.testCreateNodeWithoutData is broken by ZOOKEEPER-2757

2017-05-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16029819#comment-16029819 ] ASF GitHub Bot commented on ZOOKEEPER-2796: --- Github user asfgit closed the p

[GitHub] zookeeper pull request #265: ZOOKEEPER-2796: Fix broken test testCreateNodeW...

2017-05-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zookeeper/pull/265 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is e

[jira] [Commented] (ZOOKEEPER-2779) Add option to not set ACL for reconfig node

2017-05-30 Thread Jordan Zimmerman (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16029769#comment-16029769 ] Jordan Zimmerman commented on ZOOKEEPER-2779: - lol - we're going in circle

Success: ZOOKEEPER- PreCommit Build #748

2017-05-30 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/748/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 64.24 MB...] [exec] [exec]

[jira] [Commented] (ZOOKEEPER-2796) Test org.apache.zookeeper.ZooKeeperTest.testCreateNodeWithoutData is broken by ZOOKEEPER-2757

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

[jira] [Commented] (ZOOKEEPER-2779) Add option to not set ACL for reconfig node

2017-05-30 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16029760#comment-16029760 ] Michael Han commented on ZOOKEEPER-2779: There is no ACL check for superuser.

[jira] [Commented] (ZOOKEEPER-2779) Add option to not set ACL for reconfig node

2017-05-30 Thread Jordan Zimmerman (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16029752#comment-16029752 ] Jordan Zimmerman commented on ZOOKEEPER-2779: - I keep feeling like I'm not

[jira] [Commented] (ZOOKEEPER-2779) Add option to not set ACL for reconfig node

2017-05-30 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16029743#comment-16029743 ] Michael Han commented on ZOOKEEPER-2779: The current approach only allows admi

[jira] [Commented] (ZOOKEEPER-2779) Add option to not set ACL for reconfig node

2017-05-30 Thread Jordan Zimmerman (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16029732#comment-16029732 ] Jordan Zimmerman commented on ZOOKEEPER-2779: - [~hanm] - The reconfig() AP

[jira] [Commented] (ZOOKEEPER-2779) Add option to not set ACL for reconfig node

2017-05-30 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16029708#comment-16029708 ] Michael Han commented on ZOOKEEPER-2779: The current approach does not require

[jira] [Commented] (ZOOKEEPER-2779) Add option to not set ACL for reconfig node

2017-05-30 Thread Jordan Zimmerman (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16029699#comment-16029699 ] Jordan Zimmerman commented on ZOOKEEPER-2779: - How is the current mechanis

[jira] [Commented] (ZOOKEEPER-2779) Add option to not set ACL for reconfig node

2017-05-30 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16029695#comment-16029695 ] Michael Han commented on ZOOKEEPER-2779: >From a security perspective, offline

[jira] [Commented] (ZOOKEEPER-2796) Test org.apache.zookeeper.ZooKeeperTest.testCreateNodeWithoutData is broken by ZOOKEEPER-2757

2017-05-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16029634#comment-16029634 ] ASF GitHub Bot commented on ZOOKEEPER-2796: --- GitHub user hanm opened a pull

[jira] [Assigned] (ZOOKEEPER-2691) recreateSocketAddresses may recreate the unreachable IP address

2017-05-30 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt reassigned ZOOKEEPER-2691: --- Assignee: JiangJiafu > recreateSocketAddresses may recreate the unreachable IP ad

[GitHub] zookeeper pull request #265: ZOOKEEPER-2796: Fix broken test testCreateNodeW...

2017-05-30 Thread hanm
GitHub user hanm opened a pull request: https://github.com/apache/zookeeper/pull/265 ZOOKEEPER-2796: Fix broken test testCreateNodeWithoutData caused by ZK-2757. You can merge this pull request into a Git repository by running: $ git pull https://github.com/hanm/zookeeper ZOOK

[jira] [Created] (ZOOKEEPER-2796) Test org.apache.zookeeper.ZooKeeperTest.testCreateNodeWithoutData is broken by ZOOKEEPER-2757

2017-05-30 Thread Michael Han (JIRA)
Michael Han created ZOOKEEPER-2796: -- Summary: Test org.apache.zookeeper.ZooKeeperTest.testCreateNodeWithoutData is broken by ZOOKEEPER-2757 Key: ZOOKEEPER-2796 URL: https://issues.apache.org/jira/browse/ZOOKEEPE

[jira] [Created] (ZOOKEEPER-2795) Can we make the ZookeeperServerShutdownHandler constructor public

2017-05-30 Thread Andy Chambers (JIRA)
Andy Chambers created ZOOKEEPER-2795: Summary: Can we make the ZookeeperServerShutdownHandler constructor public Key: ZOOKEEPER-2795 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2795 Proje

ZooKeeper_branch35_jdk8 - Build # 542 - Still Failing

2017-05-30 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch35_jdk8/542/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 60.32 MB...] [junit] 2017-05-30 12:15:13,516 [my

ZooKeeper-trunk-jdk8 - Build # 1065 - Still Failing

2017-05-30 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk-jdk8/1065/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 61.77 MB...] [junit] 2017-05-30 11:58:42,561 [myid

ZooKeeper_branch35_openjdk7 - Build # 542 - Still Failing

2017-05-30 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch35_openjdk7/542/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 61.53 MB...] [junit] 2017-05-30 10:29:55,178

ZooKeeper_branch35_jdk7 - Build # 980 - Still Failing

2017-05-30 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch35_jdk7/980/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 62.69 MB...] [junit] 2017-05-30 08:49:15,591 [my