shibd edited a comment on issue #10263: URL: https://github.com/apache/pulsar/issues/10263#issuecomment-992098097
> AFAIK I'm afraid org.apache.pulsar.client.admin.PulsarAdminException$ConflictException: Cannot delete non empty bundle is the only information we can get, pulsar can't tell that's because metadata cache not yet synced or we actually have some more topics in the bundle. I think the easiest work around might be just add a retry with some backoff. @MarvinCai When delete a namespace, can directly redirect `deletenamespacebundleforcefully` method? Because it has been checked that there is no user topic in the `deletenamespace`, do not need to check again when `deletenamespacebundle`. -- 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]
