forked from apache/accumulo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reused ZooCache where possible, used persistent recursive watchers
Reused ZooCache from client / server context where possible. Removed overloaded ZooCache constructor to make it easier to find where new instances are constructed. Removed watcher that was being placed in each call to the underlying ZooKeeper in favor of long-lived persistent recursive watchers set on specific paths which will fire when any child under that path is modified. Related to apache#5134 Closes apache#5154, apache#5157
- Loading branch information
Showing
19 changed files
with
378 additions
and
353 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.