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

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

[jira] [Created] (ZOOKEEPER-3107) Coding standard and Checkstyle

2018-07-30 Thread Praveendra Singh (JIRA)
Praveendra Singh created ZOOKEEPER-3107: --- Summary: Coding standard and Checkstyle Key: ZOOKEEPER-3107 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3107 Project: ZooKeeper Issue

[GitHub] zookeeper issue #545: ZOOKEEPER-2261 When only secureClientPort is configure...

2018-07-30 Thread hanm
Github user hanm commented on the issue: https://github.com/apache/zookeeper/pull/545 >> We could keep the original API and setting the secure field appropriate to stay on the safe side, but that won't satisfy your suggestion. I think we can do this. Later when we can break

[jira] [Commented] (ZOOKEEPER-1621) ZooKeeper does not recover from crash when disk was full

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

Failed: ZOOKEEPER-1621 PreCommit Build #3700

2018-07-30 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/ZOOKEEPER-1621 Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/3700/ ### ## LAST 60 LINES OF THE CONSOLE ###

[jira] [Updated] (ZOOKEEPER-1621) ZooKeeper does not recover from crash when disk was full

2018-07-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated ZOOKEEPER-1621: -- Labels: pull-request-available (was: ) > ZooKeeper does not recover from crash

[GitHub] zookeeper issue #439: ZOOKEEPER-1621: Delete and skip txn log with incomplet...

2018-07-30 Thread anmolnar
Github user anmolnar commented on the issue: https://github.com/apache/zookeeper/pull/439 @abhishekrai @hanm Given that we closed #560 , is this pull request still relevant? Maybe I'm missing something here and these are just similar issues and not the same. ---

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

2018-07-30 Thread Andor Molnar (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16562430#comment-16562430 ] Andor Molnar commented on ZOOKEEPER-3082: - [~nixon] [~hanm] Thanks for sorting this out. Do

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

2018-07-30 Thread pravsingh
Github user pravsingh commented on the issue: https://github.com/apache/zookeeper/pull/572 agree with you guys. 👍 ---

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

2018-07-30 Thread anmolnar
Github user anmolnar commented on the issue: https://github.com/apache/zookeeper/pull/572 @pravsingh @nkalmar I don't think we need to add unit tests to verify enum values, it doesn't add too much value I believe. Unless we already have unit tests like this in the codebase, but I

[GitHub] zookeeper issue #545: ZOOKEEPER-2261 When only secureClientPort is configure...

2018-07-30 Thread anmolnar
Github user anmolnar commented on the issue: https://github.com/apache/zookeeper/pull/545 @hanm Trying to make the API consistent by keeping one setter and getter for the property. It escalated a bunch of other changes which I think are good improvements and made the code simpler:

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

2018-07-30 Thread nkalmar
Github user nkalmar commented on the issue: https://github.com/apache/zookeeper/pull/572 @pravsingh , I changed the comments to javadoc comments. But after creating the tests, it was kind of strange. I looked at other enum in ZK, we don't check the values. I think we will see in a PR

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

2018-07-30 Thread Benjamin Reed (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16561968#comment-16561968 ] Benjamin Reed commented on ZOOKEEPER-3036: -- can you give a bit more detail as to what

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

2018-07-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated ZOOKEEPER-3106: -- Labels: pull-request-available (was: ) > Zookeeper client supports IPv6 address

[GitHub] zookeeper pull request #587: ZOOKEEPER-3106: Zookeeper client supports IPv6 ...

2018-07-30 Thread maoling
GitHub user maoling opened a pull request: https://github.com/apache/zookeeper/pull/587 ZOOKEEPER-3106: Zookeeper client supports IPv6 address and document the "IPV6 feature" The related UTs in the `ConnectStringParserTest` have all passed,I also tested it in the real IPv6 ENV.

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

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

[GitHub] zookeeper pull request #:

2018-07-30 Thread anmolnar
Github user anmolnar commented on the pull request: https://github.com/apache/zookeeper/commit/a2623a625a4778720f7d5482d0a66e9b37ae556f#commitcomment-29886282 Insecure. JMX and Jetty are the future for 3.5+ JMX is also questionable. Not sure if we could drop that too. ---

[GitHub] zookeeper pull request #:

2018-07-30 Thread maoling
Github user maoling commented on the pull request: https://github.com/apache/zookeeper/commit/a2623a625a4778720f7d5482d0a66e9b37ae556f#commitcomment-29885683 @nkalmar Thanks for your ACK. 4 letter words will be deprecated? why? ---

ZooKeeper_branch35_jdk8 - Build # 1065 - Failure

2018-07-30 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch35_jdk8/1065/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 62.76 KB...] [junit] Tests run: 1, Failures:

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

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

[GitHub] zookeeper pull request #:

2018-07-30 Thread nkalmar
Github user nkalmar commented on the pull request: https://github.com/apache/zookeeper/commit/a2623a625a4778720f7d5482d0a66e9b37ae556f#commitcomment-29880817 @maoling It has been intentionally removed from 3.6 and 3.5, as I was told the 4 letter words is deprecated, and it will be

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

2018-07-30 Thread maoling (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] maoling updated ZOOKEEPER-3106: --- Description: This issue is the follow-up work of

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

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