AHeise commented on a change in pull request #10935: [FLINK-15603][web] Expose
checkpointStartDelayNanos metric in the WebUI
URL: https://github.com/apache/flink/pull/10935#discussion_r370724654
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/rest/handler/job/checkpoints/TaskCheckpointStatisticDetailsHandler.java
##########
@@ -184,7 +179,8 @@ private static TaskCheckpointStatisticsWithSubtaskDetails
createCheckpointDetail
subtask.getAsyncCheckpointDuration()),
new
SubtaskCheckpointStatistics.CompletedSubtaskCheckpointStatistics.CheckpointAlignment(
subtask.getAlignmentBuffered(),
- subtask.getAlignmentDuration())
+ subtask.getAlignmentDuration()),
+ subtask.getCheckpointStartDelay()
Review comment:
nit: indent.
----------------------------------------------------------------
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]
With regards,
Apache Git Services