forked from empear-analytics/zookeeper
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ZOOKEEPER-837: Eliminate cycle dependency between ClientCnxn and ZooK…
…eeper 1. Extract ZKWatchManager to single file 2. Move ZKWatchManager instance to ClientCnxn in order to eliminate cycle dependency 3. let `ZooKeeper` syncs a copy of default watcher, in order to reduce dependencies to `getWatchManager()` Author: tison <[email protected]> Reviewers: Enrico Olivelli <[email protected]>, Andor Molnar <[email protected]> Closes apache#1095 from TisonKun/ZOOKEEPER-837
- Loading branch information
1 parent
1857e98
commit caacfea
Showing
9 changed files
with
651 additions
and
641 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
Oops, something went wrong.