hailin0 commented on code in PR #6977: URL: https://github.com/apache/seatunnel/pull/6977#discussion_r1637589366
########## seatunnel-engine/seatunnel-engine-server/src/main/java/org/apache/seatunnel/engine/server/task/flow/SourceFlowLifeCycle.java: ########## @@ -311,10 +311,10 @@ public void triggerBarrier(Barrier barrier) throws Exception { barrier.getId(), schemaChangePhase.get().getPhase()); } else { - throw new IllegalStateException( - String.format( - "schema-change checkpoint[%s] and phase[%s] is not matched", - barrier.getId(), checkpointType)); + log.debug( + "Ignore schema-change checkpoint[{}], phase: [{}]", Review Comment: ```suggestion "Ignore schema-change checkpoint[{}] on idle task, phase: [{}]", ``` -- 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...@seatunnel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org