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_r290561763
 
 

 ##########
 File path: 
flink-clients/src/main/java/org/apache/flink/client/program/ClusterClient.java
 ##########
 @@ -388,6 +388,21 @@ public JobSubmissionResult run(FlinkPlan compiledPlan,
 
        public abstract CompletableFuture<Acknowledge> disposeSavepoint(String 
savepointPath) throws FlinkException;
 
+       /**
+        * Stops a program on Flink cluster whose job-manager is configured in 
this client's configuration.
+        * Stopping works only for streaming programs. Be aware, that the 
program might continue to run for
+        * a while after sending the stop command, because after sources 
stopped to emit data ll operators
 
 Review comment:
   ll operators
   -> all operators

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

Reply via email to