wu-a-ge opened a new issue, #5046:
URL: https://github.com/apache/seatunnel/issues/5046

   ### 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 a CDC task, I set the maximum number of checkpoint retention 
to be 3, but during the operation, I found that the checkpoint file kept 
increasing but did not decrease
   
   ### SeaTunnel Version
   
   2.3.2
   
   ### SeaTunnel Config
   
   ```conf
   seatunnel:
     engine:
       checkpoint:
         interval: 6000
         timeout: 7000
         max-concurrent: 1
         tolerable-failure: 2
         storage:
           type: hdfs
           max-retained: 3
           plugin-config:
             storage.type: hdfs
             fs.defaultFS: file:///
   ```
   
   
   ### Running Command
   
   ```shell
   seatunnel.sh -c config/mysql_cdc_to_mysql.conf
   ```
   
   
   ### Error Exception
   
   ```log
   no error
   ```
   
   
   ### Flink or Spark Version
   
   _No response_
   
   ### Java or Scala Version
   
   1.8
   
   ### Screenshots
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] 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]

Reply via email to