[jira] [Comment Edited] (ZOOKEEPER-2938) Peer with smallest id is unable to join quorum after connection broken to other peers

2017-11-08 Thread Abhay Bothra (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16245047#comment-16245047 ] Abhay Bothra edited comment on ZOOKEEPER-2938 at 11/9/17 1:12 AM: --

[jira] [Commented] (ZOOKEEPER-2938) Peer with smallest id is unable to join quorum after connection broken to other peers

2017-11-08 Thread Abhay Bothra (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16245047#comment-16245047 ] Abhay Bothra commented on ZOOKEEPER-2938: - We're also wondering if this could be related to

[jira] [Created] (ZOOKEEPER-2938) Peer with smallest id is unable to join quorum after connection broken to other peers

2017-11-08 Thread Abhay Bothra (JIRA)
Abhay Bothra created ZOOKEEPER-2938: --- Summary: Peer with smallest id is unable to join quorum after connection broken to other peers Key: ZOOKEEPER-2938 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2938

[jira] [Commented] (ZOOKEEPER-2933) Ability to monitor the jute.maxBuffer usage in real-time

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

[GitHub] zookeeper pull request #415: ZOOKEEPER-2933: Added last/min/max proposal siz...

2017-11-08 Thread afine
Github user afine commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/415#discussion_r149829634 --- Diff: src/java/main/org/apache/zookeeper/server/quorum/Leader.java --- @@ -34,12 +33,12 @@ import java.util.List; import java.util.Map;

[GitHub] zookeeper pull request #415: ZOOKEEPER-2933: Added last/min/max proposal siz...

2017-11-08 Thread afine
Github user afine commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/415#discussion_r149832748 --- Diff: src/java/main/org/apache/zookeeper/server/quorum/LeaderStats.java --- @@ -0,0 +1,61 @@ +/** + * Licensed to the Apache Software

[jira] [Commented] (ZOOKEEPER-2933) Ability to monitor the jute.maxBuffer usage in real-time

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

[GitHub] zookeeper pull request #415: ZOOKEEPER-2933: Added last/min/max proposal siz...

2017-11-08 Thread afine
Github user afine commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/415#discussion_r149829950 --- Diff: src/java/main/org/apache/zookeeper/server/quorum/Leader.java --- @@ -984,8 +990,6 @@ public void commitAndActivate(long zxid, long

[jira] [Commented] (ZOOKEEPER-2933) Ability to monitor the jute.maxBuffer usage in real-time

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

[jira] [Commented] (ZOOKEEPER-2933) Ability to monitor the jute.maxBuffer usage in real-time

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

[GitHub] zookeeper pull request #415: ZOOKEEPER-2933: Added last/min/max proposal siz...

2017-11-08 Thread afine
Github user afine commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/415#discussion_r149832324 --- Diff: src/java/main/org/apache/zookeeper/server/ZooKeeperServerBean.java --- @@ -167,4 +167,9 @@ public String getSecureClientAddress() {

[GitHub] zookeeper pull request #415: ZOOKEEPER-2933: Added last/min/max proposal siz...

2017-11-08 Thread afine
Github user afine commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/415#discussion_r149833628 --- Diff: src/java/main/org/apache/zookeeper/server/quorum/LeaderStats.java --- @@ -0,0 +1,61 @@ +/** + * Licensed to the Apache Software

[jira] [Commented] (ZOOKEEPER-2933) Ability to monitor the jute.maxBuffer usage in real-time

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

[jira] [Commented] (ZOOKEEPER-2933) Ability to monitor the jute.maxBuffer usage in real-time

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

[GitHub] zookeeper pull request #415: ZOOKEEPER-2933: Added last/min/max proposal siz...

2017-11-08 Thread afine
Github user afine commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/415#discussion_r149832062 --- Diff: src/java/test/org/apache/zookeeper/server/util/SerializeUtilsTest.java --- @@ -0,0 +1,73 @@ +/** + * Licensed to the Apache Software

[GitHub] zookeeper pull request #415: ZOOKEEPER-2933: Added last/min/max proposal siz...

2017-11-08 Thread afine
Github user afine commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/415#discussion_r149830882 --- Diff: src/java/test/org/apache/zookeeper/server/quorum/LeaderStatsTest.java --- @@ -0,0 +1,39 @@ +/** + * Licensed to the Apache Software

[jira] [Commented] (ZOOKEEPER-2933) Ability to monitor the jute.maxBuffer usage in real-time

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

[GitHub] zookeeper pull request #415: ZOOKEEPER-2933: Added last/min/max proposal siz...

2017-11-08 Thread afine
Github user afine commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/415#discussion_r149830970 --- Diff: src/java/test/org/apache/zookeeper/server/quorum/LeaderStatsTest.java --- @@ -0,0 +1,39 @@ +/** + * Licensed to the Apache Software

[jira] [Commented] (ZOOKEEPER-2933) Ability to monitor the jute.maxBuffer usage in real-time

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

[jira] [Commented] (ZOOKEEPER-2770) ZooKeeper slow operation log

2017-11-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2770?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16244971#comment-16244971 ] ASF GitHub Bot commented on ZOOKEEPER-2770: --- Github user karanmehta93 commented on the

[GitHub] zookeeper issue #307: ZOOKEEPER-2770 ZooKeeper slow operation log

2017-11-08 Thread karanmehta93
Github user karanmehta93 commented on the issue: https://github.com/apache/zookeeper/pull/307 Ping @hanm @tdunning @eribeiro @skamille for a review if you got some time. Thanks! ---

Success: ZOOKEEPER- PreCommit Build #1177

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

[jira] [Commented] (ZOOKEEPER-2933) Ability to monitor the jute.maxBuffer usage in real-time

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

Success: ZOOKEEPER- PreCommit Build #1176

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

[jira] [Commented] (ZOOKEEPER-2933) Ability to monitor the jute.maxBuffer usage in real-time

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

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

2017-11-08 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk-openjdk7/1692/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 68.24 MB...] [junit] 2017-11-08 21:02:26,483

[GitHub] zookeeper issue #409: ZOOKEEPER-2924: Refactor tests of LoadFromLogTest.java

2017-11-08 Thread anmolnar
Github user anmolnar commented on the issue: https://github.com/apache/zookeeper/pull/409 @phunt Do you think we can merge this now into branch-3.4? ---

[jira] [Commented] (ZOOKEEPER-2924) Flaky Test: org.apache.zookeeper.test.LoadFromLogTest.testRestoreWithTransactionErrors

2017-11-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16244698#comment-16244698 ] ASF GitHub Bot commented on ZOOKEEPER-2924: --- Github user anmolnar commented on the issue:

[jira] [Commented] (ZOOKEEPER-2933) Ability to monitor the jute.maxBuffer usage in real-time

2017-11-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16244685#comment-16244685 ] ASF GitHub Bot commented on ZOOKEEPER-2933: --- GitHub user anmolnar opened a pull request:

[GitHub] zookeeper pull request #415: ZOOKEEPER-2933: Added last/min/max proposal siz...

2017-11-08 Thread anmolnar
GitHub user anmolnar opened a pull request: https://github.com/apache/zookeeper/pull/415 ZOOKEEPER-2933: Added last/min/max proposal size JMX beans https://issues.apache.org/jira/browse/ZOOKEEPER-2933 - Refactor proposal serialization logic to a common place (SerializeUtils),

Re: [VOTE] Apache ZooKeeper release 3.4.11 candidate 1

2017-11-08 Thread Patrick Hunt
With three binding +1, two non-binding +1 (thanks Abe & Andor!) this vote passes. I will complete the release steps. Thanks everyone, Patrick On Tue, Nov 7, 2017 at 4:54 PM, Michael Han wrote: > I don't think this release note issue is a blocker, and I am +1 on the RC1. > >

[jira] [Created] (ZOOKEEPER-2937) zookeeper issues with handling authentication...

2017-11-08 Thread Sriram Chandramouli (JIRA)
Sriram Chandramouli created ZOOKEEPER-2937: -- Summary: zookeeper issues with handling authentication... Key: ZOOKEEPER-2937 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2937 Project:

[jira] [Updated] (ZOOKEEPER-2936) Duplicate Keys in log4j.properties config files

2017-11-08 Thread Hari Sekhon (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hari Sekhon updated ZOOKEEPER-2936: --- Summary: Duplicate Keys in log4j.properties config files (was: Duplicate Keys in Log4j

[jira] [Created] (ZOOKEEPER-2936) Duplicate Keys in Log4j Configuration

2017-11-08 Thread Hari Sekhon (JIRA)
Hari Sekhon created ZOOKEEPER-2936: -- Summary: Duplicate Keys in Log4j Configuration Key: ZOOKEEPER-2936 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2936 Project: ZooKeeper Issue

ZooKeeper_branch35_openjdk7 - Build # 737 - Failure

2017-11-08 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch35_openjdk7/737/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 69.14 MB...] [junit] 2017-11-08

[jira] [Commented] (ZOOKEEPER-2932) Performance enhancement about purging task

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

Failed: ZOOKEEPER- PreCommit Build #1175

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

Failed: ZOOKEEPER- PreCommit Build #1172

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

[jira] [Commented] (ZOOKEEPER-2932) Performance enhancement about purging task

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

[jira] [Commented] (ZOOKEEPER-2932) Performance enhancement about purging task

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

[jira] [Commented] (ZOOKEEPER-2932) Performance enhancement about purging task

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

Failed: ZOOKEEPER- PreCommit Build #1173

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

Failed: ZOOKEEPER- PreCommit Build #1174

2017-11-08 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/1174/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 34.50 KB...] [exec] +1

[jira] [Commented] (ZOOKEEPER-2932) Performance enhancement about purging task

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

[jira] [Commented] (ZOOKEEPER-2932) Performance enhancement about purging task

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

Failed: ZOOKEEPER- PreCommit Build #1171

2017-11-08 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/1171/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 33.60 KB...] [exec] +0

Failed: ZOOKEEPER- PreCommit Build #1170

2017-11-08 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/1170/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 37.10 KB...] [exec]

[jira] [Commented] (ZOOKEEPER-2932) Performance enhancement about purging task

2017-11-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16243579#comment-16243579 ] ASF GitHub Bot commented on ZOOKEEPER-2932: --- Github user OuYangLiang commented on the issue:

[GitHub] zookeeper issue #414: ZOOKEEPER-2932 Performance enhancement about purging t...

2017-11-08 Thread OuYangLiang
Github user OuYangLiang commented on the issue: https://github.com/apache/zookeeper/pull/414 I prefer to the simplest way. Make a check while iterating files in the getLogFiles method. `sortDataDir ` is a little confusion, I'll take a deep look to see if there's better approach.