You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@zookeeper.apache.org by Tom Distler <to...@solidfire.com> on 2015/02/19 22:55:29 UTC

How to trigger a ZOO_NOTWATCHING_EVENT

Hello,

I've looked at the latest ZK code, but I'm struggling to determine if the
ZOO_NOTWATCHING_EVENT is ever triggered.

A google search turned up this thread from 2011 saying this event was never
implemented:
http://grokbase.com/t/zookeeper/user/1123dc333d/not-watching-event

I searched the ZK jira and couldn't find anything related to this event.

My question(s):
1. Will ZOO_NOTWATCHING_EVENT ever be triggered from the client?
2. If "yes", is there a way to trigger it manually for testing?

Thanks,
-Tom