[jira] [Created] (ZOOKEEPER-4859) C client tests hang to be cancelled quite often

2024-09-10 Thread Kezhu Wang (Jira)
Kezhu Wang created ZOOKEEPER-4859: - Summary: C client tests hang to be cancelled quite often Key: ZOOKEEPER-4859 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4859 Project: ZooKeeper

[jira] [Created] (ZOOKEEPER-4853) erroneous assertion in ZooKeeperQuotaTest#testQuota

2024-08-25 Thread Kezhu Wang (Jira)
Kezhu Wang created ZOOKEEPER-4853: - Summary: erroneous assertion in ZooKeeperQuotaTest#testQuota Key: ZOOKEEPER-4853 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4853 Project: ZooKeeper

Re: [ANNOUNCE] New ZooKeeper committer: Kezhu Wang (@kezhuw)

2024-08-11 Thread Kezhu Wang
Thank you all for your support! I enjoyed being part of the community and hope for further collaboration. Best, Kezhu Wang On Sat, Aug 3, 2024 at 3:28 AM Szalay-Bekő Máté wrote: > > Congratulations!! > > Máté > > On Fri, Aug 2, 2024, 8:45 PM Andor Molnar wrote: >

[jira] [Created] (ZOOKEEPER-4848) Possible stack overflow in setup_random

2024-08-06 Thread Kezhu Wang (Jira)
Kezhu Wang created ZOOKEEPER-4848: - Summary: Possible stack overflow in setup_random Key: ZOOKEEPER-4848 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4848 Project: ZooKeeper Issue

[jira] [Created] (ZOOKEEPER-4833) Bring back ARM64 to Github Actions using macos-latest

2024-05-22 Thread Kezhu Wang (Jira)
Kezhu Wang created ZOOKEEPER-4833: - Summary: Bring back ARM64 to Github Actions using macos-latest Key: ZOOKEEPER-4833 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4833 Project: ZooKeeper

[jira] [Created] (ZOOKEEPER-4821) ConnectRequest got NOTREADONLY ReplyHeader

2024-03-28 Thread Kezhu Wang (Jira)
Kezhu Wang created ZOOKEEPER-4821: - Summary: ConnectRequest got NOTREADONLY ReplyHeader Key: ZOOKEEPER-4821 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4821 Project: ZooKeeper Issue

[jira] [Created] (ZOOKEEPER-4819) Can't seek for writable tls server if connected to readonly server

2024-03-26 Thread Kezhu Wang (Jira)
Kezhu Wang created ZOOKEEPER-4819: - Summary: Can't seek for writable tls server if connected to readonly server Key: ZOOKEEPER-4819 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4819 Pr

Re: [DISCUSS] Is it better for individual OpCode.check to get UNIMPLEMENTED

2024-01-09 Thread Kezhu Wang
Hi tison, Yes, it should be as simple as you pointed out. I have open pr-2104[1] and pr-2105[2] for this. [1]: https://github.com/apache/zookeeper/pull/2104 [2]: https://github.com/apache/zookeeper/pull/2105 Best, Kezhu Wang On Fri, Nov 10, 2023 at 8:27 PM Zili Chen wrote: > > Hi

[DISCUSS] Is it better for individual OpCode.check to get UNIMPLEMENTED

2023-10-16 Thread Kezhu Wang
Hi devs, It is a long time issue that OpCode.check can cause client disconnection and server unusable or even database corruption. It has been reported twice in ZOOKEEPER-2623[1] and ZOOKEEPER-4680[2]. Both are reported by third-party client authors. I opened pr-1988[3](merged now) to make OpCode

[DISCUSS] ZOOKEEPER-1675: Make sync a quorum operation

2023-10-01 Thread Kezhu Wang
Hi devs, I presented pr-2069[1] for ZOOKEEPER-1675[2] to make sync behave like a quorum operation. I believed that there was consensus once before in reading mailing threads[3][4] and ZOOKEEPER-2136[5]. But there are still concerns in reviewing, so raise it once again to reach consensus on directi

