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



##########
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 thought of keeping the interface considering that we might have to 
come up with something new for `AdaptiveScheduler`. But I'm also happy to 
revert the changes since we could argue that this would be out of scope for 
this ticket.




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


Reply via email to