[jira] [Resolved] (ZOOKEEPER-3253) client should not send requests with cxid=-4, -2, or -1

2019-03-07 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt resolved ZOOKEEPER-3253. - Resolution: Fixed Hadoop Flags: Reviewed Committed the updated patch to 3.4 - t

[GitHub] [zookeeper] phunt commented on issue #844: ZOOKEEPER-3253: client should not send requests with cxid=-4, -2, or -1

2019-03-07 Thread GitBox
phunt commented on issue #844: ZOOKEEPER-3253: client should not send requests with cxid=-4, -2, or -1 URL: https://github.com/apache/zookeeper/pull/844#issuecomment-470798289 +1 thanks @athanatos ! This is an automated messa

[GitHub] [zookeeper] phunt closed pull request #844: ZOOKEEPER-3253: client should not send requests with cxid=-4, -2, or -1

2019-03-07 Thread GitBox
phunt closed pull request #844: ZOOKEEPER-3253: client should not send requests with cxid=-4, -2, or -1 URL: https://github.com/apache/zookeeper/pull/844 This is an automated message from the Apache Git Service. To respond t

[GitHub] [zookeeper] lwjli commented on issue #842: ZOOKEEPER-3294: not using $ZOOBIN/../libexec/

2019-03-07 Thread GitBox
lwjli commented on issue #842: ZOOKEEPER-3294: not using $ZOOBIN/../libexec/ URL: https://github.com/apache/zookeeper/pull/842#issuecomment-470781441 Make the scripts shorter and clearer. OK to commit to master branch only. Th

[GitHub] [zookeeper] athanatos opened a new pull request #844: ZOOKEEPER-3253: client should not send requests with cxid=-4, -2, or -1

2019-03-07 Thread GitBox
athanatos opened a new pull request #844: ZOOKEEPER-3253: client should not send requests with cxid=-4, -2, or -1 URL: https://github.com/apache/zookeeper/pull/844 - Add test for cxid rollover to 1 - Modify ClientCnxn.SendThread.getXid() to increment from MAX to 1. Author: Samuel

ZooKeeper_branch34_jdk8 - Build # 1727 - Failure

2019-03-07 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch34_jdk8/1727/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 43.48 KB...] [junit] Tests run: 1, Failures: 0,

[jira] [Commented] (ZOOKEEPER-3253) client should not send requests with cxid=-4, -2, or -1

2019-03-07 Thread Samuel Just (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16787293#comment-16787293 ] Samuel Just commented on ZOOKEEPER-3253: Yeah, that's the right fix, I'll hav

[jira] [Updated] (ZOOKEEPER-3296) Cannot join quorum due to Quorum SSLSocket connection not closed explicitly when there is handshake issue

2019-03-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated ZOOKEEPER-3296: -- Labels: pull-request-available (was: ) > Cannot join quorum due to Quorum SSLSocke

[GitHub] [zookeeper] lvfangmin opened a new pull request #843: ZOOKEEPER-3296: Explicitly closing the sslsocket when it failed handshake to prevent issue where peers cannot join quorum

2019-03-07 Thread GitBox
lvfangmin opened a new pull request #843: ZOOKEEPER-3296: Explicitly closing the sslsocket when it failed handshake to prevent issue where peers cannot join quorum URL: https://github.com/apache/zookeeper/pull/843 The quorum connection manager is handling connections sequentially with a d

[jira] [Created] (ZOOKEEPER-3296) Cannot join quorum due to Quorum SSLSocket connection not closed explicitly when there is handshake issue

2019-03-07 Thread Fangmin Lv (JIRA)
Fangmin Lv created ZOOKEEPER-3296: - Summary: Cannot join quorum due to Quorum SSLSocket connection not closed explicitly when there is handshake issue Key: ZOOKEEPER-3296 URL: https://issues.apache.org/jira/browse

[jira] [Updated] (ZOOKEEPER-3296) Cannot join quorum due to Quorum SSLSocket connection not closed explicitly when there is handshake issue

2019-03-07 Thread Fangmin Lv (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fangmin Lv updated ZOOKEEPER-3296: -- Description: Recently, on prod ensembles, we saw some peers failed to connect to others due

[jira] [Updated] (ZOOKEEPER-3296) Cannot join quorum due to Quorum SSLSocket connection not closed explicitly when there is handshake issue

2019-03-07 Thread Fangmin Lv (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fangmin Lv updated ZOOKEEPER-3296: -- Description: Recently, on prod ensembles, we saw some peers failed to connect to others due

Re: [VOTE] Apache ZooKeeper release 3.4.14 candidate 5

2019-03-07 Thread Norbert Kalmar
+1 (non-binding) checked signatures and checksums built from source (oracle jdk8 and openjdk 11.0.2) run java tests (openjdk 11.0.2) run native tests checked jar files and license files compared to 3.4.13 (didn't see any extra jars this time) run zk in a 3-node ensemble (openjdk 11.0.2) run cli an

[jira] [Commented] (ZOOKEEPER-3253) client should not send requests with cxid=-4, -2, or -1

2019-03-07 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16786771#comment-16786771 ] Josh Elser commented on ZOOKEEPER-3253: --- FWIW, I had pulled this change into a