[jira] [Created] (ZOOKEEPER-4750) RequestPathMetricsCollector does not align with FinalRequestProcessor

2023-09-30 Thread Kezhu Wang (Jira)
Kezhu Wang created ZOOKEEPER-4750: - Summary: RequestPathMetricsCollector does not align with FinalRequestProcessor Key: ZOOKEEPER-4750 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4750

[jira] [Created] (ZOOKEEPER-4749) Request timeout is not respected for asynchronous api

2023-09-27 Thread Kezhu Wang (Jira)
Kezhu Wang created ZOOKEEPER-4749: - Summary: Request timeout is not respected for asynchronous api Key: ZOOKEEPER-4749 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4749 Project: ZooKeeper

[jira] [Created] (ZOOKEEPER-4747) Java api lacks synchronous version of sync() call

2023-09-24 Thread Kezhu Wang (Jira)
Kezhu Wang created ZOOKEEPER-4747: - Summary: Java api lacks synchronous version of sync() call Key: ZOOKEEPER-4747 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4747 Project: ZooKeeper

[jira] [Created] (ZOOKEEPER-4746) cppunit tests hang and cancelled

2023-09-20 Thread Kezhu Wang (Jira)
Kezhu Wang created ZOOKEEPER-4746: - Summary: cppunit tests hang and cancelled Key: ZOOKEEPER-4746 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4746 Project: ZooKeeper Issue Type

[jira] [Created] (ZOOKEEPER-4745) End to End tests fail occasionally

2023-09-20 Thread Kezhu Wang (Jira)
Kezhu Wang created ZOOKEEPER-4745: - Summary: End to End tests fail occasionally Key: ZOOKEEPER-4745 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4745 Project: ZooKeeper Issue Type

Re: Jump from -2 to 0 when zookeeper increments znode dataVersion

2023-09-16 Thread Kezhu Wang
/zookeeper-server/src/main/java/org/apache/zookeeper/ZooKeeper.java#L2186 [3]: https://zookeeper.apache.org/doc/r3.9.0/zookeeperProgrammers.html#Sequence+Nodes+--+Unique+Naming [4]: https://zookeeper.apache.org/doc/r3.9.0/zookeeperProgrammers.html#sc_timeInZk Best, Kezhu Wang On Fri, Sep 15, 2023 a

[jira] [Created] (ZOOKEEPER-4742) Config watch path get truncated abnormally for chroot "/zoo" or alikes

2023-09-15 Thread Kezhu Wang (Jira)
Kezhu Wang created ZOOKEEPER-4742: - Summary: Config watch path get truncated abnormally for chroot "/zoo" or alikes Key: ZOOKEEPER-4742 URL: https://issues.apache.org/jira/browse/ZOOK

Re: [PROPOSAL] Timeout to expire session in client side to avoid endless connection loss

2023-09-01 Thread Kezhu Wang
ache/zookeeper/pull/2001/files#diff-e19fc4f18a3bb65b0ecf90d98d01cb2d7705afffc0249d7e3a6f8c2655cfd702R32 [4]: https://github.com/apache/zookeeper/pull/1847#pullrequestreview-1433893017 Best, Kezhu Wang On Fri, Sep 1, 2023 at 4:53 PM tison wrote: > > IIUC the major issue here is what will happen if

[PROPOSAL] Timeout to expire session in client side to avoid endless connection loss

2023-09-01 Thread Kezhu Wang
https://issues.apache.org/jira/browse/ZOOKEEPER-4508 [4]: https://issues.apache.org/jira/browse/ZOOKEEPER-4692 [5]: https://github.com/apache/zookeeper/pull/2058 Best, Kezhu Wang

Re: Current master branch is broker

2023-06-16 Thread Kezhu Wang
Thank you Andor for managing this! Best, Kezhu Wang On Fri, Jun 16, 2023 at 10:01 PM Andor Molnar wrote: > > Fix submitted. > > > On Fri, 2023-06-16 at 14:07 +0200, Andor Molnar wrote: > > Yeah, sorry, I've submitted the patch which broke the build. My first

