xiangforever2014 commented on PR #23253: URL: https://github.com/apache/flink/pull/23253#issuecomment-1845053733
@masteryhx Hello, I have updated the code according to your comment, PTAL~ Here are the test results: 1. trigger the normal savepoint, the client gets a timeout exception:  2. trigger the detached savepoint, the client returns the trigger id immediately, and we could monitor the status of the savepoint by rest api:    3. trigger the stop-with-savepoint, the client also gets a timeout exception, and the job will be stopped after the savepoint finished:   4. trigger the stop-with-detached-savepoint, the client also returns the trigger id immediately, and we could get the status of the savepoint by rest api through the trigger id, after the savepoint finished, the job will be stopped too:     -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org