You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/07/21 11:22:02 UTC

[GitHub] [pulsar] codelipenghui commented on pull request #16668: [fix][broker] Fix the managed ledger factory shutdown stuck due to scheduled executor shutdown first

codelipenghui commented on PR #16668:
URL: https://github.com/apache/pulsar/pull/16668#issuecomment-1191364032

   > When we called ManagedLedgerImpl#updateLedgersIdsComplete -> OpAddEntry#initiate, and then If ledger.asyncAddEntry(L140) callback successfully, the OpAddEntry state will be COMPLETED instead of INITIATED . I think this is the root cause to make the test failure.
   
   Oh yes. I forgot to update the PR description. This is an issue I found during the ManageLedger test. Can't fix https://github.com/apache/pulsar/issues/16665


-- 
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-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org