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 2022/01/28 09:17:05 UTC

[flink] branch master updated (77ec805 -> 1704b13)

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 77ec805  [FLINK-25849] Add TaskManager session id to JobMaster.registerTaskManager
     add 59d0a64  [FLINK-25707] AdaptiveScheduler transitions executions to scheduled
     add 1704b13  [FLINK-25707] Forbid transitions from CREATED -> DEPLOYING

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/flink/runtime/executiongraph/Execution.java    | 5 ++---
 .../flink/runtime/scheduler/adaptive/CreatingExecutionGraph.java   | 7 +++++++
 .../executiongraph/DefaultExecutionGraphDeploymentTest.java        | 1 +
 ...ultExecutionGraphDeploymentWithSmallBlobCacheSizeLimitTest.java | 6 +++---
 .../runtime/executiongraph/ExecutionVertexDeploymentTest.java      | 6 ++++++
 .../runtime/executiongraph/RemoveCachedShuffleDescriptorTest.java  | 1 +
 .../ExecutionGraphToInputsLocationsRetrieverAdapterTest.java       | 2 ++
 .../flink/runtime/scheduler/benchmark/SchedulerBenchmarkUtils.java | 7 ++++---
 .../deploying/DeployingDownstreamTasksInBatchJobBenchmark.java     | 4 ++++
 .../benchmark/deploying/DeployingTasksInStreamingJobBenchmark.java | 2 ++
 10 files changed, 32 insertions(+), 9 deletions(-)