carp84 commented on a change in pull request #8617:
[FLINK-12619][StateBackend]Support TERMINATE/SUSPEND Job with Checkpoint
URL: https://github.com/apache/flink/pull/8617#discussion_r290563567
##########
File path:
flink-clients/src/main/java/org/apache/flink/client/cli/CliFrontendParser.java
##########
@@ -188,6 +191,8 @@
PYMODULE_OPTION.setRequired(false);
PYMODULE_OPTION.setArgName("pyModule");
+
+ STOP_WITH_CHECKPOINT.setRequired(false);
Review comment:
It seems to be better if we could also support `CANCEL_WITH_CHECKPOINT`
referring `CANCEL_WITH_SAVEPOINT_OPTION`
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services