ZooKeeper_branch34_openjdk7 - Build # 1594 - Failure

2017-07-31 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch34_openjdk7/1594/ ### ## LAST 60 LINES OF THE CONSOLE ### Started by timer [EnvInject] - Loading node environment

[GitHub] zookeeper issue #320: ZOOKEEPER-2614 Port ZOOKEEPER-1576 to branch 3.4

2017-07-31 Thread tschuettel
Github user tschuettel commented on the issue: https://github.com/apache/zookeeper/pull/320 I fixed the indentation problem. Please check again. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not

auth_to_local should support reading rules from a file

2017-07-31 Thread Lionel Cons
The current handling of zookeeper.security.auth_to_local in KerberosName.java only supports rules given directly as the property value. These rules must therefore be given on the command line and: - must be escaped properly to avoid shell expansion - are visible in the ps output It would be

[jira] [Commented] (ZOOKEEPER-2843) auth_to_local should support reading rules from a file

2017-07-31 Thread Lionel Cons (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16107234#comment-16107234 ] Lionel Cons commented on ZOOKEEPER-2843: Adding this functionality requires very little code

[jira] [Commented] (ZOOKEEPER-1416) Persistent Recursive Watch

2017-07-31 Thread Jordan Zimmerman (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16107349#comment-16107349 ] Jordan Zimmerman commented on ZOOKEEPER-1416: - [~hanm] This issue now has 13 votes - what

[jira] [Updated] (ZOOKEEPER-2843) auth_to_local should support reading rules from a file

2017-07-31 Thread Lionel Cons (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2843?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lionel Cons updated ZOOKEEPER-2843: --- Attachment: ZOOKEEPER-2843.patch > auth_to_local should support reading rules from a file

Failed: ZOOKEEPER-1416 PreCommit Build #3640

2017-07-31 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/ZOOKEEPER-1416 Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/3640/ ### ## LAST 60 LINES OF THE CONSOLE ###

[jira] [Commented] (ZOOKEEPER-2614) Port ZOOKEEPER-1576 to branch3.4

2017-07-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16107355#comment-16107355 ] ASF GitHub Bot commented on ZOOKEEPER-2614: --- Github user tschuettel commented on the issue:

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

2017-07-31 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk-jdk8/1148/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 67.45 MB...] [junit] at

[jira] [Commented] (ZOOKEEPER-2853) The lastZxidSeen in FileTxnLog.java is never being assigned

2017-07-31 Thread maoling (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16107240#comment-16107240 ] maoling commented on ZOOKEEPER-2853: Yes . *lastZxidSeen = hdr.getZxid();* should be added > The

Failed: ZOOKEEPER- PreCommit Build #911

2017-07-31 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/911/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 67.94 MB...] [exec] +0

[jira] [Commented] (ZOOKEEPER-2859) CMake build doesn't support OS X

2017-07-31 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16107846#comment-16107846 ] Hadoop QA commented on ZOOKEEPER-2859: -- -1 overall. GitHub Pull Request Build +1

[jira] [Commented] (ZOOKEEPER-2852) Snapshot size factor is not read from system property

2017-07-31 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16107811#comment-16107811 ] Hadoop QA commented on ZOOKEEPER-2852: -- -1 overall. GitHub Pull Request Build +1

ZooKeeper-trunk-openjdk7 - Build # 1565 - Still Failing

2017-07-31 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk-openjdk7/1565/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 64.68 MB...] [junit] 2017-07-31 20:23:40,659

[jira] [Commented] (ZOOKEEPER-2614) Port ZOOKEEPER-1576 to branch3.4

2017-07-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16107699#comment-16107699 ] ASF GitHub Bot commented on ZOOKEEPER-2614: --- Github user eribeiro commented on the issue:

Failed: ZOOKEEPER- PreCommit Build #913

2017-07-31 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/913/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 64.90 MB...] [exec] +0

[jira] [Commented] (ZOOKEEPER-2853) The lastZxidSeen in FileTxnLog.java is never being assigned

