-
Notifications
You must be signed in to change notification settings - Fork 3.4k
HBASE-27016 when “zookeeper.session.timeout” is set to a negative number, HMaster cannot stop normally #5414
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
💔 -1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
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.
Checking the log message in the jira descrption, seems the exception is thrown from ZNodeClearer? But here we add a check in startMaster?
So, would you suggest to add check in ZNodeClearer? |
[https://issues.apache.org/jira/browse/HBASE-27016]
fix bug for local mode.