wanglijie95 commented on a change in pull request #18023:
URL: https://github.com/apache/flink/pull/18023#discussion_r776737950
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/scheduler/adapter/DefaultExecutionTopology.java
##########
@@ -167,7 +167,7 @@ public static DefaultExecutionTopology fromExecutionGraph(
IndexedPipelinedRegions indexedPipelinedRegions =
computePipelinedRegions(
- logicalPipelinedRegions,
Review comment:
`logicalPipelinedRegions` contains all regions, including the
uninitialized regions(which has uninitialized vertices). But
`executionGraphIndex.sortedExecutionVerticesInPipelinedRegion.keySet()` only
contains the initialized regions. `logicalPipelinedRegions` will cause `NPE` in
`computePipelinedRegions`
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]