This is an automated email from the ASF dual-hosted git repository.
trohrmann pushed a change to branch release-1.13
in repository https://gitbox.apache.org/repos/asf/flink.git.
from 3523f5e [hotfix] Do not use ExecutorService.submit since it can
swallow exceptions
new 72fc287 [FLINK-22431] Add information when and why the
AdaptiveScheduler restarts or fails jobs
new 3795a71 [hotfix] Add debug logging to the states of the
AdaptiveScheduler
new a070dfa [hotfix] Harden against FLINK-21376 by checking for null
failure cause
The 3 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:
.../scheduler/adaptive/AdaptiveScheduler.java | 18 +++++++++++++----
.../runtime/scheduler/adaptive/Canceling.java | 6 +++++-
.../runtime/scheduler/adaptive/Executing.java | 23 +++++++++++++---------
.../flink/runtime/scheduler/adaptive/Failing.java | 6 +++++-
.../flink/runtime/scheduler/adaptive/Finished.java | 7 ++++++-
.../runtime/scheduler/adaptive/Restarting.java | 6 +++++-
.../adaptive/StateWithExecutionGraph.java | 4 ++++
.../scheduler/adaptive/StopWithSavepoint.java | 8 +++++++-
.../runtime/scheduler/adaptive/ExecutingTest.java | 5 +++--
.../scheduler/adaptive/StopWithSavepointTest.java | 6 +++---
10 files changed, 66 insertions(+), 23 deletions(-)