Failed: ZOOKEEPER- PreCommit Build #1120

2017-10-25 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/1120/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 71.85 MB...] [exec] +0 test

[jira] [Commented] (ZOOKEEPER-2338) c bindings should create socket's with SOCK_CLOEXEC to avoid fd leaks on fork/exec

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

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

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

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

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

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

2017-10-25 Thread karanmehta93
Github user karanmehta93 commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/307#discussion_r147047396 --- Diff: src/java/main/org/apache/zookeeper/server/FinalRequestProcessor.java --- @@ -81,9 +81,11 @@ private static final Logger LOG = Log

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

2017-10-25 Thread karanmehta93
Github user karanmehta93 commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/307#discussion_r147047400 --- Diff: src/java/main/org/apache/zookeeper/server/ServerStats.java --- @@ -148,9 +174,46 @@ synchronized public void resetRequestCounters(){

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

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

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

2017-10-25 Thread tdunning
Github user tdunning commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/307#discussion_r147040783 --- Diff: src/java/main/org/apache/zookeeper/server/ServerStats.java --- @@ -148,9 +174,46 @@ synchronized public void resetRequestCounters(){

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

2017-10-25 Thread tdunning
Github user tdunning commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/307#discussion_r147040873 --- Diff: src/java/main/org/apache/zookeeper/server/FinalRequestProcessor.java --- @@ -81,9 +81,11 @@ private static final Logger LOG = LoggerF

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

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

[jira] [Updated] (ZOOKEEPER-1859) pwriter should be closed in NIOServerCnxn#checkFourLetterWord()

2017-10-25 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated ZOOKEEPER-1859: -- Description: {code} final PrintWriter pwriter = new PrintWriter( new Buffere

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

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

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

2017-10-25 Thread karanmehta93
GitHub user karanmehta93 reopened a pull request: https://github.com/apache/zookeeper/pull/307 ZOOKEEPER-2770 ZooKeeper slow operation log ZooKeeper is a complex distributed application. There are many reasons why any given read or write operation may become slow: a software bug, a

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

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

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

2017-10-25 Thread karanmehta93
Github user karanmehta93 closed the pull request at: https://github.com/apache/zookeeper/pull/307 ---

[GitHub] zookeeper pull request #407: [ZOOKEEPER-2338] - set SOCK_CLOEXEC on socket i...

2017-10-25 Thread fr0stbyte
GitHub user fr0stbyte opened a pull request: https://github.com/apache/zookeeper/pull/407 [ZOOKEEPER-2338] - set SOCK_CLOEXEC on socket if defined This addresses the issue in https://issues.apache.org/jira/browse/ZOOKEEPER-2338 preventing the sockets to leak into the forked childre

[jira] [Commented] (ZOOKEEPER-2338) c bindings should create socket's with SOCK_CLOEXEC to avoid fd leaks on fork/exec

2017-10-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16219361#comment-16219361 ] ASF GitHub Bot commented on ZOOKEEPER-2338: --- GitHub user fr0stbyte opened a

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

2017-10-25 Thread karanmehta93
Github user karanmehta93 commented on the issue: https://github.com/apache/zookeeper/pull/307 @tdunning Sorry about this. I rebased my branch with the current master and pushed my patch along with it. Now it is showing up all those commits as my commits. Let me try to figure out a way

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

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

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

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

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

2017-10-25 Thread tdunning
Github user tdunning commented on the issue: https://github.com/apache/zookeeper/pull/307 What is this pull request? 45 commits? 95 changed files? Lots of commits without associated issues? (danger, danger) ---

[jira] [Commented] (ZOOKEEPER-2690) Update documentation source for ZOOKEEPER-2574

2017-10-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16218916#comment-16218916 ] ASF GitHub Bot commented on ZOOKEEPER-2690: --- Github user anmolnar commented

Failed: ZOOKEEPER- PreCommit Build #1119

2017-10-25 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/1119/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 74.21 MB...] [exec] +0 test

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

2017-10-25 Thread Ted Dunning (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2770?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16218937#comment-16218937 ] Ted Dunning commented on ZOOKEEPER-2770: There is a pull request just now tha

[jira] [Commented] (ZOOKEEPER-2574) PurgeTxnLog can inadvertently delete required txn log files

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

[GitHub] zookeeper issue #404: ZOOKEEPER-2690: Update documentation source for ZOOKEE...

2017-10-25 Thread anmolnar
Github user anmolnar commented on the issue: https://github.com/apache/zookeeper/pull/404 This change looks good to me. ---

[jira] [Commented] (ZOOKEEPER-2690) Update documentation source for ZOOKEEPER-2574

2017-10-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16218788#comment-16218788 ] ASF GitHub Bot commented on ZOOKEEPER-2690: --- GitHub user mfenes opened a pul

[GitHub] zookeeper pull request #406: ZOOKEEPER-2690: Update documentation source for...

2017-10-25 Thread mfenes
GitHub user mfenes opened a pull request: https://github.com/apache/zookeeper/pull/406 ZOOKEEPER-2690: Update documentation source for ZOOKEEPER-2574 ZOOKEEPER-2690: Update documentation source for ZOOKEEPER-2574 Added the documentation changes from PR #111 to the source (z

[jira] [Commented] (ZOOKEEPER-2690) Update documentation source for ZOOKEEPER-2574

2017-10-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16218750#comment-16218750 ] ASF GitHub Bot commented on ZOOKEEPER-2690: --- GitHub user mfenes opened a pul

[GitHub] zookeeper pull request #405: ZOOKEEPER-2690: Update documentation source for...

2017-10-25 Thread mfenes
GitHub user mfenes opened a pull request: https://github.com/apache/zookeeper/pull/405 ZOOKEEPER-2690: Update documentation source for ZOOKEEPER-2574 ZOOKEEPER-2690: Update documentation source for ZOOKEEPER-2574 Added the documentation changes from PR https://github.com/ap

[jira] [Commented] (ZOOKEEPER-2690) Update documentation source for ZOOKEEPER-2574

2017-10-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16218743#comment-16218743 ] ASF GitHub Bot commented on ZOOKEEPER-2690: --- GitHub user mfenes opened a pul

[GitHub] zookeeper pull request #404: ZOOKEEPER-2690: Update documentation source for...

2017-10-25 Thread mfenes
GitHub user mfenes opened a pull request: https://github.com/apache/zookeeper/pull/404 ZOOKEEPER-2690: Update documentation source for ZOOKEEPER-2574 ZOOKEEPER-2690: Update documentation source for ZOOKEEPER-2574 Added the documentation changes from PR https://github.com/ap

ZooKeeper_branch35_openjdk7 - Build # 725 - Failure

2017-10-25 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch35_openjdk7/725/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 64.55 MB...] [junit] at sun.nio.ch.Socke

Failed: ZOOKEEPER- PreCommit Build #1118

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

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

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

ZooKeeper_branch35_jdk7 - Build # 1166 - Still Failing

2017-10-25 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch35_jdk7/1166/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 63.10 MB...] [junit] 2017-10-25 09:21:37,380 [m