zhuzhurk commented on a change in pull request #10309: [FLINK-14909][runtime] 
Let tasks get scheduled in topological order when possible
URL: https://github.com/apache/flink/pull/10309#discussion_r351102967
 
 

 ##########
 File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/scheduler/SchedulerBase.java
 ##########
 @@ -286,7 +286,7 @@ private void 
tryRestoreExecutionGraphFromSavepoint(ExecutionGraph executionGraph
                }
        }
 
-       protected void resetForNewExecutions(final 
Collection<ExecutionVertexID> vertices) {
+       protected void resetForNewExecutions(final List<ExecutionVertexID> 
vertices) {
 
 Review comment:
   I think it's better to regard it as ordered. See my other comment.

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