Technoboy- opened a new pull request #13203:
URL: https://github.com/apache/pulsar/pull/13203


   Fix #12554.
   
   ### Motivation
   When deleting the topic, the user may exec cmd on broker-a, and everything 
goes well (means : asyncGetManagedLedgerInfo completes successfully) and decide 
to run `store.removeManagedLedger`, but zk data is deleted by broker-b at this 
time, then it will throw NotFoundException (wrap 
KeeperException$NoNodeException) to client. 
   I think this exception should treat as the delete topic action perform right.
   
   ### Documentation
   
   - [x] `no-need-doc` 
   
   
   
   


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