MOBIN-F commented on PR #4164: URL: https://github.com/apache/paimon/pull/4164#issuecomment-2348240851
> Why `MysqlSource` can't finish when i set `-Dexecution.runtime-mode=BATCH `. > > If in ` scan.startup.mode=snapshot` mode , 'execution.runtime-mode' should/can be `Batch`? hi @LinMingQiang , no need to set the batch mode, the job will automatically complete and exit ``` 2024-09-10 18:20:40,006 INFO org.apache.flink.runtime.executiongraph.ExecutionGraph [] - Job MySQL-Paimon Table Sync: rt_ods.xxxx(d9998e2d7bfccd5d320fb4ac21761c3d) switched from state RUNNING to FINISHED. -> 2024-09-10 18:20:40,007 DEBUG org.apache.flink.runtime.executiongraph.ExecutionGraph [] - ExecutionGraph d9998e2d7bfccd5d320fb4ac21761c3d reached terminal state FINISHED. -> 2024-09-10 18:20:40,343 INFO org.apache.flink.runtime.entrypoint.ClusterEntrypoint [] - Shutting YarnJobClusterEntrypoint down with application status SUCCEEDED. Diagnostics null. ``` -- 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: issues-unsubscr...@paimon.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org