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 18:26:38 UTC

[flink] branch master updated (af50b7c -> e870235)

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

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


    from af50b7c  [FLINK-14469][python] Drop Python 2 support for PyFlink
     add 6e60872  [hotfix][runtime] Remove duplicated check from ExecutionGraph ctor
     add cd7acb2  [FLINK-14206][runtime] Let fullRestart metric count both full restarts and fine grained restarts
     add e870235  [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(-)