This is an automated email from the ASF dual-hosted git repository.
fanrui pushed a change to branch release-1.17
in repository https://gitbox.apache.org/repos/asf/flink.git
from 8e5fb18ae5a [FLINK-32027][runtime] Fix the potential concurrent
reading bug of index file for SortMergeShuffle.
new 5f229e9e28e [hotfix] Migrate checkpoint statistics related tests to
JUnit5 and AssertJ
new 01ed7dbbde9 [FLINK-31959][checkpoint] Correct the unaligned checkpoint
type at checkpoint level
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../src/test/resources/rest_api_v1.snapshot | 8 +-
.../detail/job-checkpoints-detail.component.ts | 8 +-
.../checkpoint/AbstractCheckpointStats.java | 3 +
.../checkpoint/CompletedCheckpointStats.java | 12 ++
.../runtime/checkpoint/FailedCheckpointStats.java | 3 +
.../runtime/checkpoint/PendingCheckpointStats.java | 15 ++
.../messages/checkpoints/CheckpointStatistics.java | 22 ++-
.../CompletedCheckpointStatsSummaryTest.java | 65 ++++----
.../checkpoint/CompletedCheckpointTest.java | 81 +++++----
.../checkpoint/FailedCheckpointStatsTest.java | 42 ++---
.../checkpoint/PendingCheckpointStatsTest.java | 185 +++++++++++----------
.../checkpoints/CheckpointingStatisticsTest.java | 50 +++++-
12 files changed, 291 insertions(+), 203 deletions(-)