reswqa commented on code in PR #20739: URL: https://github.com/apache/flink/pull/20739#discussion_r970343607
########## flink-runtime/src/main/java/org/apache/flink/runtime/scheduler/strategy/PipelinedRegionSchedulingStrategy.java: ########## @@ -53,15 +54,16 @@ public class PipelinedRegionSchedulingStrategy implements SchedulingStrategy { private final Map<SchedulingPipelinedRegion, List<ExecutionVertexID>> regionVerticesSorted = new IdentityHashMap<>(); - /** All ConsumedPartitionGroups of one schedulingPipelinedRegion. */ + /** All producedPartitionGroupsOfRegion of one schedulingPipelinedRegion. */ Review Comment: Ok, modified. -- 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