GJL commented on a change in pull request #11752:
URL: https://github.com/apache/flink/pull/11752#discussion_r416634855
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/ArchivedExecutionVertex.java
##########
@@ -104,4 +104,9 @@ public ArchivedExecution getPriorExecutionAttempt(int
attemptNumber) {
throw new IllegalArgumentException("attempt does not
exist");
}
}
+
+ @Override
+ public EvictingBoundedList<ArchivedExecution>
getPriorExecutionAttempts() {
Review comment:
As written before, I would prefer `List<AccessExecution>` as the return
type.
----------------------------------------------------------------
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]