Hisoka-X commented on code in PR #6193:
URL: https://github.com/apache/seatunnel/pull/6193#discussion_r1454865328


##########
seatunnel-engine/seatunnel-engine-server/src/main/java/org/apache/seatunnel/engine/server/checkpoint/CheckpointCoordinator.java:
##########
@@ -770,7 +776,7 @@ public synchronized void 
completePendingCheckpoint(CompletedCheckpoint completed
             LOG.error("store checkpoint states failed.", e);
             sneakyThrow(e);
         }
-        LOG.info(
+        LOG.warn(

Review Comment:
   ```suggestion
           LOG.info(
   ```



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