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/09 16:17:25 UTC

[flink] branch master updated (31aa567 -> 312ef32)

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 31aa567  [FLINK-14009][build] Ignore license file check for Scala version different than 2.11
     add 312ef32  [FLINK-13921] Simplify cluster level RestartStrategy configuration

No new revisions were added by this update.

Summary of changes:
 .../restart/FixedDelayRestartStrategy.java         | 20 ++++--
 .../restart/RestartStrategyFactory.java            | 32 +---------
 .../restart/RestartStrategyFactoryTest.java        | 74 ++++++++++++++++++++++
 3 files changed, 89 insertions(+), 37 deletions(-)
 create mode 100644 flink-runtime/src/test/java/org/apache/flink/runtime/executiongraph/restart/RestartStrategyFactoryTest.java