You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tr...@apache.org on 2019/09/10 11:49:34 UTC

[flink] branch master updated (d473b4d -> 66cec83)

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

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


    from d473b4d  [FLINK-14000][runtime] Remove legacy ProcessShutDownThread
     add 33cc21c  [hotfix] Fix checkstyle violations in FailureRateRestartStrategy
     add accd99c  [hotfix] Set restart delay for SimpleRecoveryFailureRateStrategyITBase to 0 s
     add c3726cd  [FLINK-13884] Set default delay for restart strategies to 1s
     add 66cec83  [FLINK-13883] Deprecate unused AkkaOptions related to Akka's death watch

No new revisions were added by this update.

Summary of changes:
 docs/_includes/generated/akka_configuration.html   | 15 ----
 ...ailure_rate_restart_strategy_configuration.html |  2 +-
 ...fixed_delay_restart_strategy_configuration.html |  2 +-
 .../generated/restart_strategy_configuration.html  |  2 +-
 .../streaming/connectors/kafka/KafkaTestBase.java  |  3 -
 .../apache/flink/configuration/AkkaOptions.java    | 93 ++++++++++++----------
 .../flink/configuration/ConfigConstants.java       |  8 +-
 .../configuration/RestartStrategyOptions.java      |  6 +-
 .../restart/FailureRateRestartStrategy.java        |  5 +-
 ...CheckpointingEnabledRestartStrategyFactory.java |  6 +-
 .../org/apache/flink/runtime/akka/AkkaUtils.scala  | 19 -----
 .../runtime/testutils/ZooKeeperTestUtils.java      |  4 -
 .../apache/flink/runtime/akka/AkkaUtilsTest.scala  | 15 +---
 .../SimpleRecoveryFailureRateStrategyITBase.java   |  2 +-
 14 files changed, 70 insertions(+), 112 deletions(-)