You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/12/13 04:22:07 UTC

[GitHub] [pulsar] shibd commented on issue #10263: Cannot delete non empty bundle

shibd commented 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 the call `deletenamespacebundleforcefully`?
   
   Because it has been checked that there is no user topic in the `deletenamespace`,  do not need to check again when deleting namespacebundle.
   
   


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org