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/10/02 14:34:56 UTC

[GitHub] [accumulo] belugabehr commented on issue #1225: Use fewer ZooKeeper watchers

belugabehr commented on issue #1225: Use fewer ZooKeeper watchers
URL: https://github.com/apache/accumulo/issues/1225#issuecomment-537522318
 
 
   I think Curator Recipes are the way to go.  Accumulo could benefit from leaning more on the framework throughout the code base.
   
   Just keep in mind that, in this instance, as I understand the code, to avoid recreating this same situation, you must set the 'disableZkWatches' in the `Builder` class in order to create a polling mechanism instead of a watcher-per-node setup like currently exists.

----------------------------------------------------------------
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