You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ga...@apache.org on 2019/10/21 19:08:50 UTC

[flink] branch release-1.9 updated (ff42933 -> 01c246f)

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

gary pushed a change to branch release-1.9
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from ff42933  [FLINK-14123][docs] Update release notes to contain warning about OOM
     add e356f06  [hotfix][runtime] Remove duplicated check from ExecutionGraph ctor
     add 19aa299  [FLINK-14206][runtime] Let fullRestart metric count both full restarts and fine grained restarts
     add 01c246f  [hotfix][tests] Remove legacy executor assumptions in ExecutionGraphRestartTest

No new revisions were added by this update.

Summary of changes:
 .../runtime/executiongraph/ExecutionGraph.java     | 24 ++++++++++------
 .../AdaptedRestartPipelinedRegionStrategyNG.java   |  2 ++
 .../metrics/NumberOfFullRestartsGauge.java         |  4 +--
 ...startPipelinedRegionStrategyNGFailoverTest.java | 17 +++++++++++
 .../executiongraph/ExecutionGraphRestartTest.java  | 33 +++-------------------
 5 files changed, 40 insertions(+), 40 deletions(-)