pltbkd commented on code in PR #20296:
URL: https://github.com/apache/flink/pull/20296#discussion_r932889525
##########
flink-runtime/src/main/java/org/apache/flink/runtime/rest/messages/job/SubtaskExecutionAttemptDetailsInfo.java:
##########
@@ -261,6 +261,53 @@ public static SubtaskExecutionAttemptDetailsInfo create(
duration,
ioMetricsInfo,
taskmanagerId,
- getExecutionStateDuration(execution));
+ getExecutionStateDuration(execution),
+ otherConcurrentAttempts);
+ }
+
+ public List<SubtaskExecutionAttemptDetailsInfo>
getOtherConcurrentAttempts() {
Review Comment:
Quite a few getters in this class are not called. I'm not sure if we should
add the getter or not. I'll move this method next to other getters first.
Please let me know if it should actually be removed.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]