wangxiaoliang001 opened a new issue, #8815: URL: https://github.com/apache/seatunnel/issues/8815
### 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 Data is lost during the cdc phase,not all table is missing, and a few table will appear。 regionId: 12819225739 startKey: t_656992_5f72800000000000eadd endKey: t_657156_5f698000000000000001038000000008f76ec203814512fa84f0092c038000000000370de0 ### SeaTunnel Version 2.3.8 ### SeaTunnel Config ```conf { "env": { "parallelism": 1, "job.mode": "STREAMING", "job.name": "tidb=>Kafka : cxxx", "checkpoint.interval": "60000", "checkpoint.timeout": "6000", "flush.timeout.ms": "6000" }, "source" : [ { "plugin_name": "TiDB-CDC-MIGRATE", "pd-addresses": "xxx:2379", "driver": "com.mysql.cj.jdbc.Driver", "base-url" : "jdbc:mysql://xxx?useSSL=false", "database-name" : "xxx", "username": "xxx", "password": "xxx", "table-name": "xxx", "tikv.grpc.timeout_in_ms": "260000" } ], "transform" : [ ], "sink" : [ { "plugin_name" : "Kafka", "bootstrap.servers" : "xxx:xx", "topic": "short_video_log_ext.epis_watch_log", "kafka.config": { "acks": "all", "retries": 128, "retry.backoff.ms": 500, "request.timeout.ms": 240000, "batch.size": 10240, "buffer.memory": 67108864, "send.buffer.bytes": 262144, "compression.gzip.level": 6, "compression.type": "gzip" }, "semantics" : "AT_LEAST_ONCE", "format": "debezium_json" } ] } ``` ### Running Command ```shell web http commit ``` ### Error Exception ```log no error message ``` ### Zeta or Flink or Spark Version zeta ### Java or Scala Version jdk21 ### 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: commits-unsubscr...@seatunnel.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org