You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ma...@apache.org on 2022/02/16 08:54:58 UTC

[flink] branch master updated (b64a838 -> 3efd4c2)

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 b64a838  [FLINK-26107][runtime] OperatorCoordinator uses failure handler of the current state
     add 6cdb97c4 [hotfix][runtime] Adds & fixes JavaDoc
     add 5b06297  [FLINK-26117][runtime] Introduces ofLocalResource in DispatcherResourceCleanerFactory
     add 3efd4c2  [FLINK-26117][runtime] Removes GloballyCleanableResource from JobManagerRunnerRegistry

No new revisions were added by this update.

Summary of changes:
 .../DefaultJobManagerRunnerRegistry.java           |  9 --
 .../dispatcher/JobManagerRunnerRegistry.java       |  4 +-
 .../OnMainThreadJobManagerRunnerRegistry.java      |  6 --
 .../dispatcher/cleanup/DefaultResourceCleaner.java | 14 ++++
 .../cleanup/DispatcherResourceCleanerFactory.java  | 17 +++-
 .../cleanup/GloballyCleanableResource.java         |  8 +-
 .../cleanup/LocallyCleanableResource.java          | 13 +--
 .../dispatcher/DispatcherCleanupITCase.java        |  2 +-
 .../TestingJobManagerRunnerRegistry.java           | 34 ++------
 .../DispatcherResourceCleanerFactoryTest.java      | 98 ++++++++++------------
 10 files changed, 94 insertions(+), 111 deletions(-)