zentol commented on a change in pull request #15049:
URL: https://github.com/apache/flink/pull/15049#discussion_r597725353



##########
File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/scheduler/ExecutionGraphInfo.java
##########
@@ -35,15 +33,15 @@
 
     private static final long serialVersionUID = -6134203195124124202L;
 
-    private final ArchivedExecutionGraph executionGraph;
-    private final List<ErrorInfo> exceptionHistory;
+    private final AccessExecutionGraph executionGraph;

Review comment:
       I don't see a lot of value in adding another interface for the sole 
purposes of differentiating between the 2 current implementations.




-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to