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/09 09:07:32 UTC

[GitHub] [pulsar] Technoboy- commented on a change in pull request #13203: Fix when deleting topic with NotFoundException, do not return to client.

Technoboy- commented on a change in pull request #13203:
URL: https://github.com/apache/pulsar/pull/13203#discussion_r765570022



##########
File path: pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/AdminResource.java
##########
@@ -760,6 +762,12 @@ protected void checkNotNull(Object o, String errorMessage) {
         }
     }
 
+    protected boolean isNotFoundException(Exception e) {

Review comment:
       Done.




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