We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 327c6d1 commit 1958768Copy full SHA for 1958768
1 file changed
fluss-client/src/main/java/org/apache/fluss/client/metadata/MetadataUpdater.java
@@ -285,7 +285,7 @@ public void updateMetadata(
285
}
286
LOG.warn("Failed to update metadata, but the exception is re-triable.", t);
287
} else if (t instanceof PartitionNotExistException) {
288
- LOG.warn("Failed to update metadata because the partition does not exist", t);
+ LOG.debug("Failed to update metadata because the partition does not exist", t);
289
throw (PartitionNotExistException) t;
290
} else {
291
throw new FlussRuntimeException("Failed to update metadata", t);
0 commit comments