zymap opened a new pull request, #4649: URL: https://github.com/apache/bookkeeper/pull/4649
### Motivation We met the GarbageCollectionThread was stopped by some runtime error, but we didn't catch it then, causing the GC to stop. Such as: https://github.com/apache/bookkeeper/pull/3901 https://github.com/apache/bookkeeper/pull/4544 In our case, the GC stopped because of the OutOfDirectMemoryException then the process stopped and the files can not be deleted. But we didn't see any error logs. This PR enhance the log info when an unhandled error happens. We already have the [PR](https://github.com/apache/bookkeeper/pull/4544) fixed that. -- 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]
