wolfstudy commented on issue #13736: URL: https://github.com/apache/pulsar/issues/13736#issuecomment-1011930479
The code snippet where this deadlock occurs is as follows: In `ledgerClosed()` method: ``` if (!pendingAddEntries.isEmpty()) { // Need to create a new ledger to write pending entries createLedgerAfterClosed(); } ``` -- 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: commits-unsubscr...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org