[jira] [Updated] (ZOOKEEPER-3029) Step 2 - Create the pom files for the modules and migrate to maven build

2018-07-06 Thread Norbert Kalmar (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3029?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norbert Kalmar updated ZOOKEEPER-3029: -- Description: After the directory structures has been created, it is time to create

[jira] [Updated] (ZOOKEEPER-3029) Step 2 - Create the pom files for the modules and migrate to maven build

2018-07-06 Thread Norbert Kalmar (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3029?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norbert Kalmar updated ZOOKEEPER-3029: -- Description: After the directory structures has been created, it is time to create

[jira] [Updated] (ZOOKEEPER-3072) Race condition in throttling

2018-07-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated ZOOKEEPER-3072: -- Labels: pull-request-available (was: ) > Race condition in throttling >

[jira] [Commented] (ZOOKEEPER-3072) Race condition in throttling

2018-07-06 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16535078#comment-16535078 ] Hadoop QA commented on ZOOKEEPER-3072: -- -1 overall. GitHub Pull Request Build +1

Failed: ZOOKEEPER- PreCommit Build #1900

2018-07-06 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/1900/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 79.74 MB...] [exec]

[GitHub] zookeeper issue #556: ZOOKEEPER-3074:Flaky test:org.apache.zookeeper.server....

2018-07-06 Thread breed
Github user breed commented on the issue: https://github.com/apache/zookeeper/pull/556 +1 thank you @maoling ! i've restarted the build. if it passes, i'll get this committed. ---

[GitHub] zookeeper pull request #562: [ZOOKEEPER-3084] Exit when zeus cannot bind to ...

2018-07-06 Thread lvfangmin
Github user lvfangmin commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/562#discussion_r200719504 --- Diff: src/java/main/org/apache/zookeeper/server/quorum/QuorumCnxManager.java --- @@ -905,6 +908,12 @@ public void run() {

Success: ZOOKEEPER- PreCommit Build #1902

2018-07-06 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/1902/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 79.13 MB...] [exec] +1

[GitHub] zookeeper issue #561: ZOOKEEPER-3083: Remove some redundant and noisy log li...

2018-07-06 Thread enixon
Github user enixon commented on the issue: https://github.com/apache/zookeeper/pull/561 Rolling back the unnecessary changes :) The failing test was DisconnectedWatcherTest::testManyChildWatchersAutoReset. It is unrelated to my change and will not repro locally. Retrying

[GitHub] zookeeper issue #353: [ZOOKEEPER-2886] Permanent session moved error in mult...

2018-07-06 Thread breed
Github user breed commented on the issue: https://github.com/apache/zookeeper/pull/353 ok, with two +1s i'll be committing this one. ---

[jira] [Commented] (ZOOKEEPER-3083) Remove some redundant and noisy log lines

2018-07-06 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16535204#comment-16535204 ] Hadoop QA commented on ZOOKEEPER-3083: -- +1 overall. GitHub Pull Request Build +1

Success: ZOOKEEPER- PreCommit Build #1901

2018-07-06 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/1901/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 79.79 MB...] [exec] +1

[GitHub] zookeeper issue #559: ZOOKEEPER-3079: avoid unsafe use of sprintf(3)

2018-07-06 Thread breed
Github user breed commented on the issue: https://github.com/apache/zookeeper/pull/559 +1 thanks for the submission. if there are no objections, i'll commit this tomorrow ---

[GitHub] zookeeper pull request #560: ZOOKEEPER-3082: Fix server snapshot behavior wh...

2018-07-06 Thread breed
Github user breed commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/560#discussion_r200716591 --- Diff: src/java/main/org/apache/zookeeper/server/persistence/FileTxnSnapLog.java --- @@ -399,8 +399,30 @@ public void save(DataTree dataTree,

[GitHub] zookeeper pull request #562: [ZOOKEEPER-3084] Exit when zeus cannot bind to ...

