reddycharan commented on issue #3780: URL: https://github.com/apache/bookkeeper/issues/3780#issuecomment-1431944674
@dlg99 Yes, issue is with the fact that onRemoval listener is running in addEntry thread context and it is getting into deadlock while trying to attain lock for ledger cleanup process. Fix we introduced (very recently) is to offload onRemoval task to a dedicated threadpool. Can get the fix to the community. -- 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]
