[ANNOUNCE] Apache ZooKeeper 3.4.13

2018-07-16 Thread Michael Han
The Apache ZooKeeper team is proud to announce Apache ZooKeeper version 3.4. 13. ZooKeeper is a high-performance coordination service for distributed applications. It exposes common services - such as naming, configuration management, synchronization, and group services - in a simple interface so

question for observer read only mode

2018-07-16 Thread 凌风郎少
Hi, all I’m a java developer, I found observer node can’t transform from r/w mode to read only mode when partition happen, client connected to observer will get can not find node xxx exception. Is it a bug?if so, is anyone fixing this or I wanna do this I’m looking forward to any feedback. i

Re: [VOTE] Apache ZooKeeper release 3.4.13 candidate 1

2018-07-16 Thread Patrick Hunt
Hi Michael - this sounds similar to what I ran into last time I did a release, is it this? https://issues.apache.org/jira/browse/INFRA-16540 Patrick On Mon, Jul 16, 2018 at 6:40 PM Michael Han wrote: > The release artifacts are published, but for an infrastructure issue [1], > the zookeeper web

Re: [VOTE] Apache ZooKeeper release 3.4.13 candidate 1

2018-07-16 Thread Michael Han
The release artifacts are published, but for an infrastructure issue [1], the zookeeper web site is not updated. I'll send out release announcement email once the infra issue is resolved. [1] https://issues.apache.org/jira/browse/INFRA-16777 On Mon, Jul 16, 2018 at 9:00 AM, Michael Han wrote:

Failed: ZOOKEEPER- PreCommit Build #1948

2018-07-16 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/1948/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 77.50 MB...] [exec] [exec

[jira] [Commented] (ZOOKEEPER-3071) Add a config parameter to control transaction log size

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

[GitHub] zookeeper issue #567: ZOOKEEPER-3071: Add a config parameter to control tran...

2018-07-16 Thread suyogmapara
Github user suyogmapara commented on the issue: https://github.com/apache/zookeeper/pull/567 Thanks for the review @anmolnar. Please take a look at unit tests when you get a chance. I have addressed the comments. I will also add documentation in a separate commit. ---

[GitHub] zookeeper pull request #567: ZOOKEEPER-3071: Add a config parameter to contr...

2018-07-16 Thread suyogmapara
Github user suyogmapara commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/567#discussion_r202855015 --- Diff: src/java/main/org/apache/zookeeper/server/persistence/FileTxnLog.java --- @@ -110,6 +124,18 @@ if ((fsyncWarningThreshold = Lo

[GitHub] zookeeper pull request #567: ZOOKEEPER-3071: Add a config parameter to contr...

2018-07-16 Thread suyogmapara
Github user suyogmapara commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/567#discussion_r202854476 --- Diff: src/java/main/org/apache/zookeeper/server/persistence/FileTxnLog.java --- @@ -110,6 +124,18 @@ if ((fsyncWarningThreshold = Lo

Failed: ZOOKEEPER- PreCommit Build #1947

2018-07-16 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/1947/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 70.52 MB...] [exec] [exec

[jira] [Commented] (ZOOKEEPER-3090) change continue to break

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

Re: [VOTE] Apache ZooKeeper release 3.4.13 candidate 1

2018-07-16 Thread Michael Han
With 3 binding +1, two non-binding +1, this vote passes. I will finish publishing the release tonight. Thanks everyone for helping on the release. On Wed, Jul 11, 2018 at 7:54 PM, Michael Han wrote: > Thanks Pat for confirmation. > > I'll leave the rest of the week for folks to try the release

Failed: ZOOKEEPER- PreCommit Build #1946

2018-07-16 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/1946/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 6.49 KB...] [exec] % Total

[jira] [Updated] (ZOOKEEPER-3090) change continue to break

2018-07-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated ZOOKEEPER-3090: -- Labels: pull-request-available (was: ) > change continue to break > --

[GitHub] zookeeper pull request #573: ZOOKEEPER-3090 continue can be replaced with br...

2018-07-16 Thread a470577391
GitHub user a470577391 opened a pull request: https://github.com/apache/zookeeper/pull/573 ZOOKEEPER-3090 continue can be replaced with break change continue to break You can merge this pull request into a Git repository by running: $ git pull https://github.com/a470577391/zoo

[jira] [Resolved] (ZOOKEEPER-3090) change continue to break

2018-07-16 Thread zhangbo (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] zhangbo resolved ZOOKEEPER-3090. Resolution: Fixed Release Note: change continue to break > change continue to break > ---

[GitHub] zookeeper pull request #553: continue can be replaced with break

2018-07-16 Thread a470577391
Github user a470577391 closed the pull request at: https://github.com/apache/zookeeper/pull/553 ---

[jira] [Updated] (ZOOKEEPER-3090) change continue to break

2018-07-16 Thread zhangbo (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] zhangbo updated ZOOKEEPER-3090: --- Description: it's useful and enough to change continue to break,especially when call getLogFiles(

[jira] [Created] (ZOOKEEPER-3090) change continue to break

