mattisonchao opened a new pull request, #23831:
URL: https://github.com/apache/pulsar/pull/23831

   ### Motivation
   
   The current tear-down logic is listing ledgers and then deleting them. So, 
there's a race condition if some internal logic has deleted the schema ledger, 
which will cause the down process to fail.
   
   ### Modifications
   
   - Ignore deleted ledgers while tear-down.
   
   ### Verifying this change
   
   - [x] Make sure that the change passes the CI checks.
   
   ### Documentation
   - [ ] `doc` <!-- Your PR contains doc changes. -->
   - [ ] `doc-required` <!-- Your PR changes impact docs, and you will update 
later -->
   - [x] `doc-not-needed` <!-- Your PR changes do not impact docs -->
   - [ ] `doc-complete` <!-- Docs have been already added -->
   


-- 
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]

Reply via email to