This is an automated email from the ASF dual-hosted git repository.
guoyangze pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
from 202eacb2ee9 [FLINK-26361][hive] Create LogicalFilter with
CorrelationId to fix failed to rewrite subquery in hive dialect (#18920)
new 6b8230cf83f [hotfix][rest] Remove the stale items in rest_v1_dispatcher
new bc2a86e5bb5 [FLINK-28308] Introduce metrics of the accumulated time
that a running task is busy / idle / back-pressured
new bb8e1d14f05 [FLINK-28309][rest] Introduce metrics of the duration that
a task stays in each status
The 3 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:
.../shortcodes/generated/rest_v1_dispatcher.html | 169 ++++++++-------------
docs/static/generated/rest_v1_dispatcher.yml | 14 ++
.../src/test/resources/rest_api_v1.snapshot | 63 ++++++++
.../runtime/executiongraph/AccessExecution.java | 15 ++
.../runtime/executiongraph/ArchivedExecution.java | 19 ++-
.../flink/runtime/executiongraph/Execution.java | 29 +++-
.../flink/runtime/executiongraph/IOMetrics.java | 37 ++++-
.../apache/flink/runtime/metrics/MetricNames.java | 3 +
.../apache/flink/runtime/metrics/TimerGauge.java | 9 ++
.../runtime/metrics/groups/TaskIOMetricGroup.java | 39 ++++-
.../rest/handler/job/JobDetailsHandler.java | 5 +-
.../handler/job/JobVertexTaskManagersHandler.java | 5 +-
.../rest/handler/util/MutableIOMetrics.java | 32 +++-
.../job/SubtaskExecutionAttemptDetailsInfo.java | 82 +++++++++-
.../rest/messages/job/metrics/IOMetricsInfo.java | 45 +++++-
.../executiongraph/ArchivedExecutionGraphTest.java | 30 ++++
.../DefaultExecutionGraphDeploymentTest.java | 6 +-
.../executiongraph/ExecutionHistoryTest.java | 1 +
.../ExecutionPartitionLifecycleTest.java | 4 +-
.../flink/runtime/metrics/TimerGaugeTest.java | 4 +
.../metrics/groups/TaskIOMetricGroupTest.java | 15 ++
.../rest/handler/job/JobExceptionsHandlerTest.java | 4 +-
.../SubtaskCurrentAttemptDetailsHandlerTest.java | 44 +++++-
...askExecutionAttemptAccumulatorsHandlerTest.java | 1 +
.../SubtaskExecutionAttemptDetailsHandlerTest.java | 40 ++++-
.../rest/messages/JobVertexDetailsInfoTest.java | 15 +-
.../messages/JobVertexTaskManagersInfoTest.java | 5 +-
.../rest/messages/job/JobDetailsInfoTest.java | 5 +-
.../SubtaskExecutionAttemptDetailsInfoTest.java | 17 ++-
.../adaptivebatch/AdaptiveBatchSchedulerTest.java | 2 +-
.../exceptionhistory/TestingAccessExecution.java | 10 ++
.../flink/streaming/runtime/tasks/StreamTask.java | 1 +
32 files changed, 621 insertions(+), 149 deletions(-)