carryxyh commented on a change in pull request #7774: Code clean for
streamJobGraphGenerator.
URL: https://github.com/apache/flink/pull/7774#discussion_r258475344
##########
File path:
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/graph/StreamingJobGraphGenerator.java
##########
@@ -478,9 +468,6 @@ private void setVertexConfig(Integer vertexID,
StreamConfig config,
config.setIterationWaitTime(streamGraph.getLoopTimeout(vertexID));
}
- List<StreamEdge> allOutputs = new
ArrayList<StreamEdge>(chainableOutputs);
Review comment:
Seems like this list will never used.
So delete it for code clean.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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