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 e0dd372  [FLINK-25026] 
UnalignedCheckpointRescaleITCase.shouldRescaleUnalignedCheckpoint fails on AZP
     add 2e627a1  [FLINK-26331] Makes configuration for repeatable cleanups 
follow the configuration pattern for task restarts

No new revisions were added by this update.

Summary of changes:
 docs/content.zh/docs/deployment/config.md          |  14 ++
 docs/content/docs/deployment/config.md             |  14 ++
 .../generated/all_jobmanager_section.html          |  12 --
 .../generated/cleanup_configuration.html           |  18 ++
 ...ntial_delay_cleanup_strategy_configuration.html |  30 +++
 ...fixed_delay_cleanup_strategy_configuration.html |  24 +++
 .../generated/job_manager_configuration.html       |  12 --
 .../apache/flink/configuration/CleanupOptions.java | 196 +++++++++++++++++
 .../flink/configuration/JobManagerOptions.java     |  16 --
 .../configuration/RestartStrategyOptions.java      |   7 +-
 .../cleanup/CleanupRetryStrategyFactory.java       | 118 ++++++++++
 .../cleanup/DispatcherResourceCleanerFactory.java  |  13 +-
 .../cleanup/CleanupRetryStrategyFactoryTest.java   | 240 +++++++++++++++++++++
 13 files changed, 662 insertions(+), 52 deletions(-)
 create mode 100644 docs/layouts/shortcodes/generated/cleanup_configuration.html
 create mode 100644 
docs/layouts/shortcodes/generated/exponential_delay_cleanup_strategy_configuration.html
 create mode 100644 
docs/layouts/shortcodes/generated/fixed_delay_cleanup_strategy_configuration.html
 create mode 100644 
flink-core/src/main/java/org/apache/flink/configuration/CleanupOptions.java
 create mode 100644 
flink-runtime/src/main/java/org/apache/flink/runtime/dispatcher/cleanup/CleanupRetryStrategyFactory.java
 create mode 100644 
flink-runtime/src/test/java/org/apache/flink/runtime/dispatcher/cleanup/CleanupRetryStrategyFactoryTest.java

Reply via email to