[jira] [Updated] (ZOOKEEPER-3207) WatchManager being copied over twice when doing maven migration

2018-12-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated ZOOKEEPER-3207: -- Labels: pull-request-available (was: ) > WatchManager being copied over twice

[jira] [Updated] (ZOOKEEPER-3207) Watch related code being copied over twice when doing maven migration

2018-12-04 Thread Fangmin Lv (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fangmin Lv updated ZOOKEEPER-3207: -- Summary: Watch related code being copied over twice when doing maven migration (was:

[jira] [Updated] (ZOOKEEPER-3207) Watch related code being copied over twice when doing maven migration

2018-12-04 Thread Fangmin Lv (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-3207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fangmin Lv updated ZOOKEEPER-3207: -- Description: File like WatchManager.java and WatchesPathReport.java exist in both

[GitHub] zookeeper pull request #729: [ZOOKEEPER-3207] Removing the unexpected WatchM...

2018-12-04 Thread lvfangmin
GitHub user lvfangmin opened a pull request: https://github.com/apache/zookeeper/pull/729 [ZOOKEEPER-3207] Removing the unexpected WatchManager.java introduced by mistake during maven migration You can merge this pull request into a Git repository by running: $ git pull

[jira] [Created] (ZOOKEEPER-3207) WatchManager being copied over twice when doing maven migration

2018-12-04 Thread Fangmin Lv (JIRA)
Fangmin Lv created ZOOKEEPER-3207: - Summary: WatchManager being copied over twice when doing maven migration Key: ZOOKEEPER-3207 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3207 Project:

[GitHub] zookeeper pull request #684: ZOOKEEPER-3180: Add response cache to improve t...

2018-12-04 Thread lvfangmin
Github user lvfangmin commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/684#discussion_r238787735 --- Diff: zookeeper-server/src/main/java/org/apache/zookeeper/server/DumbWatcher.java --- @@ -69,7 +69,7 @@ public void sendCloseSession() { }

[GitHub] zookeeper pull request #684: ZOOKEEPER-3180: Add response cache to improve t...

2018-12-04 Thread lvfangmin
Github user lvfangmin commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/684#discussion_r238786172 --- Diff: zookeeper-server/src/main/java/org/apache/zookeeper/server/NIOServerCnxn.java --- @@ -151,12 +148,17 @@ void sendBufferSync(ByteBuffer bb) {

[GitHub] zookeeper pull request #684: ZOOKEEPER-3180: Add response cache to improve t...

2018-12-04 Thread lvfangmin
Github user lvfangmin commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/684#discussion_r238794022 --- Diff: zookeeper-server/src/main/java/org/apache/zookeeper/server/ResponseCache.java --- @@ -0,0 +1,84 @@ +/** + * Licensed to the Apache

[GitHub] zookeeper pull request #684: ZOOKEEPER-3180: Add response cache to improve t...

2018-12-04 Thread lvfangmin
Github user lvfangmin commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/684#discussion_r238788593 --- Diff: zookeeper-server/src/main/java/org/apache/zookeeper/server/ResponseCache.java --- @@ -0,0 +1,84 @@ +/** + * Licensed to the Apache

[GitHub] zookeeper pull request #684: ZOOKEEPER-3180: Add response cache to improve t...

2018-12-04 Thread lvfangmin
Github user lvfangmin commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/684#discussion_r238788174 --- Diff: zookeeper-server/src/main/java/org/apache/zookeeper/server/NIOServerCnxn.java --- @@ -235,10 +237,12 @@ void handleWrite(SelectionKey k)

[GitHub] zookeeper pull request #684: ZOOKEEPER-3180: Add response cache to improve t...

2018-12-04 Thread lvfangmin
Github user lvfangmin commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/684#discussion_r238790553 --- Diff: zookeeper-server/src/main/java/org/apache/zookeeper/server/ResponseCache.java --- @@ -0,0 +1,84 @@ +/** + * Licensed to the Apache

[GitHub] zookeeper pull request #684: ZOOKEEPER-3180: Add response cache to improve t...

2018-12-04 Thread lvfangmin
Github user lvfangmin commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/684#discussion_r238789004 --- Diff: zookeeper-server/src/main/java/org/apache/zookeeper/server/ResponseCache.java --- @@ -0,0 +1,84 @@ +/** + * Licensed to the Apache

[GitHub] zookeeper issue #703: [ZOOKEEPER-1818] Correctly handle potential inconsiste...

2018-12-04 Thread lvfangmin
Github user lvfangmin commented on the issue: https://github.com/apache/zookeeper/pull/703 @hanm is the latest change looking good to you? ---

[GitHub] zookeeper pull request #703: [ZOOKEEPER-1818] Correctly handle potential inc...

2018-12-04 Thread lvfangmin
Github user lvfangmin commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/703#discussion_r238742520 --- Diff: zookeeper-server/src/test/java/org/apache/zookeeper/server/quorum/FLEOutOfElectionTest.java --- @@ -0,0 +1,136 @@ +/** + * Licensed

[GitHub] zookeeper issue #715: Rollup of blocker/critical fixes for 3.5 (to trigger C...

2018-12-04 Thread mkedwards
Github user mkedwards commented on the issue: https://github.com/apache/zookeeper/pull/715 This is the branch where my colleague Eric Schwartz and I are trying to get to a "zero flaky tests" standard. (It started as the branch where I worked on ZOOKEEPER-2778, and grew from

[GitHub] zookeeper issue #715: Rollup of blocker/critical fixes for 3.5 (to trigger C...

2018-12-04 Thread nkalmar
Github user nkalmar commented on the issue: https://github.com/apache/zookeeper/pull/715 I'm not sure what this is. Do you have a corresponding jira? ---