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/11/11 20:40:54 UTC

[flink] branch master updated (7a61c58 -> 644d658)

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 7a61c58  [hotfix] Fix wrong Java doc comment of BroadcastStateBootstrapFunction.Context
     add 0f33630  [FLINK-14374][runtime] Expose scheduler type constants in SchedulerNGFactoryFactory
     add 6aa0a67  [FLINK-14374][runtime,tests] Run RegionFailoverITCase also with DefaultScheduler enabled
     add 7baf6875 [hotfix][docs] Fix broken table that describes 'numberOfRestarts' metric
     add 51c2421  [hotfix][runtime] Rename metric 'numberOfRestarts' to 'numRestarts'
     add 644d658  [FLINK-14164][runtime] Make metric 'fullRestarts' compatible with NG scheduler

No new revisions were added by this update.

Summary of changes:
 docs/monitoring/metrics.md                         |  6 +--
 docs/monitoring/metrics.zh.md                      |  6 +--
 .../dispatcher/SchedulerNGFactoryFactory.java      | 13 ++++--
 .../executiongraph/ExecutionGraphBuilder.java      |  2 -
 .../metrics/NumberOfFullRestartsGauge.java         | 47 ----------------------
 .../apache/flink/runtime/metrics/MetricNames.java  |  3 +-
 .../flink/runtime/scheduler/SchedulerBase.java     |  5 ++-
 .../test/checkpointing/RegionFailoverITCase.java   | 30 ++++++++++++--
 .../ZooKeeperHighAvailabilityITCase.java           |  4 +-
 9 files changed, 50 insertions(+), 66 deletions(-)
 delete mode 100644 flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/metrics/NumberOfFullRestartsGauge.java