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

2018-07-27 Thread anmolnar
Github user anmolnar commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/567#discussion_r205933566 --- Diff: src/java/main/org/apache/zookeeper/server/persistence/FileTxnLog.java --- @@ -102,6 +102,21 @@ /** Maximum time we allow for elapsed

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

2018-07-27 Thread anmolnar
Github user anmolnar commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/567#discussion_r205933558 --- Diff: src/java/main/org/apache/zookeeper/server/persistence/FileTxnLog.java --- @@ -102,6 +102,21 @@ /** Maximum time we allow for elapsed

[jira] [Commented] (ZOOKEEPER-3061) add more details to 'Unhandled scenario for peer' log.warn message

2018-07-27 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16560592#comment-16560592 ] Hudson commented on ZOOKEEPER-3061: --- SUCCESS: Integrated in Jenkins build ZooKeeper-trunk #125 (See

[jira] [Commented] (ZOOKEEPER-3095) Connect string fix for non-existent hosts

2018-07-27 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16560594#comment-16560594 ] Hudson commented on ZOOKEEPER-3095: --- SUCCESS: Integrated in Jenkins build ZooKeeper-trunk #125 (See

[jira] [Commented] (ZOOKEEPER-3072) Race condition in throttling

2018-07-27 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16560593#comment-16560593 ] Hudson commented on ZOOKEEPER-3072: --- SUCCESS: Integrated in Jenkins build ZooKeeper-trunk #125 (See

[GitHub] zookeeper issue #579: [ZOOKEEPER-3095] Connect string fix for non-existent h...

2018-07-27 Thread breed
Github user breed commented on the issue: https://github.com/apache/zookeeper/pull/579 hey @mjeelanimsft when i did the commit, your email address came up wrong. i think i fixed it, but you might want to check your git config. thanx for the submission! ---

[jira] [Resolved] (ZOOKEEPER-3095) Connect string fix for non-existent hosts

