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 f302c4729e9 [FLINK-39117][tests] Fix flaky ChainUnionTest by
tolerating CHECKPOINT_COORDINATOR_SUSPEND exception (#27664)
new 22598624741 [FLINK-39309][runtime] Check terminated applications for
duplication
new 923a3593207 [hotfix][runtime] Fix
DispatcherCleanupITCase.testCleanupAfterLeadershipChange
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:
.../clusterframework/ApplicationStatus.java | 25 ++
.../flink/runtime/dispatcher/Dispatcher.java | 275 +++++++++++++--------
.../AbstractThreadsafeApplicationResultStore.java | 10 +
.../highavailability/ApplicationResultStore.java | 17 ++
.../EmbeddedApplicationResultStore.java | 10 +
.../FileSystemApplicationResultStore.java | 17 ++
.../clusterframework/ApplicationStatusTest.java | 29 +++
.../dispatcher/DispatcherApplicationTest.java | 117 +++++++++
.../dispatcher/DispatcherCleanupITCase.java | 8 +-
.../ApplicationResultStoreContractTest.java | 50 ++++
...leSystemApplicationResultStoreContractTest.java | 23 ++
.../testutils/TestingApplicationResultStore.java | 29 ++-
12 files changed, 503 insertions(+), 107 deletions(-)