wolfstudy edited a comment 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(); } ``` cc @hangc0276 @codelipenghui @baomingyu And the issue refer to https://github.com/apache/pulsar/pull/12223 -- 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