zhenhb opened a new issue, #5672: URL: https://github.com/apache/seatunnel/issues/5672
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### What happened job run for a period of time ,the checkponit not continue to trigger ### SeaTunnel Version 2.3.3 ### SeaTunnel Config ```conf { "env":{ "parallelism":1, "job.mode":"STREAMING", "checkpoint.interval":10000 }, "source":[ { "consumer.group":"mois", "schema":{ "fields":{ "eqt_code":"STRING", "brand_code":"STRING", "data_time":"STRING", "org_code":"STRING", "type":"STRING", "variant_value":"DOUBLE", "time":"STRING" } }, "format_error_handle_way":"FAIL", "parallelism":1, "format":"json", "bootstrap.servers":"xxxx", "topic":"xxxx", "result_table_name":"table_3b653963335343a19c4c1cfe43d073c2", "plugin_name":"kafka", "json_parse_stragey":"MOIS", "kafka.config":{ "auto.offset.rest":"earliest" } } ], "transform":[ { "query":"SELECT eqt_code,brand_code,data_time,org_code,type,ROUND(variant_value,1) AS variant_value,time,UUID() AS id,'0' AS deleted FROM table_3b653963335343a19c4c1cfe43d073c2;", "source_table_name":"table_3b653963335343a19c4c1cfe43d073c2", "result_table_name":"table_4cd8538e6520474c9b6d7bd739253d2a", "plugin_name":"sql" } ], "sink":[ { "password":"", "fenodes":"xxxx", "doris.config":{ "format":"json", "read_json_by_line":true, "max_filter_ratio":0.1 }, "table.identifier":"mois_bw.dwd_eo_state", "source_table_name":"table_4cd8538e6520474c9b6d7bd739253d2a", "plugin_name":"doris", "username":"root" } ] } ``` ### Running Command ```shell /bin/seatunnel --config seatunnel_110676_2376788.conf --deploy-mode cluster ``` ### Error Exception ```log no error,from the log i see kafkaconsume is continue to consume message from kafka,but data can't load to doris, kafka offset lag become bigger and found checkpoint not continue trigger ``` ### Zeta or Flink or Spark Version _No response_ ### Java or Scala Version _No response_ ### Screenshots _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
