dlmarion edited a comment on issue #1809: URL: https://github.com/apache/accumulo/issues/1809#issuecomment-870878410
Do we have a utility that uses ZKUtil.visitSubTreeDFS() to traverse the `tables` in ZK and for those that don't exist delete the watches in the callback? Edit: Looks like `visitSubTreeDFS` doesn't exist in ZooKeeper 3.4.14, but `listSubTreeBFS()` does. Also, there is no way to remove the watches in 3.4.14. I'm not sure how you fix this in 1.10. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
