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

2017-03-24 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk-jdk8/991/ ### ## LAST 60 LINES OF THE CONSOLE ### Started by timer [EnvInject] - Loading node environment variables.

ZooKeeper_branch35_jdk8 - Build # 468 - Failure

2017-03-24 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch35_jdk8/468/ ### ## LAST 60 LINES OF THE CONSOLE ### Started by timer [EnvInject] - Loading node environment

[jira] [Commented] (ZOOKEEPER-2370) Can't access Znodes after adding ACL with SASL

2017-03-24 Thread Philippe Back (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15940631#comment-15940631 ] Philippe Back commented on ZOOKEEPER-2370: -- I got this one too. It turns out that the root

[GitHub] zookeeper pull request #207: ZOOKEEPER-2737: close netty connection when exc...

2017-03-24 Thread hanm
GitHub user hanm opened a pull request: https://github.com/apache/zookeeper/pull/207 ZOOKEEPER-2737: close netty connection when exceptions occur during w… …rite to channel to prevent resource leak. I am OK to add some contrived test case to test this but I'd like to do

[jira] [Commented] (ZOOKEEPER-900) FLE implementation should be improved to use non-blocking sockets

2017-03-24 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15940836#comment-15940836 ] Michael Han commented on ZOOKEEPER-900: --- You could ping the current assignee [~makuchta] but it

[jira] [Commented] (ZOOKEEPER-2737) NettyServerCnxFactory leaks connection if exception happens while writing to a channel.

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

Success: ZOOKEEPER- PreCommit Build #478

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

[jira] [Comment Edited] (ZOOKEEPER-2707) Fix "Unexpected bean exists!" issue in WatcherTests

2017-03-24 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15940770#comment-15940770 ] Michael Han edited comment on ZOOKEEPER-2707 at 3/24/17 5:37 PM: - This

[jira] [Commented] (ZOOKEEPER-2737) NettyServerCnxFactory leaks connection if exception happens while writing to a channel.

2017-03-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15940817#comment-15940817 ] ASF GitHub Bot commented on ZOOKEEPER-2737: --- GitHub user hanm opened a pull request:

[jira] [Assigned] (ZOOKEEPER-2707) Fix "Unexpected bean exists!" issue in WatcherTests

2017-03-24 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2707?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han reassigned ZOOKEEPER-2707: -- Assignee: Michael Han (was: Abraham Fine) > Fix "Unexpected bean exists!" issue

[jira] [Commented] (ZOOKEEPER-900) FLE implementation should be improved to use non-blocking sockets

2017-03-24 Thread Atri Sharma (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15940894#comment-15940894 ] Atri Sharma commented on ZOOKEEPER-900: --- Could you please reassign it to me/ point me to another

[jira] [Comment Edited] (ZOOKEEPER-2707) Fix "Unexpected bean exists!" issue in WatcherTests

2017-03-24 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15940770#comment-15940770 ] Michael Han edited comment on ZOOKEEPER-2707 at 3/24/17 5:35 PM: - This

[jira] [Commented] (ZOOKEEPER-900) FLE implementation should be improved to use non-blocking sockets

2017-03-24 Thread Atri Sharma (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15940766#comment-15940766 ] Atri Sharma commented on ZOOKEEPER-900: --- Hi Folks, Is this still being worked on? I was thinking

[jira] [Assigned] (ZOOKEEPER-2686) Flaky Test: org.apache.zookeeper.test.WatcherTest.

2017-03-24 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han reassigned ZOOKEEPER-2686: -- Assignee: Michael Han (was: Abraham Fine) > Flaky Test:

[jira] [Created] (ZOOKEEPER-2737) NettyServerCnxFactory leaks connection if exception happens while writing to a channel.

2017-03-24 Thread Michael Han (JIRA)
Michael Han created ZOOKEEPER-2737: -- Summary: NettyServerCnxFactory leaks connection if exception happens while writing to a channel. Key: ZOOKEEPER-2737 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2737

[jira] [Commented] (ZOOKEEPER-2737) NettyServerCnxFactory leaks connection if exception happens while writing to a channel.

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

[GitHub] zookeeper issue #207: ZOOKEEPER-2737: close netty connection when exceptions...

2017-03-24 Thread enixon
Github user enixon commented on the issue: https://github.com/apache/zookeeper/pull/207 good catch! --- 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

Failed: ZOOKEEPER- PreCommit Build #479

2017-03-24 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/479/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 3.15 KB...] [exec] Pull request

[GitHub] zookeeper pull request #205: ZOOKEEPER-2736 Add a connection rate limiter

2017-03-24 Thread afine
Github user afine commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/205#discussion_r107976351 --- Diff: src/java/main/org/apache/zookeeper/common/TokenBucket.java --- @@ -0,0 +1,88 @@ +/** +* Licensed to the Apache Software Foundation (ASF)

[GitHub] zookeeper pull request #205: ZOOKEEPER-2736 Add a connection rate limiter

2017-03-24 Thread afine
Github user afine commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/205#discussion_r107973811 --- Diff: src/java/main/org/apache/zookeeper/common/RateLimiter.java --- @@ -0,0 +1,99 @@ +/** +* Licensed to the Apache Software Foundation (ASF)

[GitHub] zookeeper pull request #205: ZOOKEEPER-2736 Add a connection rate limiter

2017-03-24 Thread afine
Github user afine commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/205#discussion_r107973008 --- Diff: src/java/main/org/apache/zookeeper/common/TokenBucket.java --- @@ -0,0 +1,88 @@ +/** +* Licensed to the Apache Software Foundation (ASF)

[jira] [Commented] (ZOOKEEPER-236) SSL Support for Atomic Broadcast protocol

2017-03-24 Thread Abraham Fine (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15941170#comment-15941170 ] Abraham Fine commented on ZOOKEEPER-236: I found that org.apache.httpcomponents.httpclient has

[jira] [Commented] (ZOOKEEPER-2736) Add a connection rate limiter

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

[jira] [Commented] (ZOOKEEPER-2736) Add a connection rate limiter

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

[jira] [Commented] (ZOOKEEPER-2736) Add a connection rate limiter

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

[jira] [Commented] (ZOOKEEPER-2736) Add a connection rate limiter

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

[jira] [Commented] (ZOOKEEPER-2736) Add a connection rate limiter

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

[GitHub] zookeeper pull request #205: ZOOKEEPER-2736 Add a connection rate limiter

2017-03-24 Thread afine
Github user afine commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/205#discussion_r107974422 --- Diff: src/java/main/org/apache/zookeeper/common/TokenBucket.java --- @@ -0,0 +1,88 @@ +/** +* Licensed to the Apache Software Foundation (ASF)

[GitHub] zookeeper pull request #205: ZOOKEEPER-2736 Add a connection rate limiter

2017-03-24 Thread afine
Github user afine commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/205#discussion_r107965500 --- Diff: src/docs/src/documentation/content/xdocs/zookeeperAdmin.xml --- @@ -845,6 +845,40 @@ server.3=zoo3:2888:3888

[GitHub] zookeeper pull request #205: ZOOKEEPER-2736 Add a connection rate limiter

2017-03-24 Thread afine
Github user afine commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/205#discussion_r107974911 --- Diff: src/java/main/org/apache/zookeeper/server/NIOServerCnxnFactory.java --- @@ -39,6 +39,8 @@ import java.util.concurrent.ConcurrentHashMap;

[jira] [Commented] (ZOOKEEPER-2736) Add a connection rate limiter

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

[jira] [Comment Edited] (ZOOKEEPER-2659) Use log4j2 as a logging framework as log4j 1.X is now deprecated

2017-03-24 Thread Edward Ribeiro (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15941510#comment-15941510 ] Edward Ribeiro edited comment on ZOOKEEPER-2659 at 3/25/17 2:49 AM:

[jira] [Commented] (ZOOKEEPER-2280) NettyServerCnxnFactory doesn't honor maxClientCnxns param

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

[jira] [Comment Edited] (ZOOKEEPER-2739) maxClientCnxns not working in NettyServerCnxnFactory

2017-03-24 Thread Edward Ribeiro (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15941564#comment-15941564 ] Edward Ribeiro edited comment on ZOOKEEPER-2739 at 3/25/17 4:34 AM:

[jira] [Commented] (ZOOKEEPER-2280) NettyServerCnxnFactory doesn't honor maxClientCnxns param

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

[jira] [Commented] (ZOOKEEPER-2280) NettyServerCnxnFactory doesn't honor maxClientCnxns param

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

[jira] [Commented] (ZOOKEEPER-2739) maxClientCnxns not working in NettyServerCnxnFactory

2017-03-24 Thread Vincent Poon (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15941545#comment-15941545 ] Vincent Poon commented on ZOOKEEPER-2739: - [~eribeiro] Looks like you had a working patch and

[jira] [Commented] (ZOOKEEPER-2280) NettyServerCnxnFactory doesn't honor maxClientCnxns param

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

[jira] [Commented] (ZOOKEEPER-2280) NettyServerCnxnFactory doesn't honor maxClientCnxns param

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

[GitHub] zookeeper pull request #208: ZOOKEEPER-2280: NettyServerCnxnFactory doesn't ...

2017-03-24 Thread eribeiro
Github user eribeiro commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/208#discussion_r108027802 --- Diff: src/java/main/org/apache/zookeeper/server/NettyServerCnxn.java --- @@ -100,11 +101,15 @@ public void close() { +

Failed: ZOOKEEPER- PreCommit Build #481

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

[jira] [Commented] (ZOOKEEPER-2739) maxClientCnxns not working in NettyServerCnxnFactory

2017-03-24 Thread Edward Ribeiro (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15941485#comment-15941485 ] Edward Ribeiro commented on ZOOKEEPER-2739: --- Hi [~vincentpoon], I started working on this

[jira] [Commented] (ZOOKEEPER-2659) Use log4j2 as a logging framework as log4j 1.X is now deprecated

2017-03-24 Thread Edward Ribeiro (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15941510#comment-15941510 ] Edward Ribeiro commented on ZOOKEEPER-2659: --- Hey [~praste], I am no committer, but I see

[jira] [Commented] (ZOOKEEPER-2280) NettyServerCnxnFactory doesn't honor maxClientCnxns param

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

[GitHub] zookeeper pull request #77: ZOOKEEPER-2280: NettyServerCnxnFactory doesn't i...

2017-03-24 Thread eribeiro
Github user eribeiro closed the pull request at: https://github.com/apache/zookeeper/pull/77 --- 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

[GitHub] zookeeper issue #77: ZOOKEEPER-2280: NettyServerCnxnFactory doesn't implemen...

2017-03-24 Thread eribeiro
Github user eribeiro commented on the issue: https://github.com/apache/zookeeper/pull/77 Closing this PR as the patch has moved to https://github.com/apache/zookeeper/pull/208 (still needs to address review comments tough). --- If your project is set up for it, you can reply to

[jira] [Commented] (ZOOKEEPER-2280) NettyServerCnxnFactory doesn't honor maxClientCnxns param

2017-03-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15941559#comment-15941559 ] ASF GitHub Bot commented on ZOOKEEPER-2280: --- Github user eribeiro closed the pull request

[GitHub] zookeeper pull request #208: ZOOKEEPER-2280: NettyServerCnxnFactory doesn't ...

2017-03-24 Thread eribeiro
Github user eribeiro commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/208#discussion_r108027783 --- Diff: src/java/main/org/apache/zookeeper/server/NettyServerCnxnFactory.java --- @@ -109,6 +110,20 @@ public void

ZooKeeper-trunk-WinVS2008 - Build # 2444 - Still Failing

2017-03-24 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk-WinVS2008/2444/ ### ## LAST 60 LINES OF THE CONSOLE ### Started by timer No JDK named ‘JDK 1.8 (unlimited security)

ZooKeeper-trunk-WinVS2008 - Build # 2445 - Still Failing

2017-03-24 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk-WinVS2008/2445/ ### ## LAST 60 LINES OF THE CONSOLE ### Started by an SCM change No JDK named ‘JDK 1.8 (unlimited

[jira] [Updated] (ZOOKEEPER-2739) maxClientCnxns not working in NettyServerCnxnFactory

2017-03-24 Thread Vincent Poon (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vincent Poon updated ZOOKEEPER-2739: Attachment: MaxNettyCnxnsTest.patch > maxClientCnxns not working in

[jira] [Commented] (ZOOKEEPER-2659) Use log4j2 as a logging framework as log4j 1.X is now deprecated

2017-03-24 Thread Matt Sicker (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15941513#comment-15941513 ] Matt Sicker commented on ZOOKEEPER-2659: Mikael and I are developers on log4j2, and we're here

[GitHub] zookeeper pull request #208: ZOOKEEPER-2280: NettyServerCnxnFactory doesn't ...

2017-03-24 Thread vincentpoon
Github user vincentpoon commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/208#discussion_r108028137 --- Diff: src/java/main/org/apache/zookeeper/server/NettyServerCnxn.java --- @@ -100,11 +101,15 @@ public void close() {

[GitHub] zookeeper pull request #208: ZOOKEEPER-2280: NettyServerCnxnFactory doesn't ...

2017-03-24 Thread vincentpoon
Github user vincentpoon commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/208#discussion_r108028293 --- Diff: src/java/main/org/apache/zookeeper/server/NettyServerCnxnFactory.java --- @@ -109,6 +110,20 @@ public void

[jira] [Created] (ZOOKEEPER-2739) maxClientCnxns not working in NettyServerCnxnFactory

2017-03-24 Thread Vincent Poon (JIRA)
Vincent Poon created ZOOKEEPER-2739: --- Summary: maxClientCnxns not working in NettyServerCnxnFactory Key: ZOOKEEPER-2739 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2739 Project: ZooKeeper

[jira] [Commented] (ZOOKEEPER-2280) NettyServerCnxnFactory doesn't honor maxClientCnxns param

2017-03-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15941557#comment-15941557 ] ASF GitHub Bot commented on ZOOKEEPER-2280: --- GitHub user eribeiro opened a pull request:

[GitHub] zookeeper pull request #208: ZOOKEEPER-2280: NettyServerCnxnFactory doesn't ...

2017-03-24 Thread eribeiro
GitHub user eribeiro opened a pull request: https://github.com/apache/zookeeper/pull/208 ZOOKEEPER-2280: NettyServerCnxnFactory doesn't implement maxClientCnxns You can merge this pull request into a Git repository by running: $ git pull https://github.com/eribeiro/zookeeper

Success: ZOOKEEPER- PreCommit Build #480

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

[jira] [Commented] (ZOOKEEPER-2739) maxClientCnxns not working in NettyServerCnxnFactory

2017-03-24 Thread Edward Ribeiro (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15941564#comment-15941564 ] Edward Ribeiro commented on ZOOKEEPER-2739: --- Hi [~vincentpoon], I have created a new PR and

[GitHub] zookeeper pull request #205: ZOOKEEPER-2736 Add a connection rate limiter

2017-03-24 Thread eribeiro
Github user eribeiro commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/205#discussion_r108009773 --- Diff: src/docs/src/documentation/content/xdocs/zookeeperAdmin.xml --- @@ -845,6 +845,40 @@ server.3=zoo3:2888:3888

[GitHub] zookeeper pull request #205: ZOOKEEPER-2736 Add a connection rate limiter

2017-03-24 Thread eribeiro
Github user eribeiro commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/205#discussion_r108009883 --- Diff: src/java/main/org/apache/zookeeper/common/TokenBucket.java --- @@ -0,0 +1,88 @@ +/** +* Licensed to the Apache Software Foundation

[jira] [Commented] (ZOOKEEPER-2736) Add a connection rate limiter

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

[jira] [Commented] (ZOOKEEPER-2736) Add a connection rate limiter

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

[GitHub] zookeeper pull request #205: ZOOKEEPER-2736 Add a connection rate limiter

2017-03-24 Thread eribeiro
Github user eribeiro commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/205#discussion_r108010303 --- Diff: src/java/main/org/apache/zookeeper/common/TokenBucket.java --- @@ -0,0 +1,88 @@ +/** +* Licensed to the Apache Software Foundation

Re: [VOTE] Apache ZooKeeper release 3.4.10 candidate 1

2017-03-24 Thread Abraham Fine
+1 non-binding - Checked md5sum and pgp signature on tarball and jar - Built from source with java 6 and 7 - ran unit tests - manually verified functionality on small 3 node ensemble On Thu, Mar 23, 2017, at 05:40, Rakesh Radhakrishnan wrote: > This is the second release candidate for 3.4.10.

[jira] [Updated] (ZOOKEEPER-2738) maxClientCnxns not limiting concurrent connections properly

2017-03-24 Thread Vincent Poon (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vincent Poon updated ZOOKEEPER-2738: Attachment: MaxCnxnsTest.patch > maxClientCnxns not limiting concurrent connections

[jira] [Commented] (ZOOKEEPER-2736) Add a connection rate limiter

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

[jira] [Created] (ZOOKEEPER-2738) maxClientCnxns not limiting concurrent connections properly

2017-03-24 Thread Vincent Poon (JIRA)
Vincent Poon created ZOOKEEPER-2738: --- Summary: maxClientCnxns not limiting concurrent connections properly Key: ZOOKEEPER-2738 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2738 Project: