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/07 17:07:50 UTC

[flink] branch master updated (809533e -> e933a5c)

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 809533e  [hotfix][runtime] Moving interfaces closely related to mailbox default action into MailboxDefaultAction. Renaming DefaultActionContext to MailboxDefaultAction.Controller.
     add ced28c9  [hotfix][metrics] Define the default time span for MeterView and add a constructor to use it
     add 282f785  [hotfix][runtime] Remove the redundant handleGlobalFailure() definition from SchedulerBase
     add 4f0d6c1  [FLINK-14164][runtime] Add a 'numberOfRestarts' metric to exhibit number of restarts
     add ba7c279  [FLINK-14164][runtime] Add docs for 'numberOfRestarts' metric
     add e933a5c  [FLINK-14373][tests] Fix ZooKeeperHighAvailabilityITCase to pass with NG scheduler

No new revisions were added by this update.

Summary of changes:
 docs/monitoring/metrics.md                               |  5 +++++
 docs/monitoring/metrics.zh.md                            |  5 +++++
 .../main/java/org/apache/flink/metrics/MeterView.java    |  7 +++++++
 .../java/org/apache/flink/metrics/MeterViewTest.java     |  6 +++---
 .../failover/flip1/ExecutionFailureHandler.java          | 15 ++++++++++++---
 .../runtime/io/network/metrics/InputChannelMetrics.java  |  2 +-
 .../org/apache/flink/runtime/metrics/MetricNames.java    |  2 ++
 .../runtime/metrics/groups/OperatorIOMetricGroup.java    |  4 ++--
 .../flink/runtime/metrics/groups/TaskIOMetricGroup.java  | 10 +++++-----
 .../apache/flink/runtime/scheduler/DefaultScheduler.java |  5 +++++
 .../apache/flink/runtime/scheduler/LegacyScheduler.java  |  5 +++++
 .../apache/flink/runtime/scheduler/SchedulerBase.java    |  8 +++++---
 .../failover/flip1/ExecutionFailureHandlerTest.java      |  3 +++
 .../table/runtime/operators/window/WindowOperator.java   |  2 +-
 .../checkpointing/ZooKeeperHighAvailabilityITCase.java   | 16 ++++++++++------
 15 files changed, 71 insertions(+), 24 deletions(-)