lhotari commented on code in PR #22843:
URL: https://github.com/apache/pulsar/pull/22843#discussion_r1626553251


##########
pulsar-metadata/src/main/java/org/apache/pulsar/metadata/api/MetadataStoreException.java:
##########
@@ -156,6 +156,23 @@ public InvalidPathException(String path) {
         }
     }
 
+    /**
+     * Metadata operation timed out.
+     */
+    public static class TimeoutException extends RuntimeException {

Review Comment:
   Why is a new exception needed? Should this extend MetadataStoreException? If 
not, why not use the ordinary TimeoutException?



-- 
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-unsubscr...@pulsar.apache.org

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

Reply via email to