Github user merlimat commented on the issue: https://github.com/apache/bookkeeper/pull/141 @jvrao sorry for merging this quickly, should have waited for more feedback. The change here is to interrupt the Bookie GC thread immediately when shutting down. The interruption only happens if that thread is waiting on _something_. For the GC thread that means waiting on ZK reads. I don't see any problem in shutting down that thread quickly, because the GC anyway picks it up again after restart. The other part is waiting until the thread is done doing its work. That we are not doing even today, given that bookie GC can take minutes or hours.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---