Re: Current master branch is broker

2023-06-16 Thread Kezhu Wang
Hi Enrico, I presented a fix https://github.com/apache/zookeeper/pull/2012. On Fri, Jun 16, 2023 at 6:47 PM Enrico Olivelli wrote: > > Hello ZooKeepers, > > Current master branch is broken, see the errors below. > > Maybe we committed patches and there were some unexpected conflicts > undetected

Re: Name of sequence node is not unique

2023-06-15 Thread Kezhu Wang
nce+Nodes+--+Unique+Naming [4]: https://issues.apache.org/jira/browse/ZOOKEEPER-4332 [5]: https://bookkeeper.apache.org/docs/getting-started/concepts/#hierarchical-ledger-manager [6]: https://issues.apache.org/jira/browse/ZOOKEEPER-102 Kezhu Wang On Fri, Jun 16, 2023 at 11:33 AM Josef Roehrl

Re: Volounteers for releases ?

2023-06-10 Thread Kezhu Wang
72 [3]: https://lists.apache.org/thread/m7gxcffsnjy2lm8g52nssfxb6t800o3r Best, Kezhu Wang Best, Kezhu Wang On Fri, Jun 9, 2023 at 6:17 PM Andor Molnar wrote: > Hi Enrico, > > I can take the master cut next week, but let me put together an email > about a TLS topic first. I'd li

Review request for ZOOKEEPER-4471 and ZOOKEEPER-4472

2023-06-10 Thread Kezhu Wang
ff494e/src/session/watch.rs#L341-L366 [9]: https://github.com/kezhuw/zookeeper-client-rust Best, Kezhu Wang

[jira] [Created] (ZOOKEEPER-4704) Flaky test: ReconfigRollingRestartCompatibilityTest.testRollingRestartWithExtendedMembershipConfig

2023-06-10 Thread Kezhu Wang (Jira)
Kezhu Wang created ZOOKEEPER-4704: - Summary: Flaky test: ReconfigRollingRestartCompatibilityTest.testRollingRestartWithExtendedMembershipConfig Key: ZOOKEEPER-4704 URL: https://issues.apache.org/jira/browse

[jira] [Created] (ZOOKEEPER-4702) State change events during close is indeterminate

2023-06-01 Thread Kezhu Wang (Jira)
Kezhu Wang created ZOOKEEPER-4702: - Summary: State change events during close is indeterminate Key: ZOOKEEPER-4702 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4702 Project: ZooKeeper

[jira] [Created] (ZOOKEEPER-4698) Persistent watch events lost after reconnection

2023-05-22 Thread Kezhu Wang (Jira)
Kezhu Wang created ZOOKEEPER-4698: - Summary: Persistent watch events lost after reconnection Key: ZOOKEEPER-4698 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4698 Project: ZooKeeper

[jira] [Created] (ZOOKEEPER-4697) Add Builder to construct ZooKeeper and possible descendants

2023-05-19 Thread Kezhu Wang (Jira)
Kezhu Wang created ZOOKEEPER-4697: - Summary: Add Builder to construct ZooKeeper and possible descendants Key: ZOOKEEPER-4697 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4697 Project

[jira] [Created] (ZOOKEEPER-4695) Forbid multiple mutations of one key in multi

2023-05-16 Thread Kezhu Wang (Jira)
Kezhu Wang created ZOOKEEPER-4695: - Summary: Forbid multiple mutations of one key in multi Key: ZOOKEEPER-4695 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4695 Project: ZooKeeper

Re: Call for reviews for ZOOKEEPER-4475 and ZOOKEEPER-4466

2023-05-09 Thread Kezhu Wang
m the mailing list after 14 hours. Sorry for being boring if you got two copies. Best, Kezhu Wang On Tue, May 9, 2023 at 12:01 AM Kezhu Wang wrote: > > Hi, > > Now, both ZOOKEEPER-4475[1] and ZOOKEEPER-44662[2] are merged. Thank > you Enrico and tison for reviewing. > > I have mo

