reswqa commented on code in PR #20739:
URL: https://github.com/apache/flink/pull/20739#discussion_r970392133


##########
flink-runtime/src/main/java/org/apache/flink/runtime/scheduler/strategy/PipelinedRegionSchedulingStrategy.java:
##########
@@ -226,44 +228,71 @@ private void maybeScheduleRegions(final 
Set<SchedulingPipelinedRegion> regions)
                 SchedulingStrategyUtils.sortPipelinedRegionsInTopologicalOrder(
                         schedulingTopology, regions);

Review Comment:
   Change to sort `regionToSchedule` before `scheduleRegion`,  Jm log about 
task scheduling subject to topological order now. 



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

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to