[GitHub] zookeeper issue #605: [ZOOKEEPER-3125] Fixing pzxid consistent issue when re...

2018-09-28 Thread lvfangmin
Github user lvfangmin commented on the issue: https://github.com/apache/zookeeper/pull/605 That seems reasonable to me, I'll provide a separate PR for improving the connection loss thing in ZOOKEEPER-3157. ---

[GitHub] zookeeper issue #605: [ZOOKEEPER-3125] Fixing pzxid consistent issue when re...

2018-09-28 Thread anmolnar
Github user anmolnar commented on the issue: https://github.com/apache/zookeeper/pull/605 +1 for @hanm 's concern. Auto-retrying tests wouldn't be good here. ---

[GitHub] zookeeper issue #605: [ZOOKEEPER-3125] Fixing pzxid consistent issue when re...

2018-09-28 Thread hanm
Github user hanm commented on the issue: https://github.com/apache/zookeeper/pull/605 >> since it's actually 'hiding' the flaky tests This is my main concern. If we do this to all test cases, it's very likely there will be no follow ups or investigations on the flaky tests

[GitHub] zookeeper issue #605: [ZOOKEEPER-3125] Fixing pzxid consistent issue when re...

2018-09-28 Thread lvfangmin
Github user lvfangmin commented on the issue: https://github.com/apache/zookeeper/pull/605 @anmolnar thanks for the context, I'll provide a separate patch for 3.5 as well. Also I created a JIRA to improve the test: ZOOKEEPER-3157. As I mentioned in that JIRA,

[GitHub] zookeeper issue #605: [ZOOKEEPER-3125] Fixing pzxid consistent issue when re...

2018-09-22 Thread anmolnar
Github user anmolnar commented on the issue: https://github.com/apache/zookeeper/pull/605 Ooops, sorry @hanm , you're a little bit late, this one is already committed. Would you or @lvfangmin mind creating a separate Jira for the flaky test fix? ---

[GitHub] zookeeper issue #605: [ZOOKEEPER-3125] Fixing pzxid consistent issue when re...

2018-09-20 Thread anmolnar
Github user anmolnar commented on the issue: https://github.com/apache/zookeeper/pull/605 @lvfangmin Errm. I would be happy to do that, but not sure how to. The merge script is able to cherrry-pick in the middle of the process, but I cannot start it over without a pull request.

[GitHub] zookeeper issue #605: [ZOOKEEPER-3125] Fixing pzxid consistent issue when re...

2018-09-19 Thread lvfangmin
Github user lvfangmin commented on the issue: https://github.com/apache/zookeeper/pull/605 @anmolnar after #631 being merged into 3.5, this patch can be cherry-picked back to 3.5 without conflict, can you help cherry-pick it back? ---

[GitHub] zookeeper issue #605: [ZOOKEEPER-3125] Fixing pzxid consistent issue when re...

2018-09-18 Thread lvfangmin
Github user lvfangmin commented on the issue: https://github.com/apache/zookeeper/pull/605 @anmolnar I created a PR to port ZOOKEEPER-3127 to 3.5: #631, I'll port ZOOKEEPER-3125 back after that, because 3125 is depending on 3127. ---

[GitHub] zookeeper issue #605: [ZOOKEEPER-3125] Fixing pzxid consistent issue when re...

2018-09-17 Thread lvfangmin
Github user lvfangmin commented on the issue: https://github.com/apache/zookeeper/pull/605 @anmolnar, sorry, just saw your comment, I'll send out a PR for 3.5 today. ---

[GitHub] zookeeper issue #605: [ZOOKEEPER-3125] Fixing pzxid consistent issue when re...

2018-09-12 Thread anmolnar
Github user anmolnar commented on the issue: https://github.com/apache/zookeeper/pull/605 @lvfangmin Cool, thanks for the info, but unfortunately the commit script is quite strict and works with PRs. Maybe I could circumvent the process and commit the change manually, but I think it

[GitHub] zookeeper issue #605: [ZOOKEEPER-3125] Fixing pzxid consistent issue when re...

2018-09-12 Thread lvfangmin
Github user lvfangmin commented on the issue: https://github.com/apache/zookeeper/pull/605 @anmolnar the conflict is due to the missing of FuzzySnapshotRelatedTest class introduced in ZOOKEEPER-3127, which is fixing the data inconsistency due to multi-op txn. We need that in

[GitHub] zookeeper issue #605: [ZOOKEEPER-3125] Fixing pzxid consistent issue when re...

2018-09-12 Thread lvfangmin
Github user lvfangmin commented on the issue: https://github.com/apache/zookeeper/pull/605 Thanks @anmolnar, will create a PR for 3.5. ---

[GitHub] zookeeper issue #605: [ZOOKEEPER-3125] Fixing pzxid consistent issue when re...

2018-09-12 Thread anmolnar
Github user anmolnar commented on the issue: https://github.com/apache/zookeeper/pull/605 @lvfangmin Committed to master. Conflicting with branch-3.5, please create separate pull request for that. ---

[GitHub] zookeeper issue #605: [ZOOKEEPER-3125] Fixing pzxid consistent issue when re...

2018-09-11 Thread lvfangmin
Github user lvfangmin commented on the issue: https://github.com/apache/zookeeper/pull/605 Just reported another pzxid inconsistent issue related to CloseSession, I found that issue recently, will wait this being merged before providing that patch, which will make adding the unit

[GitHub] zookeeper issue #605: [ZOOKEEPER-3125] Fixing pzxid consistent issue when re...

2018-09-11 Thread lvfangmin
Github user lvfangmin commented on the issue: https://github.com/apache/zookeeper/pull/605 Just found there is conflict to merge, I'm updating it now. Btw, I just found 2 other potential data inconsistent issues about multi-op and ephemeral, will create Jiras and send out

[GitHub] zookeeper issue #605: [ZOOKEEPER-3125] Fixing pzxid consistent issue when re...

2018-09-11 Thread lvfangmin
Github user lvfangmin commented on the issue: https://github.com/apache/zookeeper/pull/605 This could cause watch event not notified when setWatches because of stale pzxid, and all the tests have been passed, I think we should land this and port it back to other branches as early as