You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/06/05 02:09:14 UTC

[GitHub] [flink] carp84 commented on a change in pull request #8617: [FLINK-12619][StateBackend]Support TERMINATE/SUSPEND Job with Checkpoint

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_r290559979
 
 

 ##########
 File path: flink-clients/src/main/java/org/apache/flink/client/cli/CliFrontend.java
 ##########
 @@ -515,6 +513,12 @@ protected void stop(String[] args) throws Exception {
 			return;
 		}
 
+		if (stopOptions.hasCheckpointFlag()) {
+			LOG.info("Running 'stop-with-savepoint' command.");
 
 Review comment:
   here it should be "stop-with-checkpoint"

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services