This is an automated email from the ASF dual-hosted git repository.
mapohl pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
from c5430e2e5d4 [FLINK-25511][state/changelog] Discard pre-emptively
uploaded state changes not included into any checkpoint
new 3690c3f4457 [FLINK-27382][runtime] Moves cluster shutdown to when the
job cleanup is done in job mode
new d940af688be [hotfix][runtime][test] Adds additional test for when the
JobManagerRunner result completes exceptionally
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:
.../flink/runtime/dispatcher/Dispatcher.java | 79 +++++++++++++++-------
.../flink/runtime/dispatcher/MiniDispatcher.java | 71 ++++++++++---------
.../flink/runtime/dispatcher/DispatcherTest.java | 50 ++++++++------
.../runtime/dispatcher/MiniDispatcherTest.java | 41 ++++++++++-
4 files changed, 166 insertions(+), 75 deletions(-)