zhenhb opened a new issue, #8322: URL: https://github.com/apache/seatunnel/issues/8322
### 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  after running for a period of time,the value of read count so far and write count so far decreased ### SeaTunnel Version 2.3.7 ### SeaTunnel Config ```conf { "sink" : [ { "database" : "tsib", "password" : "******", "primary_keys" : [ "id" ], "driver" : "com.mysql.jdbc.Driver", "data_save_mode" : "APPEND_DATA", "externalDataSourceId" : "10001000481757240521101157000189", "source_table_name" : "table_a10665275849479aa70bc9a0409f3128", "generate_sink_sql" : true, "plugin_name" : "jdbc", "user" : "root", "url" : "jdbc:mysql://zk.doris.com:9030/tsib?rewriteBatchedStatements=true&autoReconnect=true", "table" : "ods_tsib_daily_report_rt_realtime" } ], "source" : [ { "base-url" : "jdbc:mysql://zk.mysql.com:3306/tsib_db", "password" : "******", "startup.mode" : "initial", "parallelism" : 1, "table-names" : [ "tsib_db.tsib_daily_report_rt" ], "result_table_name" : "table_a10665275849479aa70bc9a0409f3128", "plugin_name" : "MySQL-CDC", "username" : "******" } ], "env" : { "job.mode" : "STREAMING", "parallelism" : 1, "checkpoint.interval" : 60000 } } ``` ### Running Command ```shell ${SEATUNNEL_HOME}/bin/seatunnel --config /tmp/dolphinscheduler/exec/process/root/13246134457920/15412329668640_3/1831468/3087802/seatunnel_1831468_3087802.conf --deploy-mode cluster ``` ### Error Exception ```log no exception ``` ### Zeta or Flink or Spark Version zeta ### Java or Scala Version jdk1.8 ### 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]