2018-07-27 Thread Benjamin Reed (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Reed resolved ZOOKEEPER-3095. -- Resolution: Fixed Issue resolved by pull request 579

[GitHub] zookeeper pull request #579: [ZOOKEEPER-3095] Connect string fix for non-exi...

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

[GitHub] zookeeper issue #583: [ZOOKEEPER-3104] Fix data inconsistency due to NEWLEAD...

2018-07-27 Thread breed
Github user breed commented on the issue: https://github.com/apache/zookeeper/pull/583 ok @lvfangmin i'll commit this once the conflict is resolved. ---

[jira] [Resolved] (ZOOKEEPER-3072) Race condition in throttling

2018-07-27 Thread Benjamin Reed (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Reed resolved ZOOKEEPER-3072. -- Resolution: Fixed > Race condition in throttling > >

[jira] [Updated] (ZOOKEEPER-3072) Race condition in throttling

2018-07-27 Thread Benjamin Reed (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Reed updated ZOOKEEPER-3072: - Fix Version/s: 3.5.4 3.6.0 > Race condition in throttling >

[GitHub] zookeeper pull request #563: ZOOKEEPER-3072: Throttle race condition fix

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

[jira] [Resolved] (ZOOKEEPER-3061) add more details to 'Unhandled scenario for peer' log.warn message

2018-07-27 Thread Benjamin Reed (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Reed resolved ZOOKEEPER-3061. -- Resolution: Fixed Fix Version/s: 3.6.0 Issue resolved by pull request 555

[GitHub] zookeeper pull request #555: ZOOKEEPER-3061: add more details to 'Unhandled ...

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

[GitHub] zookeeper pull request #579: [ZOOKEEPER-3095] Connect string fix for non-exi...

2018-07-27 Thread lvfangmin
Github user lvfangmin commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/579#discussion_r205924496 --- Diff: src/c/tests/zkServer.sh --- @@ -77,7 +77,7 @@ fi if [ "x${base_dir}" == "x" ] then -zk_base="../../"

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

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

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

2018-07-27 Thread lvfangmin
Github user lvfangmin commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/447#discussion_r205922808 --- Diff: src/java/main/org/apache/zookeeper/server/SessionTrackerImpl.java --- @@ -280,6 +275,11 @@ public synchronized boolean addSession(long id,

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

2018-07-27 Thread lvfangmin
Github user lvfangmin commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/447#discussion_r205922968 --- 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-27 Thread lvfangmin
Github user lvfangmin commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/447#discussion_r205923291 --- Diff: src/java/main/org/apache/zookeeper/server/quorum/LearnerSessionTracker.java --- @@ -101,33 +100,44 @@ public boolean isGlobalSession(long

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

2018-07-27 Thread suyogmapara
Github user suyogmapara commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/567#discussion_r205923249 --- Diff: src/java/main/org/apache/zookeeper/server/persistence/FileTxnLog.java --- @@ -102,6 +102,21 @@ /** Maximum time we allow for

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

2018-07-27 Thread suyogmapara
Github user suyogmapara commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/567#discussion_r205922930 --- Diff: src/java/main/org/apache/zookeeper/server/persistence/FileTxnLog.java --- @@ -127,14 +127,11 @@ Long logSize =

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

2018-07-27 Thread suyogmapara
Github user suyogmapara commented on the issue: https://github.com/apache/zookeeper/pull/567 @maoling Thanks for the review, regarding concern around PreAllocSize, thanks to ZOOKEEPER-2249, setting txnLogSizeLimit less than preAllocSize should not cause any issue. I can add explicit

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

2018-07-27 Thread lvfangmin
Github user lvfangmin commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/447#discussion_r205922455 --- Diff: src/java/main/org/apache/zookeeper/server/SessionTrackerImpl.java --- @@ -280,6 +275,11 @@ public synchronized boolean addSession(long id,

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

2018-07-27 Thread lvfangmin
Github user lvfangmin commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/447#discussion_r205920893 --- Diff: src/java/test/org/apache/zookeeper/test/ClientBase.java --- @@ -72,7 +72,7 @@ static final File BASETEST = new

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

2018-07-27 Thread lvfangmin
Github user lvfangmin commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/447#discussion_r205921489 --- 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-27 Thread lvfangmin
Github user lvfangmin commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/447#discussion_r205920948 --- Diff: src/java/test/org/apache/zookeeper/test/QuorumBase.java --- @@ -53,32 +53,32 @@ protected int port3; protected int port4;

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

2018-07-27 Thread lvfangmin
Github user lvfangmin commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/447#discussion_r205921085 --- Diff: src/java/main/org/apache/zookeeper/server/quorum/UpgradeableSessionTracker.java --- @@ -19,6 +19,8 @@ import

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

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

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

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

[GitHub] zookeeper pull request #496: ZOOKEEPER-3008: Potential NPE in SaslQuorumAuth...

2018-07-27 Thread pravsingh
Github user pravsingh commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/496#discussion_r205904126 --- Diff: src/java/main/org/apache/zookeeper/server/quorum/auth/SaslQuorumAuthLearner.java --- @@ -66,8 +67,8 @@ public SaslQuorumAuthLearner(boolean

[GitHub] zookeeper pull request #582: ZOOKEEPER-3103 Pluggable metrics system for Zoo...

2018-07-27 Thread pravsingh
Github user pravsingh commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/582#discussion_r205903481 --- Diff: src/java/main/org/apache/zookeeper/metrics/Summary.java --- @@ -0,0 +1,34 @@ +/** + * Licensed to the Apache Software Foundation (ASF)

[GitHub] zookeeper pull request #582: ZOOKEEPER-3103 Pluggable metrics system for Zoo...

2018-07-27 Thread pravsingh
Github user pravsingh commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/582#discussion_r205902926 --- Diff: src/java/main/org/apache/zookeeper/metrics/Gauge.java --- @@ -0,0 +1,35 @@ +/** + * Licensed to the Apache Software Foundation (ASF)

[GitHub] zookeeper pull request #582: ZOOKEEPER-3103 Pluggable metrics system for Zoo...

2018-07-27 Thread pravsingh
Github user pravsingh commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/582#discussion_r205902898 --- Diff: src/java/main/org/apache/zookeeper/metrics/Counter.java --- @@ -0,0 +1,47 @@ +/** + * Licensed to the Apache Software Foundation (ASF)

[GitHub] zookeeper pull request #582: ZOOKEEPER-3103 Pluggable metrics system for Zoo...

2018-07-27 Thread pravsingh
Github user pravsingh commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/582#discussion_r205903511 --- Diff: src/java/main/org/apache/zookeeper/metrics/MetricsProvider.java --- @@ -0,0 +1,64 @@ +/** + * Licensed to the Apache Software

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

2018-07-27 Thread pravsingh
Github user pravsingh commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/572#discussion_r205901936 --- Diff: src/java/main/org/apache/zookeeper/server/ExitCode.java --- @@ -20,8 +20,35 @@ /** * Exit code used to exit server */

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

2018-07-27 Thread pravsingh
Github user pravsingh commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/572#discussion_r205901511 --- Diff: src/java/main/org/apache/zookeeper/server/ExitCode.java --- @@ -20,8 +20,35 @@ /** * Exit code used to exit server */

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

2018-07-27 Thread suyogmapara
Github user suyogmapara commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/567#discussion_r205897728 --- Diff: src/java/test/org/apache/zookeeper/test/TxnLogSizeLimitTest.java --- @@ -0,0 +1,173 @@ +/** + * Licensed to the Apache Software

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

2018-07-27 Thread Oded (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16560215#comment-16560215 ] Oded commented on ZOOKEEPER-3036: - We are running with kafka 1.1.0 > Unexpected exception in

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

2018-07-27 Thread Kevin Lu (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16560186#comment-16560186 ] Kevin Lu commented on ZOOKEEPER-3036: - [~o...@coralogix.com] yes multiple brokers think they are

[jira] [Commented] (ZOOKEEPER-3100) ZooKeeper client times out due to random choice of resolved addresses

2018-07-27 Thread Andor Molnar (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16560168#comment-16560168 ] Andor Molnar commented on ZOOKEEPER-3100: - Got it. Sorry, I keep forgetting about this is

[GitHub] zookeeper issue #47: Update zookeeperOver.html

2018-07-27 Thread cpoerschke
Github user cpoerschke commented on the issue: https://github.com/apache/zookeeper/pull/47 Ah, oops, @ghost is indeed a ghost! Hmm, so is it unclear then how or who this pull request could be closed by then? Except perhaps the customary "Closes #47" in a commit which

[GitHub] zookeeper issue #47: Update zookeeperOver.html

2018-07-27 Thread cpoerschke
Github user cpoerschke commented on the issue: https://github.com/apache/zookeeper/pull/47 @phunt looks like i don't have the necessary privileges to close this pull request. @ghost as creator of the pull request, would you have a moment perhaps to close it? thank you. ---

[GitHub] zookeeper issue #566: ZOOKEEPER-3062: mention fsync.warningthresholdms in Fi...

2018-07-27 Thread cpoerschke
Github user cpoerschke commented on the issue: https://github.com/apache/zookeeper/pull/566 Thanks everyone for your feedback! > ... are you ok with removing the extra words in the log message? Hmm, ok, done. Should I update the pull request and

ZooKeeper_branch34_openjdk7 - Build # 2004 - Failure

2018-07-27 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch34_openjdk7/2004/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 41.20 KB...] [junit] Running

[GitHub] zookeeper issue #563: ZOOKEEPER-3072: Throttle race condition fix

2018-07-27 Thread breed
Github user breed commented on the issue: https://github.com/apache/zookeeper/pull/563 thank you @bothejjms ! ---

[jira] [Commented] (ZOOKEEPER-3100) ZooKeeper client times out due to random choice of resolved addresses

2018-07-27 Thread Rajini Sivaram (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16559837#comment-16559837 ] Rajini Sivaram commented on ZOOKEEPER-3100: --- [~andorm] In the failing Kafka test, ZooKeeper

[GitHub] zookeeper issue #563: ZOOKEEPER-3072: Throttle race condition fix

2018-07-27 Thread bothejjms
Github user bothejjms commented on the issue: https://github.com/apache/zookeeper/pull/563 I have refactored the branches as suggested. ---

[GitHub] zookeeper pull request #563: ZOOKEEPER-3072: Throttle race condition fix

2018-07-27 Thread bothejjms
Github user bothejjms commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/563#discussion_r205778339 --- Diff: src/java/main/org/apache/zookeeper/server/ZooKeeperServer.java --- @@ -1128,9 +1128,9 @@ public void processPacket(ServerCnxn cnxn, ByteBuffer

[jira] [Commented] (ZOOKEEPER-3100) ZooKeeper client times out due to random choice of resolved addresses

2018-07-27 Thread Andor Molnar (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16559776#comment-16559776 ] Andor Molnar commented on ZOOKEEPER-3100: - [~rsivaram] I've run a few tests with current 3.4

[GitHub] zookeeper pull request #584: ZOOKEEPER-3102: Potential race condition when c...

2018-07-27 Thread anmolnar
Github user anmolnar commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/584#discussion_r205749086 --- Diff: src/java/main/org/apache/zookeeper/server/DataTree.java --- @@ -478,7 +478,10 @@ public void createNode(final String path, byte data[], List

[jira] [Commented] (ZOOKEEPER-3057) Fix IPv6 literal usage

2018-07-27 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16559635#comment-16559635 ] Hudson commented on ZOOKEEPER-3057: --- FAILURE: Integrated in Jenkins build ZooKeeper-trunk #123 (See

[jira] [Commented] (ZOOKEEPER-3067) Optionally suppress client environment logging.

2018-07-27 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16559636#comment-16559636 ] Hudson commented on ZOOKEEPER-3067: --- FAILURE: Integrated in Jenkins build ZooKeeper-trunk #123 (See

ZooKeeper-trunk - Build # 123 - Failure

2018-07-27 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk/123/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 144.25 KB...] [junit] Tests run: 1, Failures: 0,

ZooKeeper_branch34_openjdk8 - Build # 2 - Still Failing

2018-07-27 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch34_openjdk8/2/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 3.54 KB...] at

[GitHub] zookeeper issue #565: ZOOKEEPER-3067: Optionally disable client environment ...

2018-07-27 Thread anmolnar
Github user anmolnar commented on the issue: https://github.com/apache/zookeeper/pull/565 Committed to master branch. Thanks @jpeach ! ---

[GitHub] zookeeper pull request #565: ZOOKEEPER-3067: Optionally disable client envir...

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

[jira] [Resolved] (ZOOKEEPER-3067) Optionally suppress client environment logging.

2018-07-27 Thread Andor Molnar (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andor Molnar resolved ZOOKEEPER-3067. - Resolution: Fixed Fix Version/s: 3.6.0 Issue resolved by pull request 565

[GitHub] zookeeper issue #548: [ZOOKEEPER-3057] Fix IPv6 literal usage

2018-07-27 Thread anmolnar
Github user anmolnar commented on the issue: https://github.com/apache/zookeeper/pull/548 Committed to master branch only, because it conflicts with 3.5. @mjeelanimsft Would you please create separate pull request for branch-3.5 and branch-3.4? ---

[GitHub] zookeeper pull request #548: [ZOOKEEPER-3057] Fix IPv6 literal usage

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

[GitHub] zookeeper issue #548: [ZOOKEEPER-3057] Fix IPv6 literal usage

2018-07-27 Thread anmolnar
Github user anmolnar commented on the issue: https://github.com/apache/zookeeper/pull/548 Jenkins is green and we got 2 approvals. Committing. ---

[GitHub] zookeeper issue #583: [ZOOKEEPER-3104] Fix data inconsistency due to NEWLEAD...

2018-07-27 Thread nkalmar
Github user nkalmar commented on the issue: https://github.com/apache/zookeeper/pull/583 It's not a blocker for me, I agree it would be nice to have a unified format, but that's pretty hard to achieve on an Apache I think :( Anyway, that's why I wrote a "comment" review, not

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

2018-07-27 Thread anmolnar
Github user anmolnar commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/545#discussion_r205729889 --- Diff: src/java/test/org/apache/zookeeper/server/persistence/UtilTest.java --- @@ -0,0 +1,91 @@ +/** --- End diff -- I had to make a

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

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

[GitHub] zookeeper pull request #586: Zookeeper 3105:Character coding problem occur w...

2018-07-27 Thread lordofkey
GitHub user lordofkey opened a pull request: https://github.com/apache/zookeeper/pull/586 Zookeeper 3105:Character coding problem occur when create a node using python3 when creating a node using python3, InvalidACLException occurs all the time. it`s caused by imcompatible way of

[GitHub] zookeeper pull request #585: Zookeeper 3105:Character coding problem occur w...

2018-07-27 Thread lordofkey
Github user lordofkey closed the pull request at: https://github.com/apache/zookeeper/pull/585 ---

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

2018-07-27 Thread Oded (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16559328#comment-16559328 ] Oded commented on ZOOKEEPER-3036: - Hi, We did the same but the issue returned again. It happens to