[GitHub] zookeeper issue #353: [ZOOKEEPER-2886] Permanent session moved error in mult...

2018-06-28 Thread hanm
Github user hanm commented on the issue: https://github.com/apache/zookeeper/pull/353 @breed it's ok to vote here and the comments are bridged over to JIRA. In this case, check https://issues.apache.org/jira/browse/ZOOKEEPER-2886. Note you need to select the "Work Log" tab instead of

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

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

Failed: ZOOKEEPER- PreCommit Build #1886

2018-06-28 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/1886/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 84.00 MB...] [exec] +1 java

[GitHub] zookeeper issue #353: [ZOOKEEPER-2886] Permanent session moved error in mult...

2018-06-28 Thread breed
Github user breed commented on the issue: https://github.com/apache/zookeeper/pull/353 quick question, is it ok that the voting happens here rather than the jira? i thought comments would be bridged over, but that doesn't seem to be happening... ---

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

2018-06-28 Thread Suyog Mapara (JIRA)
Suyog Mapara created ZOOKEEPER-3071: --- Summary: Add a config parameter to control transaction log size Key: ZOOKEEPER-3071 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3071 Project: ZooKeeper

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

2018-06-28 Thread tamaashu
Github user tamaashu commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/553#discussion_r198879610 --- Diff: src/java/main/org/apache/zookeeper/server/persistence/FileTxnLog.java --- @@ -254,7 +254,7 @@ public synchronized boolean append(TxnHeader hdr,

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

2018-06-28 Thread maoling
Github user maoling commented on the issue: https://github.com/apache/zookeeper/pull/553 IMHO: If the file are sorted,can we use binary search ,find the index then subList? Should we call `Util.getZxidFromName ` twice? ---

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

2018-06-28 Thread a470577391
Github user a470577391 commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/553#discussion_r198817324 --- Diff: src/java/main/org/apache/zookeeper/server/persistence/FileTxnLog.java --- @@ -254,7 +254,7 @@ public synchronized boolean append(TxnHeader hd

Success: ZOOKEEPER- PreCommit Build #1885

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

[jira] [Commented] (ZOOKEEPER-2873) print error and/or abort on invalid server definition

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

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

2018-06-28 Thread maoling (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16526228#comment-16526228 ] maoling commented on ZOOKEEPER-3061: If it needed,could you please give this issu

[jira] [Commented] (ZOOKEEPER-2462) force authentication/authorization

2018-06-28 Thread Botond Hejj (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16526225#comment-16526225 ] Botond Hejj commented on ZOOKEEPER-2462: Hi [~andorm], I have previously com

[jira] [Commented] (ZOOKEEPER-3069) document: is mutual auth with DIGEST-MD5 insecure?

2018-06-28 Thread maoling (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16526222#comment-16526222 ] maoling commented on ZOOKEEPER-3069: too embarrassed am I.It seems that I don't g

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

2018-06-28 Thread a470577391
Github user a470577391 commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/553#discussion_r198784188 --- Diff: src/java/main/org/apache/zookeeper/server/persistence/FileTxnLog.java --- @@ -254,7 +254,7 @@ public synchronized boolean append(TxnHeader hd

[GitHub] zookeeper issue #466: ZOOKEEPER-2940. Deal with maxbuffer as it relates to l...

2018-06-28 Thread anmolnar
Github user anmolnar commented on the issue: https://github.com/apache/zookeeper/pull/466 @phunt Rebased and conflicts resolved. ---

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

2018-06-28 Thread maoling
Github user maoling commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/553#discussion_r198735418 --- Diff: src/java/main/org/apache/zookeeper/server/persistence/FileTxnLog.java --- @@ -254,7 +254,7 @@ public synchronized boolean append(TxnHeader hdr,

[jira] [Resolved] (ZOOKEEPER-3070) Not Able to Change Zookeeper Logging via JMX Call

2018-06-28 Thread jahar (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] jahar resolved ZOOKEEPER-3070. -- Resolution: Not A Problem Fix Version/s: 3.4.5 Just found the way to achieve it. Was straigh