XComp commented on code in PR #24003: URL: https://github.com/apache/flink/pull/24003#discussion_r1444703461
########## flink-runtime/src/main/java/org/apache/flink/runtime/scheduler/exceptionhistory/FailureHandlingResultSnapshot.java: ########## @@ -150,7 +154,11 @@ public long getTimestamp() { * * @return The concurrently failed {@code Executions}. */ - public Iterable<Execution> getConcurrentlyFailedExecution() { + public Set<Execution> getConcurrentlyFailedExecution() { Review Comment: I'm not sure whether this change is necessary. See [my other related comment](https://github.com/apache/flink/pull/24003#discussion_r1444695608). -- 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. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org