[jira] [Commented] (ZOOKEEPER-2355) Ephemeral node is never deleted if follower fails while reading the proposal packet

2017-08-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16112212#comment-16112212 ] ASF GitHub Bot commented on ZOOKEEPER-2355: --- Github user arshadmohammad commented on the

[GitHub] zookeeper issue #304: ZOOKEEPER-2355: Ephemeral node is never deleted if fol...

2017-08-02 Thread arshadmohammad
Github user arshadmohammad commented on the issue: https://github.com/apache/zookeeper/pull/304 LGTM +1 --- 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 this feature enabled and wishes so, or

Failed: ZOOKEEPER- PreCommit Build #918

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

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

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

Failed: ZOOKEEPER- PreCommit Build #919

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

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

2017-08-02 Thread Fangmin Lv (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16112201#comment-16112201 ] Fangmin Lv commented on ZOOKEEPER-2846: --- [~hanm] ZOOKEEPER-2099 is a subset of the issue I

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

2017-08-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16112200#comment-16112200 ] ASF GitHub Bot commented on ZOOKEEPER-1416: --- Github user hanm commented on the issue:

[GitHub] zookeeper issue #136: [ZOOKEEPER-1416] Persistent Recursive Watch

2017-08-02 Thread hanm
Github user hanm commented on the issue: https://github.com/apache/zookeeper/pull/136 This patch requires a rebase. --- 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 this feature enabled and

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

2017-08-02 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2843?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han updated ZOOKEEPER-2843: --- Component/s: server kerberos > auth_to_local should support reading

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

2017-08-02 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2843?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han reassigned ZOOKEEPER-2843: -- Assignee: Lionel Cons > auth_to_local should support reading rules from a file >

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

2017-08-02 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2843?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han updated ZOOKEEPER-2843: --- Affects Version/s: 3.4.10 3.5.3 > auth_to_local should support

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

2017-08-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16112195#comment-16112195 ] ASF GitHub Bot commented on ZOOKEEPER-2843: --- Github user hanm commented on the issue:

[GitHub] zookeeper issue #324: ZOOKEEPER-2843: auth_to_local now supports reading rul...

2017-08-02 Thread hanm
Github user hanm commented on the issue: https://github.com/apache/zookeeper/pull/324 I think we can just make zookeeper.security.auth_to_local a configuration option in zoo.cfg, so it could be loaded either from zoo.cfg (the static configuration file), or read from system property

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

2017-08-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16112188#comment-16112188 ] ASF GitHub Bot commented on ZOOKEEPER-2853: --- Github user hanm commented on a diff in the

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

2017-08-02 Thread hanm
Github user hanm commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/322#discussion_r131053635 --- Diff: src/java/main/org/apache/zookeeper/server/persistence/FileTxnLog.java --- @@ -199,14 +199,16 @@ public synchronized boolean append(TxnHeader hdr,

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

2017-08-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16112181#comment-16112181 ] ASF GitHub Bot commented on ZOOKEEPER-2853: --- Github user lvfangmin commented on a diff in

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

2017-08-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16112183#comment-16112183 ] ASF GitHub Bot commented on ZOOKEEPER-2853: --- Github user lvfangmin commented on a diff in

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

2017-08-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16112182#comment-16112182 ] ASF GitHub Bot commented on ZOOKEEPER-2853: --- Github user lvfangmin commented on a diff in

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

2017-08-02 Thread lvfangmin
Github user lvfangmin commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/322#discussion_r131052814 --- Diff: src/java/main/org/apache/zookeeper/server/persistence/FileTxnLog.java --- @@ -199,14 +199,16 @@ public synchronized boolean append(TxnHeader

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

2017-08-02 Thread lvfangmin
Github user lvfangmin commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/322#discussion_r131052928 --- Diff: src/java/main/org/apache/zookeeper/server/persistence/FileTxnLog.java --- @@ -199,14 +199,16 @@ public synchronized boolean append(TxnHeader

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

2017-08-02 Thread lvfangmin
Github user lvfangmin commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/322#discussion_r131052685 --- Diff: src/java/main/org/apache/zookeeper/server/persistence/FileTxnLog.java --- @@ -118,7 +118,7 @@ fsyncWarningThresholdMS =

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

2017-08-02 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16112177#comment-16112177 ] Michael Han commented on ZOOKEEPER-2846: ZOOKEEPER-2099 sounds similar to this? Also, I am

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

2017-08-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16112171#comment-16112171 ] ASF GitHub Bot commented on ZOOKEEPER-2852: --- Github user hanm commented on a diff in the

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

2017-08-02 Thread hanm
Github user hanm commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/321#discussion_r131051673 --- Diff: src/java/main/org/apache/zookeeper/server/ZKDatabase.java --- @@ -98,6 +98,16 @@ public ZKDatabase(FileTxnSnapLog snapLog) { dataTree

[GitHub] zookeeper issue #325: Fix typos in zookeeperAdmin.html

2017-08-02 Thread hanm
Github user hanm commented on the issue: https://github.com/apache/zookeeper/pull/325 Doc change should be done on doc source file instead of on the html file directly - see my comment here: https://github.com/apache/zookeeper/pull/275#issuecomment-307161978 --- If your project

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

2017-08-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16112145#comment-16112145 ] ASF GitHub Bot commented on ZOOKEEPER-2853: --- Github user hanm commented on a diff in the

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

2017-08-02 Thread hanm
Github user hanm commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/322#discussion_r131049471 --- Diff: src/java/main/org/apache/zookeeper/server/persistence/FileTxnLog.java --- @@ -199,14 +199,16 @@ public synchronized boolean append(TxnHeader hdr,

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

2017-08-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16112143#comment-16112143 ] ASF GitHub Bot commented on ZOOKEEPER-2853: --- Github user hanm commented on a diff in the

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

2017-08-02 Thread hanm
Github user hanm commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/322#discussion_r131049142 --- Diff: src/java/main/org/apache/zookeeper/server/persistence/FileTxnLog.java --- @@ -118,7 +118,7 @@ fsyncWarningThresholdMS =

[jira] [Commented] (ZOOKEEPER-1669) Operations to server will be timed-out while thousands of sessions expired same time

2017-08-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16112142#comment-16112142 ] ASF GitHub Bot commented on ZOOKEEPER-1669: --- Github user hanm commented on a diff in the

[GitHub] zookeeper pull request #312: ZOOKEEPER-1669: Operations to server will be ti...

2017-08-02 Thread hanm
Github user hanm commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/312#discussion_r131049051 --- Diff: src/java/main/org/apache/zookeeper/server/NIOServerCnxn.java --- @@ -1001,25 +1010,14 @@ public String toString() { @Override

Failed: ZOOKEEPER- PreCommit Build #917

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

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

2017-08-02 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk-jdk8/1150/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 63.98 MB...] [junit] java.net.ConnectException:

[GitHub] zookeeper pull request #325: Fix typos in zookeeperAdmin.html

2017-08-02 Thread makubi
GitHub user makubi opened a pull request: https://github.com/apache/zookeeper/pull/325 Fix typos in zookeeperAdmin.html You can merge this pull request into a Git repository by running: $ git pull https://github.com/makubi/zookeeper doc-zookeeperAdmin-typos Alternatively you

ZooKeeper_branch35_jdk7 - Build # 1065 - Still Failing

2017-08-02 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch35_jdk7/1065/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 69.62 MB...] [junit] 2017-08-02 08:48:38,999

Success: ZOOKEEPER- PreCommit Build #916

2017-08-02 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/916/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 34.75 MB...] [exec]

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

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