[jira] [Commented] (ZOOKEEPER-1748) TCP keepalive for leader election connections

2016-09-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15531799#comment-15531799 ] ASF GitHub Bot commented on ZOOKEEPER-1748: --- GitHub user gnethercutt opened a pull request:

[GitHub] zookeeper pull request #83: enable TCP keepalive for the leadership election...

2016-09-28 Thread gnethercutt
GitHub user gnethercutt opened a pull request: https://github.com/apache/zookeeper/pull/83 enable TCP keepalive for the leadership election/quorum socket Use TCP keep-alives for election/quorum peer connections. This is the shortest edit distance to address

[jira] [Commented] (ZOOKEEPER-2014) Only admin should be allowed to reconfig a cluster

2016-09-28 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15531585#comment-15531585 ] Hadoop QA commented on ZOOKEEPER-2014: -- +1 overall. Here are the results of testing the latest

Success: ZOOKEEPER-2014 PreCommit Build #3459

2016-09-28 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/ZOOKEEPER-2014 Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/3459/ ### ## LAST 60 LINES OF THE CONSOLE ###

Re: Review Request 51546: ZOOKEEPER-2014: Only admin should be allowed to reconfig a cluster

2016-09-28 Thread Michael Han
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/51546/ --- (Updated Sept. 29, 2016, 1:41 a.m.) Review request for zookeeper, fpj, Patrick

[jira] [Updated] (ZOOKEEPER-2014) Only admin should be allowed to reconfig a cluster

2016-09-28 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han updated ZOOKEEPER-2014: --- Attachment: ZOOKEEPER-2014.patch > Only admin should be allowed to reconfig a cluster >

[jira] [Updated] (ZOOKEEPER-2014) Only admin should be allowed to reconfig a cluster

2016-09-28 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han updated ZOOKEEPER-2014: --- Attachment: (was: ZOOKEEPER-2014.patch) > Only admin should be allowed to reconfig a

Failed: ZOOKEEPER-2014 PreCommit Build #3458

2016-09-28 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/ZOOKEEPER-2014 Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/3458/ ### ## LAST 60 LINES OF THE CONSOLE ###

[jira] [Commented] (ZOOKEEPER-2014) Only admin should be allowed to reconfig a cluster

2016-09-28 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15531402#comment-15531402 ] Hadoop QA commented on ZOOKEEPER-2014: -- -1 overall. Here are the results of testing the latest

[jira] [Commented] (ZOOKEEPER-1936) Server exits when unable to create data directory due to race

2016-09-28 Thread Matt Foley (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1936?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15531396#comment-15531396 ] Matt Foley commented on ZOOKEEPER-1936: --- [~cnauroth], please do commit. +1. Thanks. > Server

[jira] [Commented] (ZOOKEEPER-2014) Only admin should be allowed to reconfig a cluster

2016-09-28 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15531257#comment-15531257 ] Michael Han commented on ZOOKEEPER-2014: [~fpj]: Sounds good - actually just updated patch

Re: Review Request 51546: ZOOKEEPER-2014: Only admin should be allowed to reconfig a cluster

2016-09-28 Thread Michael Han
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/51546/ --- (Updated Sept. 28, 2016, 11:39 p.m.) Review request for zookeeper, fpj,

[jira] [Updated] (ZOOKEEPER-2014) Only admin should be allowed to reconfig a cluster

2016-09-28 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han updated ZOOKEEPER-2014: --- Attachment: ZOOKEEPER-2014.patch Update patch to include C client work: * Removed

ZooKeeper-trunk-jdk8 - Build # 764 - Still Failing

2016-09-28 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk-jdk8/764/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 463709 lines...] [junit] at

ZooKeeper_branch35_openjdk7 - Build # 245 - Still Failing

2016-09-28 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch35_openjdk7/245/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 469734 lines...] [junit] 2016-09-28

Re: ZOOKEEPER-2169

2016-09-28 Thread Jordan Zimmerman
FYI - I’ve applied the last remaining request from Review Board and moved the patch to Github: https://github.com/apache/zookeeper/pull/82 -Jordan > On Aug 30, 2016, at 7:27 PM, Jordan Zimmerman > wrote: > >> As I understand TTL nodes, you want to have them when

[jira] [Commented] (ZOOKEEPER-2169) Enable creation of nodes with TTLs

2016-09-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15528906#comment-15528906 ] ASF GitHub Bot commented on ZOOKEEPER-2169: --- GitHub user Randgalt opened a pull request:

[GitHub] zookeeper pull request #82: [ZOOKEEPER-2169] Enable creation of nodes with T...

2016-09-28 Thread Randgalt
GitHub user Randgalt opened a pull request: https://github.com/apache/zookeeper/pull/82 [ZOOKEEPER-2169] Enable creation of nodes with TTLs This patch takes advantage of 3.5's container support. Most of the work needed to support TTLs is there already. In order not to

[jira] [Commented] (ZOOKEEPER-2014) Only admin should be allowed to reconfig a cluster

2016-09-28 Thread Flavio Junqueira (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15528898#comment-15528898 ] Flavio Junqueira commented on ZOOKEEPER-2014: - I'll wait until you have the C client

ZooKeeper-trunk-solaris - Build # 1328 - Still Failing

2016-09-28 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk-solaris/1328/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 441541 lines...] [junit] 2016-09-28