2017-07-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16107790#comment-16107790 ] ASF GitHub Bot commented on ZOOKEEPER-2853: --- GitHub user lvfangmin opened a pull request:

[GitHub] zookeeper pull request #322: [ZOOKEEPER-2853] Update lastZxidSeen in FileTxn...

2017-07-31 Thread lvfangmin
GitHub user lvfangmin opened a pull request: https://github.com/apache/zookeeper/pull/322 [ZOOKEEPER-2853] Update lastZxidSeen in FileTxnLog You can merge this pull request into a Git repository by running: $ git pull https://github.com/lvfangmin/zookeeper ZOOKEEPER-2853

Failed: ZOOKEEPER- PreCommit Build #912

2017-07-31 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/912/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 3.17 KB...] [exec] Pull request

[GitHub] zookeeper pull request #321: [ZOOKEEPER-2852] Read snapshotSizeFactor from s...

2017-07-31 Thread lvfangmin
GitHub user lvfangmin opened a pull request: https://github.com/apache/zookeeper/pull/321 [ZOOKEEPER-2852] Read snapshotSizeFactor from system property You can merge this pull request into a Git repository by running: $ git pull https://github.com/lvfangmin/zookeeper

[jira] [Commented] (ZOOKEEPER-2852) Snapshot size factor is not read from system property

2017-07-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16107781#comment-16107781 ] ASF GitHub Bot commented on ZOOKEEPER-2852: --- GitHub user lvfangmin opened a pull request:

[GitHub] zookeeper issue #320: ZOOKEEPER-2614 Port ZOOKEEPER-1576 to branch 3.4

2017-07-31 Thread eribeiro
Github user eribeiro commented on the issue: https://github.com/apache/zookeeper/pull/320 LGTM, that is, on par with the version on `master/branch-3.5`. Wdyt @hanm ? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[jira] [Commented] (ZOOKEEPER-2853) The lastZxidSeen in FileTxnLog.java is never being assigned

2017-07-31 Thread Fangmin Lv (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16107782#comment-16107782 ] Fangmin Lv commented on ZOOKEEPER-2853: --- [~maoling] yes, that's what we're doing, I'll provide a

[jira] [Commented] (ZOOKEEPER-2846) Leader follower sync with on disk txns can possibly leads to data inconsistency

2017-07-31 Thread Fangmin Lv (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16107796#comment-16107796 ] Fangmin Lv commented on ZOOKEEPER-2846: --- There could be txn gap when using diff sync (which

[jira] [Commented] (ZOOKEEPER-2184) Zookeeper Client should re-resolve hosts when connection attempts fail

2017-07-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16107958#comment-16107958 ] ASF GitHub Bot commented on ZOOKEEPER-2184: --- Github user djenriquez commented on the issue:

[GitHub] zookeeper issue #150: ZOOKEEPER-2184: Zookeeper Client should re-resolve hos...

2017-07-31 Thread djenriquez
Github user djenriquez commented on the issue: https://github.com/apache/zookeeper/pull/150 Hi guys, any update for this PR? Many thanks!! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

ZooKeeper_branch34_jdk8 - Build # 1080 - Still Failing

2017-07-31 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch34_jdk8/1080/ ### ## LAST 60 LINES OF THE CONSOLE ### Started by timer [EnvInject] - Loading node environment

ZooKeeper-trunk - Build # 3485 - Still Failing

2017-07-31 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk/3485/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 66.73 MB...] [junit] 2017-07-31 23:31:18,121 [myid:] -

[jira] [Commented] (ZOOKEEPER-2858) Disable reverse DNS lookup for java client

2017-07-31 Thread caixiaofeng (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16108335#comment-16108335 ] caixiaofeng commented on ZOOKEEPER-2858: u can try to use

[jira] [Commented] (ZOOKEEPER-2858) Disable reverse DNS lookup for java client

2017-07-31 Thread caixiaofeng (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16108337#comment-16108337 ] caixiaofeng commented on ZOOKEEPER-2858: can also