This is an automated email from the ASF dual-hosted git repository.
mapohl pushed a change to branch release-1.19
in repository https://gitbox.apache.org/repos/asf/flink.git
from af041a2a883 [FLINK-37205][python] Correct the state cache behavior
during bump be… (#26059)
new eef910f7098 [FLINK-34227][runtime] Fixes concurrency issue in
JobMaster shutdown (#24489)
new 216d3923380 [FLINK-34227][runtime] Fixes IO thread leaking into owner
of the scheduler instance (i.e. the JobMaster)
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:
.../apache/flink/util/concurrent/FutureUtils.java | 34 ++++++++-
.../apache/flink/runtime/jobmaster/JobMaster.java | 31 ++++++---
.../flink/runtime/scheduler/SchedulerBase.java | 5 +-
.../scheduler/adaptive/AdaptiveScheduler.java | 7 +-
.../flink/runtime/jobmaster/JobMasterTest.java | 81 ++++++++++++++++++++++
.../slotpool/TestingSlotPoolServiceBuilder.java | 5 ++
.../runtime/scheduler/DefaultSchedulerTest.java | 70 +++++++++++++++++++
.../scheduler/adaptive/AdaptiveSchedulerTest.java | 14 ++++
.../adaptivebatch/AdaptiveBatchSchedulerTest.java | 23 ++++++
9 files changed, 255 insertions(+), 15 deletions(-)