[GitHub] zookeeper pull request #:

2018-07-29 Thread maoling
Github user maoling commented on the pull request: https://github.com/apache/zookeeper/commit/a2623a625a4778720f7d5482d0a66e9b37ae556f#commitcomment-29873077 @nkalmar Could you plz create a JIRA to document this metric `zk_fsync_threshold_exceed_count` in the part of `mntr` of

too many flaky tests result from connection refused

2018-07-29 Thread 岭秀
I saw that too many flaky tests result from connection refused.What is the reason?Network conjestion? maoling Beijing,China

ZooKeeper_branch34_jdk8 - Build # 1478 - Failure

2018-07-29 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch34_jdk8/1478/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 40.50 KB...] [junit] Running

[jira] [Resolved] (ZOOKEEPER-3105) Character coding problem occur when create a node using python3

2018-07-29 Thread yang hao (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] yang hao resolved ZOOKEEPER-3105. - Resolution: Fixed > Character coding problem occur when create a node using python3 >

[jira] [Updated] (ZOOKEEPER-1011) fix Java Barrier Documentation example's race condition issue and polish up the Barrier Documentation

2018-07-29 Thread maoling (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1011?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] maoling updated ZOOKEEPER-1011: --- Summary: fix Java Barrier Documentation example's race condition issue and polish up the Barrier

[jira] [Assigned] (ZOOKEEPER-1011) Java Barrier Documentation example has a race condition issue

2018-07-29 Thread maoling (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1011?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] maoling reassigned ZOOKEEPER-1011: -- Assignee: maoling (was: Semih Salihoglu) > Java Barrier Documentation example has a race

[jira] [Created] (ZOOKEEPER-3106) Zookeeper client supports IPv6 address and document the "IPV6 feature"

2018-07-29 Thread maoling (JIRA)
maoling created ZOOKEEPER-3106: -- Summary: Zookeeper client supports IPv6 address and document the "IPV6 feature" Key: ZOOKEEPER-3106 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3106 Project:

[jira] [Updated] (ZOOKEEPER-3106) Zookeeper client supports IPv6 address and document the "IPV6 feature"

2018-07-29 Thread maoling (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] maoling updated ZOOKEEPER-3106: --- Issue Type: Improvement (was: Test) > Zookeeper client supports IPv6 address and document the

[GitHub] zookeeper pull request #447: [ZOOKEEPER-2926] Fix potential data consistency...

2018-07-29 Thread hanm
Github user hanm commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/447#discussion_r206009813 --- Diff: src/java/main/org/apache/zookeeper/server/SessionTracker.java --- @@ -47,21 +47,20 @@ long createSession(int sessionTimeout);

[GitHub] zookeeper pull request #447: [ZOOKEEPER-2926] Fix potential data consistency...

2018-07-29 Thread hanm
Github user hanm commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/447#discussion_r206010420 --- Diff: src/java/main/org/apache/zookeeper/server/quorum/LeaderSessionTracker.java --- @@ -85,31 +85,43 @@ public boolean isGlobalSession(long sessionId)

[GitHub] zookeeper issue #584: ZOOKEEPER-3102: Potential race condition when create e...

2018-07-29 Thread MichaelScofield
Github user MichaelScofield commented on the issue: https://github.com/apache/zookeeper/pull/584 @anmolnar Thanks for the `computeIfAbsent` suggestion. Modified codes accordingly. @breed @lvfangmin I'm aware that `createNode` is single-threaded, and the race condition I revealed

[jira] [Updated] (ZOOKEEPER-3036) Unexpected exception in zookeeper

2018-07-29 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3036?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han updated ZOOKEEPER-3036: --- Component/s: (was: jmx) server quorum > Unexpected

[jira] [Commented] (ZOOKEEPER-3036) Unexpected exception in zookeeper

2018-07-29 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16561417#comment-16561417 ] Michael Han commented on ZOOKEEPER-3036: What is the issue related to ZooKeeper in this case?

[jira] [Commented] (ZOOKEEPER-3082) Fix server snapshot behavior when out of disk space

2018-07-29 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16561414#comment-16561414 ] Michael Han commented on ZOOKEEPER-3082: Committed to 3.6. Merge conflicts with branch-3.5,

[jira] [Resolved] (ZOOKEEPER-3082) Fix server snapshot behavior when out of disk space

2018-07-29 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han resolved ZOOKEEPER-3082. Resolution: Fixed Fix Version/s: 3.6.0 > Fix server snapshot behavior when out

[GitHub] zookeeper issue #560: ZOOKEEPER-3082: Fix server snapshot behavior when out ...

2018-07-29 Thread hanm
Github user hanm commented on the issue: https://github.com/apache/zookeeper/pull/560 committed to master. thanks @enixon ! ---

[GitHub] zookeeper pull request #560: ZOOKEEPER-3082: Fix server snapshot behavior wh...

2018-07-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zookeeper/pull/560 ---

[GitHub] zookeeper issue #447: [ZOOKEEPER-2926] Fix potential data consistency issue ...

2018-07-29 Thread hanm
Github user hanm commented on the issue: https://github.com/apache/zookeeper/pull/447 Logic looks good to me. Summarize the change in one sentence: moving global session commit from pre processor to final processor so a global session will not be applied to zkDB until upgrade

[GitHub] zookeeper pull request #545: ZOOKEEPER-2261 When only secureClientPort is co...

2018-07-29 Thread hanm
Github user hanm commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/545#discussion_r206012592 --- Diff: src/java/main/org/apache/zookeeper/server/ZooKeeperServer.java --- @@ -866,6 +866,9 @@ public void setServerCnxnFactory(ServerCnxnFactory factory)