Re: Call for reviews for ZOOKEEPER-4475 and ZOOKEEPER-4466

2023-05-09 Thread Kezhu Wang
]: https://issues.apache.org/jira/browse/ZOOKEEPER-4466 [3]: https://issues.apache.org/jira/browse/ZOOKEEPER-4471 [4]: https://issues.apache.org/jira/browse/ZOOKEEPER-4472 [5]: https://github.com/apache/zookeeper/pull/1998 Best, Kezhu Wang On Mon, Feb 27, 2023 at 9:19 PM Kezhu Wang wrote: > &

Re: What path getConfig watchers should receive from ZooKeeper with chroot “/zookeeper/config” ?

2023-04-19 Thread Kezhu Wang
c/zookeeper-server/src/main/java/org/apache/zookeeper/ClientCnxn.java#L858-L869 [7]: https://github.com/kezhuw/zookeeper/tree/ZOOKEEPER-4601-get-config-watcher-path-testcase [8]: https://github.com/kezhuw/zookeeper/tree/ZOOKEEPER-4601-get-config-watcher-path-testcase-3.8.0 Best, Kezhu Wang On Su

Re: What path getConfig watchers should receive from ZooKeeper with chroot “/zookeeper/config” ?

2023-04-03 Thread Kezhu Wang
]: https://issues.apache.org/jira/browse/CURATOR-666 [2]: https://issues.apache.org/jira/browse/ZOOKEEPER-4565 [3]: https://issues.apache.org/jira/browse/ZOOKEEPER-4601 On Wed, Jul 27, 2022 at 8:35 PM Kezhu Wang wrote: > Hi Devs, > > Before ZOOKEEPER-4565[1], `ClientCnxn` uses followin

[jira] [Created] (ZOOKEEPER-4680) OpCode.check is treated as a quorum write operation white it is not

2023-03-06 Thread Kezhu Wang (Jira)
Kezhu Wang created ZOOKEEPER-4680: - Summary: OpCode.check is treated as a quorum write operation white it is not Key: ZOOKEEPER-4680 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4680 Project

Re: Call for reviews for ZOOKEEPER-4475 and ZOOKEEPER-4466

2023-02-27 Thread Kezhu Wang
ER-4466 [4]: https://github.com/apache/zookeeper/pull/1859 Best, Kezhu Wang On Sat, Dec 24, 2022 at 8:33 PM Enrico Olivelli wrote: > Kezhu, > Sorry for late reply. > We should definitely move forward with this work > > > Enrico > > Il Lun 17 Ott 2022, 16:27 Kezhu Wang ha

[jira] [Created] (ZOOKEEPER-4670) Export ZooKeeper server from QuorumPeerMain, ZooKeeperServerMain and ZooKeeperServerEmbedded

2023-02-05 Thread Kezhu Wang (Jira)
Kezhu Wang created ZOOKEEPER-4670: - Summary: Export ZooKeeper server from QuorumPeerMain, ZooKeeperServerMain and ZooKeeperServerEmbedded Key: ZOOKEEPER-4670 URL: https://issues.apache.org/jira/browse/ZOOKEEPER

[jira] [Created] (ZOOKEEPER-4667) DataTree.processTxn ignores `OpCode.create2` in `OpCode.multi`

2023-01-28 Thread Kezhu Wang (Jira)
Kezhu Wang created ZOOKEEPER-4667: - Summary: DataTree.processTxn ignores `OpCode.create2` in `OpCode.multi` Key: ZOOKEEPER-4667 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4667 Project

[jira] [Created] (ZOOKEEPER-4625) No reliable way to remove watch without interfering others on same paths

2022-10-19 Thread Kezhu Wang (Jira)
Kezhu Wang created ZOOKEEPER-4625: - Summary: No reliable way to remove watch without interfering others on same paths Key: ZOOKEEPER-4625 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4625

Re: Call for reviews for ZOOKEEPER-4475 and ZOOKEEPER-4466

