TisonKun commented on a change in pull request #7889: [FLINK-11665] Wait for 
job termination before recovery in Dispatcher
URL: https://github.com/apache/flink/pull/7889#discussion_r262365998
 
 

 ##########
 File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/dispatcher/Dispatcher.java
 ##########
 @@ -313,8 +318,6 @@ private void stopDispatcherServices() throws Exception {
 
                final CompletableFuture<JobManagerRunner> 
jobManagerRunnerFuture = createJobManagerRunner(jobGraph);
 
-               jobManagerRunnerFutures.put(jobGraph.getJobID(), 
jobManagerRunnerFuture);
 
 Review comment:
   Why this changes? Please revert if it is irrelevant. Separated 
futures/bugfixes and code cleans can help review.

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


With regards,
Apache Git Services

Reply via email to