[jira] [Commented] (ZOOKEEPER-2684) Fix a crashing bug in the mixed workloads commit processor

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

[jira] [Commented] (ZOOKEEPER-2684) Fix a crashing bug in the mixed workloads commit processor

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

[GitHub] zookeeper pull request #411: ZOOKEEPER-2684 Fix a crashing bug in the mixed ...

2017-10-30 Thread afine
Github user afine commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/411#discussion_r147883484 --- Diff: src/java/main/org/apache/zookeeper/server/quorum/CommitProcessor.java --- @@ -255,24 +255,23 @@ public void run() { /

[GitHub] zookeeper pull request #411: ZOOKEEPER-2684 Fix a crashing bug in the mixed ...

2017-10-30 Thread afine
Github user afine commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/411#discussion_r147854977 --- Diff: src/java/test/org/apache/zookeeper/server/quorum/CommitProcessorConcurrencyTest.java --- @@ -376,4 +377,123 @@ public void noStarvationOfReadRequ

[GitHub] zookeeper pull request #411: ZOOKEEPER-2684 Fix a crashing bug in the mixed ...

2017-10-30 Thread shralex
Github user shralex commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/411#discussion_r147854385 --- Diff: src/java/test/org/apache/zookeeper/server/quorum/CommitProcessorConcurrencyTest.java --- @@ -376,4 +377,123 @@ public void noStarvationOfReadRe

[jira] [Commented] (ZOOKEEPER-2684) Fix a crashing bug in the mixed workloads commit processor

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

[GitHub] zookeeper pull request #412: ZOOKEEPER-2101: Transaction larger than max buf...

2017-10-30 Thread afine
Github user afine commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/412#discussion_r147803340 --- Diff: src/java/main/org/apache/zookeeper/server/util/SerializeUtils.java --- @@ -148,4 +152,20 @@ public static void serializeSnapshot(DataTree dt,Outp

[GitHub] zookeeper pull request #412: ZOOKEEPER-2101: Transaction larger than max buf...

2017-10-30 Thread afine
Github user afine commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/412#discussion_r147815941 --- Diff: src/java/main/org/apache/zookeeper/server/PrepRequestProcessor.java --- @@ -905,10 +907,22 @@ protected void pRequest(Request request) throws Req

[jira] [Commented] (ZOOKEEPER-2101) Transaction larger than max buffer of jute makes zookeeper unavailable

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

[jira] [Commented] (ZOOKEEPER-2101) Transaction larger than max buffer of jute makes zookeeper unavailable

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

[jira] [Commented] (ZOOKEEPER-2101) Transaction larger than max buffer of jute makes zookeeper unavailable

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

[GitHub] zookeeper pull request #412: ZOOKEEPER-2101: Transaction larger than max buf...

2017-10-30 Thread afine
Github user afine commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/412#discussion_r147816281 --- Diff: src/java/main/org/apache/zookeeper/server/PrepRequestProcessor.java --- @@ -905,10 +907,22 @@ protected void pRequest(Request request) throws Req

[GitHub] zookeeper pull request #412: ZOOKEEPER-2101: Transaction larger than max buf...

2017-10-30 Thread afine
Github user afine commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/412#discussion_r147811470 --- Diff: src/java/main/org/apache/jute/BinaryOutputArchive.java --- @@ -115,6 +115,11 @@ public void writeBuffer(byte barr[], String tag)

[jira] [Commented] (ZOOKEEPER-2101) Transaction larger than max buffer of jute makes zookeeper unavailable

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

[GitHub] zookeeper pull request #412: ZOOKEEPER-2101: Transaction larger than max buf...

2017-10-30 Thread afine
Github user afine commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/412#discussion_r147798914 --- Diff: src/java/main/org/apache/zookeeper/server/PrepRequestProcessor.java --- @@ -905,10 +907,22 @@ protected void pRequest(Request request) throws Req

[jira] [Commented] (ZOOKEEPER-2101) Transaction larger than max buffer of jute makes zookeeper unavailable

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

[jira] [Commented] (ZOOKEEPER-2101) Transaction larger than max buffer of jute makes zookeeper unavailable

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

[GitHub] zookeeper pull request #412: ZOOKEEPER-2101: Transaction larger than max buf...

2017-10-30 Thread afine
Github user afine commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/412#discussion_r147818798 --- Diff: src/java/main/org/apache/jute/BinaryOutputArchive.java --- @@ -115,6 +115,11 @@ public void writeBuffer(byte barr[], String tag)

Failed: ZOOKEEPER-1971 PreCommit Build #3654

2017-10-30 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/ZOOKEEPER-1971 Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/3654/ ### ## LAST 60 LINES OF THE CONSOLE ### [

Failed: ZOOKEEPER- PreCommit Build #1130

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

[jira] [Commented] (ZOOKEEPER-2684) Fix a crashing bug in the mixed workloads commit processor

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

[jira] [Commented] (ZOOKEEPER-1971) Make JMX remote monitoring port configurable