2022-10-17 Thread Kezhu Wang
Ping. Best, Kezhu Wang On July 1, 2022 at 11:38:16, Kezhu Wang (kez...@gmail.com) wrote: Hi tison, Thank you for reviewing. pr#1859 tries to support standard watches and persistent watches on same paths. It has no code conflicts with pr#1820, but test requirement on pr#1820. Assumes that: 1

Re: New releases page: endoflife.date

2022-07-27 Thread Kezhu Wang
Hi Andor, Nice work. The anchor text and links for 3.6, 3.7 and 3.8 are wrong. I guess {{build}} does not contribute to the final version. Best, Kezhu On Wed, Jul 27, 2022 at 6:34 PM Andor Molnar wrote: > Hi ZK folks, > > I'm lettig you know that I've added ZooKeeper to this page: > > https:/

What path getConfig watchers should receive from ZooKeeper with chroot “/zookeeper/config” ?

2022-07-27 Thread Kezhu Wang
efault one or not) to receive path "/zookeeper/config". But, obviously, such change is a breaking change in behavior(though might not be by design) of public API. @eolivelli mentioned that such a change needs a mailing list decision, so I post it here for discussion in addition to ZOOKEEPER-4601[2]. Any thoughts ? [1]: https://issues.apache.org/jira/browse/ZOOKEEPER-4565 [2]: https://issues.apache.org/jira/browse/ZOOKEEPER-4601 Best, Kezhu Wang

[jira] [Created] (ZOOKEEPER-4601) Define getConfig Watcher behavior in chroot ZooKeeper

2022-07-26 Thread Kezhu Wang (Jira)
Kezhu Wang created ZOOKEEPER-4601: - Summary: Define getConfig Watcher behavior in chroot ZooKeeper Key: ZOOKEEPER-4601 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4601 Project: ZooKeeper

[jira] [Created] (ZOOKEEPER-4569) Xid out of caused by early return from eager acl check

2022-07-08 Thread Kezhu Wang (Jira)
Kezhu Wang created ZOOKEEPER-4569: - Summary: Xid out of caused by early return from eager acl check Key: ZOOKEEPER-4569 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4569 Project: ZooKeeper

Re: Call for reviews for ZOOKEEPER-4475 and ZOOKEEPER-4466

2022-06-30 Thread Kezhu Wang
rowse/ZOOKEEPER-4471 [2]: https://issues.apache.org/jira/browse/ZOOKEEPER-4472 Best, Kezhu Wang On June 29, 2022 at 17:19:37, tison (wander4...@gmail.com) wrote: Thanks for your contribution Kezhu! I've reviewed PR-1820. It looks good to me. PR-1859 seems a followup of 1820, will review 1859 afte

Call for reviews for ZOOKEEPER-4475 and ZOOKEEPER-4466

2022-06-28 Thread Kezhu Wang
more reviewers to make sure pr#1859 goes in the right direction and breaks no sensible codes. It would be appreciated if any reviewers could take a look at these prs. Best, Kezhu Wang [1]: https://issues.apache.org/jira/browse/ZOOKEEPER-4475 [2]: https://github.com/apache/zookeeper/pull/1820 [3

Re: Can the leader of a Zookeeper be specifically selected at startup?

2022-06-19 Thread Kezhu Wang
uorum. node-2 is the leader in whole progress. [1]: https://zookeeper.apache.org/doc/current/zookeeperReconfig.html [2]: https://github.com/apache/zookeeper/blob/b4f9aab099880ba8ef08eaff697debe6cdeae057/zookeeper-server/src/main/java/org/apache/zookeeper/server/quorum/Leader.java#L950 Best, Kezhu Wan

[jira] [Created] (ZOOKEEPER-4548) Negative ZooKeeperServer#getInProcess

2022-05-24 Thread Kezhu Wang (Jira)
Kezhu Wang created ZOOKEEPER-4548: - Summary: Negative ZooKeeperServer#getInProcess Key: ZOOKEEPER-4548 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4548 Project: ZooKeeper Issue Type

