dyccode commented on code in PR #3796:
URL:
https://github.com/apache/incubator-streampark/pull/3796#discussion_r1651032024
##########
streampark-flink/streampark-flink-client/streampark-flink-client-core/src/main/scala/org/apache/streampark/flink/client/trait/FlinkClientTrait.scala:
##########
@@ -539,10 +539,6 @@ trait FlinkClientTrait extends Logger {
case (false, false) =>
client.cancel(jobID).get()
null
- case (true, false) =>
- clientWrapper
- .cancelWithSavepoint(jobID, savePointDir, cancelRequest.nativeFormat)
Review Comment:
I tested this case in `flink 1.17`,this is stop command related document
https://nightlies.apache.org/flink/flink-docs-master/docs/deployment/cli/#terminating-a-job
--
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]