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/02/11 08:54:32 UTC

[flink] branch master updated (9c4039b -> 5c283cd)

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 9c4039b  [FLINK-26072][connectors] Deprecate NiFi connector
     add 5c283cd  [FLINK-25433] Add retry logic to DefaultResourceCleaner

No new revisions were added by this update.

Summary of changes:
 .../generated/all_jobmanager_section.html          |  12 ++
 .../generated/job_manager_configuration.html       |  12 ++
 .../flink/configuration/JobManagerOptions.java     |  16 ++
 .../dispatcher/cleanup/DefaultResourceCleaner.java |  64 ++++--
 .../cleanup/DispatcherResourceCleanerFactory.java  |  20 +-
 ...verITCase.java => DispatcherCleanupITCase.java} | 233 ++++++++++++++-------
 .../runtime/dispatcher/TestingDispatcher.java      |   2 +
 .../cleanup/DefaultResourceCleanerTest.java        | 191 +++++++++++++----
 .../DispatcherResourceCleanerFactoryTest.java      |   1 +
 .../cleanup/TestingRetryStrategies.java}           |  35 ++--
 .../retriever/impl/RpcGatewayRetrieverTest.java    |   5 +-
 11 files changed, 434 insertions(+), 157 deletions(-)
 rename flink-runtime/src/test/java/org/apache/flink/runtime/dispatcher/{DispatcherFailoverITCase.java => DispatcherCleanupITCase.java} (61%)
 copy flink-runtime/src/{main/java/org/apache/flink/runtime/state/internal/InternalAggregatingState.java => test/java/org/apache/flink/runtime/dispatcher/cleanup/TestingRetryStrategies.java} (54%)