2017-10-30 Thread Nicolas Carlier (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16225384#comment-16225384 ] Nicolas Carlier commented on ZOOKEEPER-1971: Any update on this ticket. Ve

Re: [VOTE] Apache ZooKeeper release 3.4.11 candidate 0

2017-10-30 Thread Patrick Hunt
I'm cancelling this release candidate/vote. Thanks for the heads up Rakesh! It seems (according to my command history) that I ran the tagging command/push however didn't notice that it had actually failed. Was getting some weird interaction btw git and gpg. I just addressed the issue and pushed up

[jira] [Commented] (ZOOKEEPER-2684) Fix a crashing bug in the mixed workloads commit processor

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

[GitHub] zookeeper issue #411: ZOOKEEPER-2684 Fix a crashing bug in the mixed workloa...

2017-10-30 Thread anmolnar
Github user anmolnar commented on the issue: https://github.com/apache/zookeeper/pull/411 @kfirlevari yeah, that's an outstanding flaky test. Here's the jira about it: https://issues.apache.org/jira/browse/ZOOKEEPER-2807 Amend your latest commit to trigger another Jenkins

[jira] [Commented] (ZOOKEEPER-2101) Transaction larger than max buffer of jute makes zookeeper unavailable

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

Success: ZOOKEEPER- PreCommit Build #1129

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

[jira] [Commented] (ZOOKEEPER-2101) Transaction larger than max buffer of jute makes zookeeper unavailable

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

Failed: ZOOKEEPER- PreCommit Build #1128

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

Failed: ZOOKEEPER-2101 PreCommit Build #3653

2017-10-30 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/ZOOKEEPER-2101 Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/3653/ ### ## LAST 60 LINES OF THE CONSOLE ### [

[jira] [Commented] (ZOOKEEPER-2101) Transaction larger than max buffer of jute makes zookeeper unavailable

2017-10-30 Thread Andor Molnar (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16225039#comment-16225039 ] Andor Molnar commented on ZOOKEEPER-2101: - I picked this one up and created a

[jira] [Assigned] (ZOOKEEPER-2101) Transaction larger than max buffer of jute makes zookeeper unavailable

2017-10-30 Thread Andor Molnar (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andor Molnar reassigned ZOOKEEPER-2101: --- Assignee: Andor Molnar (was: Liu Shaohui) > Transaction larger than max buffer o

[jira] [Commented] (ZOOKEEPER-2101) Transaction larger than max buffer of jute makes zookeeper unavailable

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

[GitHub] zookeeper pull request #412: ZOOKEEPER-2101: Transaction larger than max buf...

2017-10-30 Thread anmolnar
GitHub user anmolnar opened a pull request: https://github.com/apache/zookeeper/pull/412 ZOOKEEPER-2101: Transaction larger than max buffer of jute makes zookeeper unavailable This patch has been created to reanimate an ancient, unclosed Jira: https://issues.apache.org/jira/brow

[jira] [Commented] (ZOOKEEPER-2855) Rebooting a Joined Node Failed Due The Joined Node Previously Failed to Update Its Configuration Correctly

2017-10-30 Thread BigYang (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16224880#comment-16224880 ] BigYang commented on ZOOKEEPER-2855: I encountered the same problem. I have 3 n

ZooKeeper_branch35_jdk8 - Build # 732 - Failure

2017-10-30 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch35_jdk8/732/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 68.15 MB...] [junit] 2017-10-30 12:10:30,907 [my

[jira] [Commented] (ZOOKEEPER-2684) Fix a crashing bug in the mixed workloads commit processor

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

[GitHub] zookeeper issue #411: ZOOKEEPER-2684 Fix a crashing bug in the mixed workloa...

2017-10-30 Thread kfirlevari
Github user kfirlevari commented on the issue: https://github.com/apache/zookeeper/pull/411 The build failed because _testNodeDataChanged_ failed (a test that doesn't seem related to the current change). It seems like zk2.create at line 122 ([WatchEventWhenAutoResetTest.java](htt

Success: ZOOKEEPER- PreCommit Build #1127

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

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

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

[jira] [Commented] (ZOOKEEPER-2684) Fix a crashing bug in the mixed workloads commit processor

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

Failed: ZOOKEEPER- PreCommit Build #1126

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

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

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

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

2017-10-30 Thread anmolnar
Github user anmolnar commented on the issue: https://github.com/apache/zookeeper/pull/409 Thanks @afine . I've updated the PR. ---

[jira] [Commented] (ZOOKEEPER-2684) Fix a crashing bug in the mixed workloads commit processor

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

[GitHub] zookeeper pull request #411: ZOOKEEPER-2684 Fix a crashing bug in the mixed ...

2017-10-30 Thread kfirlevari
GitHub user kfirlevari opened a pull request: https://github.com/apache/zookeeper/pull/411 ZOOKEEPER-2684 Fix a crashing bug in the mixed workloads commit processor We wish to fix this long-standing issue in the code. Note that the previous commit processor algorithm had the same

ZooKeeper_branch35_openjdk7 - Build # 729 - Still Failing

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

[jira] [Commented] (ZOOKEEPER-2928) pthread_join hang at zookeeper_close

2017-10-30 Thread xiaomingzhongguo (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16224578#comment-16224578 ] xiaomingzhongguo commented on ZOOKEEPER-2928: - at /proc/ can find exit thr

[jira] [Created] (ZOOKEEPER-2928) pthread_join hang at zookeeper_close

2017-10-30 Thread xiaomingzhongguo (JIRA)
xiaomingzhongguo created ZOOKEEPER-2928: --- Summary: pthread_join hang at zookeeper_close Key: ZOOKEEPER-2928 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2928 Project: ZooKeeper