You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/02/20 13:16:07 UTC

[GitHub] carryxyh commented on a change in pull request #7774: Code clean for streamJobGraphGenerator.

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:
users@infra.apache.org


With regards,
Apache Git Services