This is an automated email from the ASF dual-hosted git repository.
zhuzh pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
from e107783d91f [FLINK-31859][build] Update cyclonedx-maven-plugin from
2.7.3 to 2.7.7
new c20910ad991 [hotfix][test] Migrate
FailoverStrategyCheckpointCoordinatorTest to Junit5 and AssertJ.
new bc859f6ffa9 [FLINK-31853][runtime] Remove use of
ExecutionAttemptMappingProvider
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:
.../runtime/checkpoint/CheckpointCoordinator.java | 13 +---
.../runtime/checkpoint/CheckpointStatsTracker.java | 8 +--
.../ExecutionAttemptMappingProvider.java | 82 ----------------------
.../executiongraph/DefaultExecutionGraph.java | 2 -
.../CheckpointCoordinatorMasterHooksTest.java | 1 -
.../CheckpointCoordinatorTestingUtils.java | 1 -
.../FailoverStrategyCheckpointCoordinatorTest.java | 43 ++++++------
7 files changed, 26 insertions(+), 124 deletions(-)
delete mode 100644
flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/ExecutionAttemptMappingProvider.java