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

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

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

2017-07-11 Thread karanmehta93
Github user karanmehta93 commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/307#discussion_r126872020 --- Diff: src/java/main/org/apache/zookeeper/server/FinalRequestProcessor.java --- @@ -430,6 +432,7 @@ public void processRequest(Request request) {

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

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

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

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

Re: Curator could use some help

2017-07-11 Thread Michael Han
The spec is documented here, in case you need a reference. https://zookeeper.apache.org/doc/trunk/zookeeperReconfig.html A client port of a server is the port on which the server accepts client connection requests. Starting with 3.5.0 the *clientPort* and *clientPortAddress *configuration parame

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

2017-07-11 Thread hanm
Github user hanm commented on the issue: https://github.com/apache/zookeeper/pull/307 General comment: please add more description on the pull request on what's the motivation of change and how it impacts performance / improve debugging etc. Or add those to the JIRA and post a digest

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

2017-07-11 Thread hanm
Github user hanm commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/307#discussion_r126866521 --- Diff: src/java/main/org/apache/zookeeper/server/FinalRequestProcessor.java --- @@ -430,6 +432,7 @@ public void processRequest(Request request) {

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

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

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

2017-07-11 Thread hanm
Github user hanm commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/307#discussion_r126866390 --- Diff: src/java/main/org/apache/zookeeper/server/quorum/QuorumPeerConfig.java --- @@ -292,6 +293,8 @@ public void parseProperties(Properties zkProp)

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

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

Failed: ZOOKEEPER- PreCommit Build #876

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

[jira] [Commented] (ZOOKEEPER-2841) ZooKeeper public include files leak porting changes

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

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

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

[GitHub] zookeeper issue #306: ZOOKEEPER-2841: ZooKeeper public include files leak po...

2017-07-11 Thread hanm
Github user hanm commented on the issue: https://github.com/apache/zookeeper/pull/306 Thanks for update. LGTM. Will merge by end of this week. Give a few more days in case someone has additional feedback for this. --- If your project is set up for it, you can reply to this email and

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

2017-07-11 Thread karanmehta93
GitHub user karanmehta93 opened a pull request: https://github.com/apache/zookeeper/pull/307 ZOOKEEPER-2770 ZooKeeper slow operation log The patch sets a default threshold of 10 sec for request. If the value of warn.responseTime is configured as -1 then logging is ignored. You can

[jira] [Commented] (ZOOKEEPER-1669) Operations to server will be timed-out while thousands of sessions expired same time

2017-07-11 Thread Cheney Sun (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16083400#comment-16083400 ] Cheney Sun commented on ZOOKEEPER-1669: --- Is there any plan to fix the issue? we

ZooKeeper_branch34_jdk7 - Build # 1585 - Failure

2017-07-11 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch34_jdk7/1585/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 25.05 MB...] [junit] 2017-07-12 02:44:26,966 [m

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

2017-07-11 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk-openjdk7/1542/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 66.48 MB...] [junit] java.net.ConnectException

Curator could use some help

2017-07-11 Thread Jordan Zimmerman
Hi Folks, Can anyone here with reconfig knowledge look at these two Curator PRs please? The client address logic makes my head spin and I don't want to make a mistake here: https://github.com/apache/curator/pull/205/files https://github.com/a

ZooKeeper_branch34_openjdk7 - Build # 1572 - Still Failing

2017-07-11 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch34_openjdk7/1572/ ### ## LAST 60 LINES OF THE CONSOLE ### Started by timer [EnvInject] - Loading node environment varia

ZooKeeper_branch35_jdk8 - Build # 597 - Still Failing

2017-07-11 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch35_jdk8/597/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 58.26 MB...] [junit] 2017-07-11 12:06:42,349 [my

ZooKeeper-trunk-jdk8 - Build # 1125 - Failure

2017-07-11 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk-jdk8/1125/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 65.02 MB...] [junit] at org.jboss.netty.chann

ZooKeeper_branch35_openjdk7 - Build # 597 - Still Failing

2017-07-11 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch35_openjdk7/597/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 64.57 MB...] [junit] at org.jboss.netty

ZooKeeper_branch35_jdk7 - Build # 1040 - Still Failing

2017-07-11 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch35_jdk7/1040/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 65.01 MB...] [junit] 2017-07-11 08:47:48,593 [m