dongzhonghua opened a new issue, #24884: URL: https://github.com/apache/pulsar/issues/24884
### Search before reporting - [x] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Read release policy - [x] I understand that [unsupported versions](https://pulsar.apache.org/contribute/release-policy/#supported-versions) don't get bug fixes. I will attempt to reproduce the issue on a supported version of Pulsar client and Pulsar broker. ### User environment - broker version: 3.3.6, still not solved on master. ### Issue Description 1. `pulsar-admin namespaces unload --bundle aaa --destinationBroker xxx public/default` 2. broker setNamespaceBundleAffinityAsync when internalUnloadNamespaceBundleAsync. 4. broker load bundle request or lookup request will get and remove this bundle. The first request will get the currect destinationBroker and remove it. But the second request wil lose destinationBroker and getLeastLoadedBroker. find same issue on closed pr #19260 ### Error messages ```text ``` ### Reproducing the issue `pulsar-admin namespaces unload --bundle aaa --destinationBroker xxx public/default` Bundle aaa is not always loaded to broker xxx ### Additional information _No response_ ### Are you willing to submit a PR? - [x] I'm willing to submit a PR! -- 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]
