we1she2 commented on issue #10452:
URL: https://github.com/apache/seatunnel/issues/10452#issuecomment-3850918559

   ```
   Test Cases Summary:
   
   1. No checkpoint files + isStartWithSavePoint: false
    - Result: Executed normally. (Expected)
   
   2. Checkpoint files exist + isStartWithSavePoint: false
    - Result: Error. Message indicates the job has already been submitted. 
(Expected)
   
   3. No checkpoint files + isStartWithSavePoint: true
    - Result: Error. HTTP 500 with no descriptive message.
   
   4. Checkpoint files exist + isStartWithSavePoint: true
    - Result: Error. HTTP 500 with no descriptive message.
   
   Conclusion: As long as isStartWithSavePoint is set to true, the API returns 
an error (HTTP 500) without any error message, regardless of whether checkpoint 
files exist or not.
   ```


-- 
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