kezhuw opened a new issue #7517: URL: https://github.com/apache/pulsar/issues/7517
**Describe the bug** `OwnedBundle.handleUnloadRequest` re-active unloading namespace bundle after fail to remove its ownership from zookeeper. It is possible that the ownership was successfully removed, but connected zookeeper crashed before sending response, eg. `KeeperException.Code.CONNECTIONLOSS`. **To Reproduce** I add test case to reproduce this in https://github.com/kezhuw/pulsar/commit/066d16468fc5c7b496aca766efb159f177f10d1b#diff-29ccb5c3ba685ffcabe9df5e9fd7e841L50. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
