zookeeper-atom icon indicating copy to clipboard operation
zookeeper-atom copied to clipboard

Delete atom

Open hantuzun opened this issue 10 years ago • 0 comments

Hi,

For testing purposes, I need to remove an atom, like it has never initialized. I'm doing this with zookeeper-clj's delete function. [1]

However, I get the following disturbing error:

ERROR ClientCnxn - Error while calling watcher
org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /blabla
...
...

Moreover, I think this function would better implemented in zookeeper-atom.

Thanks!

[1] https://github.com/liebke/zookeeper-clj#delete

hantuzun avatar Jul 28 '15 07:07 hantuzun