polyzos commented on code in PR #1344:
URL: https://github.com/apache/fluss/pull/1344#discussion_r2244407366


##########
fluss-client/src/main/java/com/alibaba/fluss/client/metadata/MetadataUpdater.java:
##########
@@ -266,6 +269,9 @@ protected void updateMetadata(
             Throwable t = ExceptionUtils.stripExecutionException(e);
             if (t instanceof RetriableException || t instanceof 
TimeoutException) {
                 LOG.warn("Failed to update metadata, but the exception is 
re-triable.", t);
+            } else if (t instanceof PartitionNotExistException) {
+                LOG.warn("Failed to update metadata because partition is not 
exist", t);

Review Comment:
   because the partition does not exist



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to