This is an automated email from the ASF dual-hosted git repository.
pnowojski pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
from 68cc61a8618 [FLINK-33676] Deleting WindowAggregateJsonPlanTest.java
and WindowAggregateJsonITCase.java
new 0944eb0addd fixup! [FLINK-19010][metric] Introduce subtask level
restore metric
new 98bd2659f5b [FLINK-35065][metrics] Add numFiredTimers and
numFiredTimersPerSecond
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
docs/content.zh/docs/ops/metrics.md | 12 ++++-
docs/content/docs/ops/metrics.md | 12 ++++-
.../apache/flink/runtime/metrics/MetricNames.java | 3 ++
.../runtime/metrics/groups/TaskIOMetricGroup.java | 10 +++++
.../api/operators/InternalTimeServiceManager.java | 2 +
.../operators/InternalTimeServiceManagerImpl.java | 8 +++-
.../api/operators/InternalTimerServiceImpl.java | 6 +++
.../operators/StreamTaskStateInitializerImpl.java | 1 +
.../BatchExecutionInternalTimeServiceManager.java | 2 +
.../operators/InternalTimerServiceImplTest.java | 52 +++++++++++++++++-----
.../StateInitializationContextImplTest.java | 2 +
.../StreamTaskStateInitializerImplTest.java | 2 +
.../BatchExecutionInternalTimeServiceTest.java | 15 +++++++
.../util/AbstractStreamOperatorTestHarness.java | 3 ++
.../restore/StreamOperatorSnapshotRestoreTest.java | 2 +
15 files changed, 119 insertions(+), 13 deletions(-)