[jira] [Commented] (ZOOKEEPER-2845) Data inconsistency issue due to retain database in leader election

2017-08-12 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16124813#comment-16124813 ] Michael Han commented on ZOOKEEPER-2845: [~lvfangmin] Any plan to submit your retain db

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

2017-08-12 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16124812#comment-16124812 ] Michael Han commented on ZOOKEEPER-2846: [~lvfangmin] Do you have a plan to upload a patch

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

2017-08-12 Thread hanm
Github user hanm commented on the issue: https://github.com/apache/zookeeper/pull/325 merged to master. In the future, please create a JIRA issue before sending a pull request. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

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

2017-08-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zookeeper/pull/325 --- 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 if the feature is

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

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

[GitHub] zookeeper issue #319: ZOOKEEPER-2859: Fix CMake build on OS X.

2017-08-12 Thread hanm
Github user hanm commented on the issue: https://github.com/apache/zookeeper/pull/319 The precommit job failured was fixed separately, and irrelevant to this patch. LGTM, merged to master: https://github.com/apache/zookeeper/commit/5bcffe9bc242d825ad97ff4f9d2dea6476983a9a

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

2017-08-12 Thread Michael Han (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Han resolved ZOOKEEPER-2859. Resolution: Fixed Fix Version/s: 3.5.4 3.6.0

[GitHub] zookeeper pull request #319: ZOOKEEPER-2859: Fix CMake build on OS X.

2017-08-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zookeeper/pull/319 --- 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 if the feature is

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

2017-08-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-2859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16124806#comment-16124806 ] ASF GitHub Bot commented on ZOOKEEPER-2859: --- Github user asfgit closed the pull request at:

[jira] [Commented] (ZOOKEEPER-2872) Interrupted snapshot sync causes data loss

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

[jira] [Commented] (ZOOKEEPER-2872) Interrupted snapshot sync causes data loss

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

[GitHub] zookeeper pull request #333: ZOOKEEPER-2872: Interrupted snapshot sync cause...

2017-08-12 Thread hanm
Github user hanm commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/333#discussion_r132832602 --- Diff: src/java/main/org/apache/zookeeper/server/quorum/Learner.java --- @@ -364,6 +364,7 @@ protected void syncWithLeader(long newLeaderZxid) throws

[GitHub] zookeeper pull request #333: ZOOKEEPER-2872: Interrupted snapshot sync cause...

2017-08-12 Thread hanm
Github user hanm commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/333#discussion_r132832594 --- Diff: src/java/main/org/apache/zookeeper/server/quorum/Learner.java --- @@ -364,6 +364,7 @@ protected void syncWithLeader(long newLeaderZxid) throws

[GitHub] zookeeper issue #333: ZOOKEEPER-2872: Interrupted snapshot sync causes data ...

2017-08-12 Thread hanm
Github user hanm commented on the issue: https://github.com/apache/zookeeper/pull/333 I am now wondering why we should not fsync snapshot taking at all cases. It seems to be a useful property to have for snapshot serialization, and will make code simpler. Any performance

[jira] [Commented] (ZOOKEEPER-2872) Interrupted snapshot sync causes data loss

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

[jira] [Commented] (ZOOKEEPER-2836) QuorumCnxManager.Listener Thread Better handling of SocketTimeoutException

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

[GitHub] zookeeper pull request #334: ZOOKEEPER-2836 SocketTimeoutException

2017-08-12 Thread maoling
Github user maoling commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/334#discussion_r132820615 --- Diff: src/java/main/org/apache/zookeeper/server/quorum/QuorumCnxManager.java --- @@ -647,11 +648,11 @@ public void run() {

ZooKeeper_branch35_jdk8 - Build # 632 - Failure

2017-08-12 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch35_jdk8/632/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 70.33 MB...] [junit] 2017-08-12 12:17:39,362

ZooKeeper-trunk-jdk8 - Build # 1160 - Failure

2017-08-12 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper-trunk-jdk8/1160/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 62.35 MB...] [junit] 2017-08-12 11:58:43,452

ZooKeeper_branch35_openjdk7 - Build # 631 - Still Failing

2017-08-12 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch35_openjdk7/631/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 165.77 MB...] [junit] 2017-08-12

ZooKeeper_branch35_jdk7 - Build # 1073 - Still Failing

2017-08-12 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch35_jdk7/1073/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 64.81 MB...] [junit] 2017-08-12 08:52:01,198