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 2019/07/02 21:51:25 UTC

[GitHub] [pulsar] rdhabalia opened a new pull request #4665: [pulsar-broker] avoid retrying deleting namespace when topic is already deleted/fenced

rdhabalia opened a new pull request #4665: [pulsar-broker] avoid retrying deleting namespace when topic is already deleted/fenced
URL: https://github.com/apache/pulsar/pull/4665
 
 
   ### Motivation
   
   Right now, after deleting global namespaces successfully, sometimes broker tries to delete already deleted/fenced topic again which always fails and it generates lot of noise into the log. So, broker should not retry on non-retriable exception `TopicFencedException` else it will again fail while [deleting topic](https://github.com/apache/pulsar/blob/master/pulsar-broker/src/main/java/org/apache/pulsar/broker/service/persistent/PersistentTopic.java#L731)

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services