dlg99 commented on PR #3214: URL: https://github.com/apache/bookkeeper/pull/3214#issuecomment-1109162512
@massakam is it possible to avoid the extra executor? I think the problem is that checkFragments/verifyLedgerFragment tries to acquire a permit from a callback in `bookieClient.readEntry` call; but there is already a permit request before that call. I think we can simply add a flag to not request/release extra permit in checkFragments/verifyLedgerFragment call chain in this case. -- 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]
