Fu-Nick opened a new issue, #4932:
URL: https://github.com/apache/seatunnel/issues/4932

   ### 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
   
   When I execute seatunnel.sh -s jobid for the first time when executing Mysql 
CDC, my Job can exit normally and resume normally (but the periodic checkpoint 
will not be executed again, I think there are bugs here). When I execute 
seatunnel.sh -s jobid the second time, the client hangs and the server does not 
quit!!
   
   
   ### SeaTunnel Version
   
   2.3.2
   
   ### SeaTunnel Config
   
   ```conf
   seatunnel:
     engine:
       backup-count: 1
       queue-type: blockingqueue
       print-execution-info-interval: 60
       print-job-metrics-info-interval: 60
       slot-service:
         dynamic-slot: true
       checkpoint:
         interval: 10000
         timeout: 60000
         max-concurrent: 1
         tolerable-failure: 2
         storage:
           type: hdfs
           max-retained: 3
           plugin-config:
             namespace: /data/seatunnel/checkpoint_snapshot
             storage.type: hdfs
             fs.defaultFS: file:///tmp/ # Ensure that the directory has written 
permission
   ```
   
   
   ### Running Command
   
   ```shell
   seatunnel.sh -s 721621860327882753
   ```
   
   
   ### Error Exception
   
   ```log
   no exception
   ```
   
   
   ### Flink or Spark Version
   
   _No response_
   
   ### Java or Scala Version
   
   1.8
   
   ### Screenshots
   
   ### first time
   #### server 
   
![image](https://github.com/apache/seatunnel/assets/2646059/3658186c-746e-4002-a2a3-7b2f9536a2da)
   #### client
   
![image](https://github.com/apache/seatunnel/assets/2646059/09dd6af4-1d5e-4643-80ed-0b10dabbf7fa)
   ### second time
   #### server
   
![image](https://github.com/apache/seatunnel/assets/2646059/cf887315-dfc9-47e0-bf98-607435bbcd96)
   
   #### client
   
![image](https://github.com/apache/seatunnel/assets/2646059/f52d8ac4-55d2-4ba1-9761-4cb1162fe223)
   
   
   ### 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]

Reply via email to