MarvinCai commented on issue #10263:
URL: https://github.com/apache/pulsar/issues/10263#issuecomment-822458610


   Seems to be metadata syncing issue, the namespace service read metadata 
about topic from a cache, while the topic deletion operation finished and 
updated metadata in zookeeper, the change might not immediately reflected in 
the cache, hence you see the exception. Is it possible to add some wait time 
after the deletion? Or add a retry to the delete namespace operation.


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


Reply via email to