davidzollo opened a new issue, #10005: URL: https://github.com/apache/seatunnel/issues/10005
### 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 It can't do checkpoint when resume the task through `./seatunnel.sh -r 1036289141794406401 -c ../config/mysqlcdc_to_kafka_exactly_once.conf`, and it can't read new cdc data from mysql ### SeaTunnel Version 2.3.12 ### SeaTunnel Config ```conf env { "job.name"="mysqlcdc_to_kafka_exactly_once_lidongtest" "job.mode"=STREAMING // "shade.identifier"=aes256 checkpoint.interval = 60000 checkpoint.timeout = 300000 } source { MySQL-CDC { "split.enable-hash-split-for-string-column"="false" "format"="COMPATIBLE_DEBEZIUM_JSON" "schema-changes.enabled"="true" "startup.mode"=INITIAL "snapshot.split.size"=100000 "snapshot.fetch.size"=1024 debezium { "value.converter.schemas.enable"=true "key.converter.schemas.enable"=true } "connect.timeout.ms"=30000 "connect.max-retries"=3 "connection.pool.size"=6 "chunk-key.even-distribution.factor.lower-bound"=0.05 "chunk-key.even-distribution.factor.upper-bound"=100 "sample-sharding.threshold"=1000 "inverse-sampling.rate"=1000 "exactly_once"="true" "stop.mode"=NEVER parallelism=1 updateFieldType=null sceneMode="MULTIPLE_TABLE" isVirtualTableDatasource=false isPhysicsTableDatasource=true "result_table_name"=Table18966143936576 database-names=[ "lyc_test" ] table-names=[ "lyc_test.kfkdata" ] base-url="jdbc:mysql://xxx:3306/WHRTest?useSSL=false&serverTimezone=UTC&characterEncoding=utf8" password="QWerxxx" displayName=MySQL-CDC username="root" server-time-zone=UTC } } transform { } sink { Kafka { "schema_save_mode"="CREATE_SCHEMA_WHEN_NOT_EXIST" "topic_partitions_num"=1 "topic_replication_num"=1 "data_save_mode"="APPEND_DATA" semantics="EXACTLY_ONCE" updateFieldType=null "source_table_name"=Table18966143936576 topic="dailidong_exactly_once_kafka" format="COMPATIBLE_DEBEZIUM_JSON" "bootstrap.servers"="datasource01:9092" kafka.config = { "transaction.timeout.ms"="900000" "request.timeout.ms"="930000" "delivery.timeout.ms"="960000" "acks"="all" "retries"="3" "retry.backoff.ms"="200" } displayName=Kafka } } ``` ### Running Command ```shell ./bin/seatunnel.sh --config config/mysqlcdc_to_kafka_exactly_once.conf ``` ### Error Exception ```log xx ``` ### Zeta or Flink or Spark Version _No response_ ### Java or Scala Version JDK 8 ### Screenshots <img width="2890" height="1354" alt="Image" src="https://github.com/user-attachments/assets/409893b2-ff8e-42a6-9382-6a7b1892a2d4" /> <img width="3414" height="1652" alt="Image" src="https://github.com/user-attachments/assets/d70bb4d8-8574-4514-b645-0648987ffb20" /> ### 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]
