You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2021/02/19 07:06:15 UTC

[flink] branch master updated (3dbb184 -> 2a78440)

This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from 3dbb184  [FLINK-21360][coordination] Make resource timeout configurable
     add 2a78440  [FLINK-21380][coordination] Hide terminal ExecutionGraph in StateWithExecutionGraph

No new revisions were added by this update.

Summary of changes:
 .../executiongraph/ArchivedExecutionGraph.java     | 27 ++++++-
 .../runtime/scheduler/declarative/Canceling.java   |  5 ++
 .../runtime/scheduler/declarative/Executing.java   |  5 ++
 .../runtime/scheduler/declarative/Failing.java     |  5 ++
 .../declarative/StateWithExecutionGraph.java       |  7 +-
 .../executiongraph/ArchivedExecutionGraphTest.java |  9 +++
 .../scheduler/declarative/CancelingTest.java       | 22 +++++
 .../scheduler/declarative/ExecutingTest.java       | 93 ++++++++++++++++++++++
 .../runtime/scheduler/declarative/FailingTest.java | 22 +++++
 .../scheduler/declarative/RestartingTest.java      | 18 +++++
 10 files changed, 205 insertions(+), 8 deletions(-)