-
Notifications
You must be signed in to change notification settings - Fork 7.3k
ZOOKEEPER-3659 Make WatchManagerFactory log more readable #1194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
@maoling Calling for review. |
zookeeper-server/src/main/java/org/apache/zookeeper/server/watch/WatchManagerFactory.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it possible to use different WatchManagers for child and data watches?
Could you please give us more context? |
@maoling Currently the config options don't allow using different watch managers for child and data watcher. Hence I don't see the point of logging them separately. |
@anmolnar WDYT? |
According to ticket ZOOKEEPER-3659 we need to make WatchManagerFactory more readable. For this I have made the following changes:
Please do let me know if made changes makes sense or if I missed anything else so that additional changes could be made.