2018-07-16 Thread zhangbo (JIRA)
zhangbo created ZOOKEEPER-3090: -- Summary: change continue to break Key: ZOOKEEPER-3090 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3090 Project: ZooKeeper Issue Type: Improvement

Failed: ZOOKEEPER- PreCommit Build #1945

2018-07-16 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/1945/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 6.49 KB...] [exec] [exec]

ZooKeeper_branch35_jdk8 - Build # 1042 - Still Failing

2018-07-16 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch35_jdk8/1042/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 61.98 KB...] [junit] Running org.apache.zookeep

Failed: ZOOKEEPER- PreCommit Build #1944

2018-07-16 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/1944/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 6.49 KB...] [exec] Pull request

[jira] [Updated] (ZOOKEEPER-3085) Define constant exit code and add documents

2018-07-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3085?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated ZOOKEEPER-3085: -- Labels: newbie pull-request-available (was: newbie) > Define constant exit code an

[GitHub] zookeeper pull request #572: ZOOKEEPER-3085 define exit codes in enum

2018-07-16 Thread nkalmar
GitHub user nkalmar opened a pull request: https://github.com/apache/zookeeper/pull/572 ZOOKEEPER-3085 define exit codes in enum Define the used exit codes in one enum. contrib projects are excluded, as they can have seperate exit codes (and they do use it differently then in core

Success: ZOOKEEPER- PreCommit Build #1943

2018-07-16 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/1943/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 33.58 MB...] [exec] +1 @aut

[jira] [Commented] (ZOOKEEPER-3033) Step 1.2 - Create zk-recipes maven structure

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

[jira] [Commented] (ZOOKEEPER-2701) Timeout for RecvWorker is too long

2018-07-16 Thread Jiafu Jiang (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16544918#comment-16544918 ] Jiafu Jiang commented on ZOOKEEPER-2701: I read the source code of  ZooKeeper

[jira] [Commented] (ZOOKEEPER-2701) Timeout for RecvWorker is too long

2018-07-16 Thread Tom Lee (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16544911#comment-16544911 ] Tom Lee commented on ZOOKEEPER-2701: I can't speak to whether that solution is co

[jira] [Updated] (ZOOKEEPER-2701) Timeout for RecvWorker is too long

2018-07-16 Thread Jiafu Jiang (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jiafu Jiang updated ZOOKEEPER-2701: --- Priority: Trivial (was: Minor) > Timeout for RecvWorker is too long > --

[jira] [Updated] (ZOOKEEPER-2701) Timeout for RecvWorker is too long

2018-07-16 Thread Jiafu Jiang (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jiafu Jiang updated ZOOKEEPER-2701: --- Priority: Major (was: Trivial) > Timeout for RecvWorker is too long > --

[jira] [Commented] (ZOOKEEPER-2701) Timeout for RecvWorker is too long

2018-07-16 Thread Jiafu Jiang (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16544897#comment-16544897 ] Jiafu Jiang commented on ZOOKEEPER-2701: I remove the following code:

[jira] [Commented] (ZOOKEEPER-2701) Timeout for RecvWorker is too long

2018-07-16 Thread Jiafu Jiang (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16544893#comment-16544893 ] Jiafu Jiang commented on ZOOKEEPER-2701: I remove the following code:

[jira] [Issue Comment Deleted] (ZOOKEEPER-2701) Timeout for RecvWorker is too long

2018-07-16 Thread Jiafu Jiang (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jiafu Jiang updated ZOOKEEPER-2701: --- Comment: was deleted (was: I remove the following code: try {// OK to wai

[jira] [Comment Edited] (ZOOKEEPER-2701) Timeout for RecvWorker is too long

2018-07-16 Thread Jiafu Jiang (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16544893#comment-16544893 ] Jiafu Jiang edited comment on ZOOKEEPER-2701 at 7/16/18 7:32 AM: --

[jira] [Updated] (ZOOKEEPER-2701) Timeout for RecvWorker is too long

2018-07-16 Thread Jiafu Jiang (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jiafu Jiang updated ZOOKEEPER-2701: --- Affects Version/s: 3.4.11 > Timeout for RecvWorker is too long >

[jira] [Updated] (ZOOKEEPER-2701) Timeout for RecvWorker is too long

2018-07-16 Thread Jiafu Jiang (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jiafu Jiang updated ZOOKEEPER-2701: --- Description: Environment: I deploy ZooKeeper in a cluster of three nodes. Each node has

Success: ZOOKEEPER- PreCommit Build #1942

2018-07-16 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/1942/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 86.09 MB...] [exec] +1 @aut

[jira] [Commented] (ZOOKEEPER-3042) testFailedTxnAsPartOfQuorumLoss is flaky

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

[jira] [Updated] (ZOOKEEPER-3023) Flaky test: org.apache.zookeeper.server.quorum.Zab1_0Test.testNormalFollowerRunWithDiff

2018-07-16 Thread maoling (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] maoling updated ZOOKEEPER-3023: --- Description: Getting the following error on master branch: Error Message {code:java} expected:<4