2018-07-06 Thread breed
Github user breed commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/562#discussion_r200717310 --- Diff: src/java/main/org/apache/zookeeper/server/quorum/QuorumCnxManager.java --- @@ -905,6 +908,12 @@ public void run() {

[GitHub] zookeeper issue #558: ZOOKEEPER-3078: remove print_completion_queue

2018-07-06 Thread breed
Github user breed commented on the issue: https://github.com/apache/zookeeper/pull/558 +1 i agree. thanx you. will commit tomorrow if no -1 votes ---

[GitHub] zookeeper issue #353: [ZOOKEEPER-2886] Permanent session moved error in mult...

2018-07-06 Thread anmolnar
Github user anmolnar commented on the issue: https://github.com/apache/zookeeper/pull/353 @breed sure, go ahead please ---

ZooKeeper_branch34_openjdk7 - Build # 1982 - Failure

2018-07-06 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch34_openjdk7/1982/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 42.01 KB...] [junit] Running

[GitHub] zookeeper pull request #563: Fix for ZOOKEEPER-3072

2018-07-06 Thread bothejjms
GitHub user bothejjms opened a pull request: https://github.com/apache/zookeeper/pull/563 Fix for ZOOKEEPER-3072 Making the throttle check before passing over the request to the next thread will prevent the possibility of throttling code running after unthrottle Added an

[jira] [Commented] (ZOOKEEPER-3072) Race condition in throttling

2018-07-06 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16534961#comment-16534961 ] Hadoop QA commented on ZOOKEEPER-3072: -- -1 overall. GitHub Pull Request Build +1

Failed: ZOOKEEPER- PreCommit Build #1899

2018-07-06 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/1899/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 76.58 MB...] [exec]

[GitHub] zookeeper issue #184: ZOOKEEPER-236: SSL Support for Atomic Broadcast protoc...

2018-07-06 Thread hanm
Github user hanm commented on the issue: https://github.com/apache/zookeeper/pull/184 @anmolnar will do in next few days. Glad to see there are sustained efforts pushing this important feature forward. ---

[jira] [Assigned] (ZOOKEEPER-3082) Fix server snapshot behavior when out of disk space

2018-07-06 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han reassigned ZOOKEEPER-3082: -- Assignee: Brian Nixon > Fix server snapshot behavior when out of disk space >

[jira] [Assigned] (ZOOKEEPER-3083) Remove some redundant and noisy log lines

2018-07-06 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han reassigned ZOOKEEPER-3083: -- Assignee: Brian Nixon > Remove some redundant and noisy log lines >

[GitHub] zookeeper pull request #561: ZOOKEEPER-3083: Remove some redundant and noisy...

2018-07-06 Thread hanm
Github user hanm commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/561#discussion_r200802655 --- Diff: src/java/main/org/apache/zookeeper/server/ZooKeeperServer.java --- @@ -754,7 +754,7 @@ public void finishSessionInit(ServerCnxn cnxn, boolean

[GitHub] zookeeper issue #548: [ZOOKEEPER-3057] Fix IPv6 literal usage

2018-07-06 Thread mjeelanimsft
Github user mjeelanimsft commented on the issue: https://github.com/apache/zookeeper/pull/548 Thanks @anmolnar & @maoling - I've added the Unit Test as well as the JavaDoc for splitServerConfig() method ---

ZooKeeper-trunk - Build # 89 - Failure

2018-07-06 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk/89/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 143.26 KB...] [junit] Running

Failed: ZOOKEEPER- PreCommit Build #1898

2018-07-06 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/1898/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 80.90 MB...] [exec]

[jira] [Commented] (ZOOKEEPER-3084) Exit when zeus cannot bind to the leader election port

2018-07-06 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16534462#comment-16534462 ] Hadoop QA commented on ZOOKEEPER-3084: -- -1 overall. GitHub Pull Request Build +1