aloyszhang opened a new pull request #2887: URL: https://github.com/apache/bookkeeper/pull/2887
Descriptions of the changes in this PR: fix #2879 This pull request let bookie quit when there's journal thread exit ### Motivation As described in #2879, now if a bookie has multi journal directories means it has multi journal thread. Once a journal thread exits, the bookie will be unhealthy due to the block of all bookie-io threads, and then the bookie will not work but progress is still alive. This pull request tries to fix this problem. ### Changes check the journal thread alive in a fixed interval, let bookie quit once there's a journal thread exit -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
