zhuzhurk commented on code in PR #21772:
URL: https://github.com/apache/flink/pull/21772#discussion_r1090413159
##########
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/graph/StreamingJobGraphGenerator.java:
##########
@@ -1839,6 +1839,7 @@ private OperatorChainInfo(
this.streamGraph = streamGraph;
this.parallelismConfigured =
streamGraph.getStreamNode(startNodeId).isParallelismConfigured();
+ this.chainedNodes = new ArrayList<>();
Review Comment:
The headNode should also be included.
--
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]