GJL commented on a change in pull request #11032: [WIP][FLINK-15918]
URL: https://github.com/apache/flink/pull/11032#discussion_r375876449
 
 

 ##########
 File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/scheduler/DefaultScheduler.java
 ##########
 @@ -223,6 +232,11 @@ private Runnable restartTasks(final 
Set<ExecutionVertexVersion> executionVertexV
                return () -> {
                        final Set<ExecutionVertexID> verticesToRestart = 
executionVertexVersioner.getUnmodifiedExecutionVertices(executionVertexVersions);
 
+                       verticesWaitingForRestart.removeAll(verticesToRestart);
 
 Review comment:
   extract method

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