[jira] [Created] (ZOOKEEPER-4512) Flaky test: QuorumPeerMainTest#testLeaderOutOfView

2022-04-05 Thread Kezhu Wang (Jira)
Kezhu Wang created ZOOKEEPER-4512: - Summary: Flaky test: QuorumPeerMainTest#testLeaderOutOfView Key: ZOOKEEPER-4512 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4512 Project: ZooKeeper

[jira] [Created] (ZOOKEEPER-4511) Flaky test: FileTxnSnapLogMetricsTest.testFileTxnSnapLogMetrics

2022-04-05 Thread Kezhu Wang (Jira)
Kezhu Wang created ZOOKEEPER-4511: - Summary: Flaky test: FileTxnSnapLogMetricsTest.testFileTxnSnapLogMetrics Key: ZOOKEEPER-4511 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4511 Project

[jira] [Created] (ZOOKEEPER-4508) ZooKeeper client run to endless loop in ClientCnxn.SendThread.run if all server down

2022-04-01 Thread Kezhu Wang (Jira)
Kezhu Wang created ZOOKEEPER-4508: - Summary: ZooKeeper client run to endless loop in ClientCnxn.SendThread.run if all server down Key: ZOOKEEPER-4508 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4508

[jira] [Created] (ZOOKEEPER-4475) Persistent recursive watcher got NodeChildrenChanged event

2022-02-22 Thread Kezhu Wang (Jira)
Kezhu Wang created ZOOKEEPER-4475: - Summary: Persistent recursive watcher got NodeChildrenChanged event Key: ZOOKEEPER-4475 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4475 Project: ZooKeeper

[jira] [Created] (ZOOKEEPER-4474) ZooDefs.opNames is unused

2022-02-21 Thread Kezhu Wang (Jira)
Kezhu Wang created ZOOKEEPER-4474: - Summary: ZooDefs.opNames is unused Key: ZOOKEEPER-4474 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4474 Project: ZooKeeper Issue Type

[jira] [Created] (ZOOKEEPER-4472) Support persistent watchers removing individually

2022-02-20 Thread Kezhu Wang (Jira)
Kezhu Wang created ZOOKEEPER-4472: - Summary: Support persistent watchers removing individually Key: ZOOKEEPER-4472 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4472 Project: ZooKeeper

[jira] [Created] (ZOOKEEPER-4471) Remove WatcherType.Children break persistent watcher's child events

2022-02-20 Thread Kezhu Wang (Jira)
Kezhu Wang created ZOOKEEPER-4471: - Summary: Remove WatcherType.Children break persistent watcher's child events Key: ZOOKEEPER-4471 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4471 Pr

Re: Jira permission request

2022-02-20 Thread Kezhu Wang
Hi Enrico, I will ping you at jira for issue assignment and discussion. Thanks. Best, Kezhu Wang On Mon, Feb 21, 2022 at 2:54 AM Enrico Olivelli wrote: > Hello Kezhu, > Welcome to the project! > > > In this project we are used to grant jira permissions only to committers. >

Jira permission request

2022-02-20 Thread Kezhu Wang
Hi devs, I want to contribute to ZooKeeper. Could anyone here give me jira tickets permission ? My jira id is: kezhuw Thanks! Best, Kezhu Wang

[jira] [Created] (ZOOKEEPER-4467) Missing op code (addWatch) in Request.op2String

2022-02-10 Thread Kezhu Wang (Jira)
Kezhu Wang created ZOOKEEPER-4467: - Summary: Missing op code (addWatch) in Request.op2String Key: ZOOKEEPER-4467 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4467 Project: ZooKeeper

[jira] [Created] (ZOOKEEPER-4466) Watchers of different modes interfere on overlapping pathes

2022-02-10 Thread Kezhu Wang (Jira)
Kezhu Wang created ZOOKEEPER-4466: - Summary: Watchers of different modes interfere on overlapping pathes Key: ZOOKEEPER-4466 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4466 Project