You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2019/12/04 22:24:34 UTC

[GitHub] [accumulo] EdColeman commented on issue #1443: Fixes #1220 - Removes ZooKeeper watches on table configs when table is deleted.

EdColeman commented on issue #1443: Fixes #1220  -  Removes ZooKeeper watches on table configs when table is deleted.
URL: https://github.com/apache/accumulo/pull/1443#issuecomment-561867327
 
 
   Another thing that I've confirmed - calling exists(path, false) does not remove previous watchers - it just prevents adding a new one.
   
   Using zookeeper, I called:
   ```
   zoo.exists("/a", existsWatcher);
   zoo.exists("/a", false);
   zoo.exists("/a", null);
   ```
   Still results in the watcher being triggered on a data change event.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services