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 740a5674fd9 [FLINK-34168][config] Refactor callers that use deprecated
get/setXXX (#25301)
new c43e7915ffe [FLINK-36013] [runtime] Introduce the transition from
Restarting to CreatingExecutionGraph state
new 77da0414929 [hotfix] Added ExecutionGraph validation while transiting
to WaitingForResources state in RestartingTest
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:
.../scheduler/adaptive/AdaptiveScheduler.java | 2 +
.../runtime/scheduler/adaptive/Executing.java | 1 +
.../scheduler/adaptive/FailureResultUtil.java | 1 +
.../runtime/scheduler/adaptive/Restarting.java | 32 +++++++---
.../scheduler/adaptive/StateTransitions.java | 4 ++
.../runtime/scheduler/adaptive/ExecutingTest.java | 36 +++++++++--
.../runtime/scheduler/adaptive/RestartingTest.java | 70 +++++++++++++++++-----
.../scheduler/adaptive/StopWithSavepointTest.java | 10 +++-
8 files changed, 124 insertions(+), 32 deletions(-)