My scenario:
Three ZK client on different computer.

1.  if needed, it set data on /PathA to trigger the 2nd client.

2.  Set a watcher on /PathA with getData(). when it is triggered, it will do 
something and set data on /PathB to trigger the 3rd client.

3.  Set a watcher on /PathB with getData().
The code for set watcher and setData is the same.

Now, the watcher of 2nd client is triggered as wish, but watcher of 3rd client 
is not triggered at all. There are no any error log at either client.
Any suggestion?
The zookeeper cluster is 3 server, version 3.3.5. All client is run with 
curator-client version 1.1.3-58.


Reply via email to