-
Couldn't load subscription status.
- Fork 3.4k
HBASE-27810 HBCK throws RejectedExecutionException when closing ZooKeeper resources #5207
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
Conversation
…submitting new job
|
🎊 +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.
Makes sense to me, since this is all triggered by the call to ZKWatcher.close().
|
🎊 +1 overall
This message was automatically generated. |
…submitting new job (#5207) Signed-off-by: Wellington Chevreuil <[email protected]> Signed-off-by: Duo Zhang <[email protected]> (cherry picked from commit a6e89bf)
…submitting new job (#5207) Signed-off-by: Wellington Chevreuil <[email protected]> Signed-off-by: Duo Zhang <[email protected]> (cherry picked from commit a6e89bf)
Check if the executor has already been shut down before submitting new job.
I'm not sure if catching
RejectedExecutionExceptionwould be a better approach here. I'm open for suggestions.Find more details in the Jira ticket.