This is an automated email from the ASF dual-hosted git repository.
chesnay pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.
from 0632600 [FLINK-12306][Runtime] Change the name of log into LOG
new f1b2e9b [hotfix][metrics] Remove legacy/unused code
new 0af34bd [hotfix][tests][runtime] Extract utilities for creating
InputChannels
new f98a7a8 [FLINK-12199][metrics][network] Decouple network metrics from
Task
The 16461 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:
.../webmonitor/history/HistoryServerTest.java | 7 +-
.../flink/runtime/executiongraph/IOMetrics.java | 70 +--------
.../partition/consumer/InputChannelMetrics.java | 73 +++++++++
.../partition/consumer/LocalInputChannel.java | 5 +-
.../partition/consumer/RemoteInputChannel.java | 5 +-
.../partition/consumer/SingleInputGate.java | 14 +-
.../partition/consumer/UnknownInputChannel.java | 5 +-
.../apache/flink/runtime/metrics/MetricNames.java | 11 +-
.../runtime/metrics/groups/TaskIOMetricGroup.java | 53 ++-----
.../rest/handler/job/JobDetailsHandler.java | 4 +-
.../rest/handler/job/JobVertexDetailsHandler.java | 4 +-
.../handler/job/JobVertexTaskManagersHandler.java | 4 +-
.../rest/handler/util/MutableIOMetrics.java | 76 ++--------
.../job/SubtaskExecutionAttemptDetailsInfo.java | 4 +-
.../org/apache/flink/runtime/taskmanager/Task.java | 5 +-
.../ExecutionGraphDeploymentTest.java | 6 +-
.../runtime/io/network/NetworkEnvironmentTest.java | 3 +-
.../netty/PartitionRequestClientHandlerTest.java | 4 +-
.../network/partition/InputChannelTestUtils.java | 71 +++++++++
.../network/partition/InputGateConcurrentTest.java | 28 ++--
.../network/partition/InputGateFairnessTest.java | 33 ++--
.../partition/consumer/LocalInputChannelTest.java | 53 ++-----
.../partition/consumer/RemoteInputChannelTest.java | 14 +-
.../partition/consumer/SingleInputGateTest.java | 24 +--
.../metrics/groups/TaskIOMetricGroupTest.java | 10 +-
.../SubtaskCurrentAttemptDetailsHandlerTest.java | 15 +-
.../SubtaskExecutionAttemptDetailsHandlerTest.java | 15 +-
.../legacy/utils/ArchivedExecutionBuilder.java | 3 +-
.../legacy/utils/ArchivedJobGenerationUtils.java | 167 ---------------------
.../runtime/taskmanager/TaskAsyncCallTest.java | 5 +-
.../apache/flink/runtime/taskmanager/TaskTest.java | 5 +-
.../StreamNetworkBenchmarkEnvironment.java | 6 +-
.../runtime/tasks/SynchronousCheckpointITCase.java | 5 +-
33 files changed, 286 insertions(+), 521 deletions(-)
create mode 100644
flink-runtime/src/main/java/org/apache/flink/runtime/io/network/partition/consumer/InputChannelMetrics.java
delete mode 100644
flink-runtime/src/test/java/org/apache/flink/runtime/rest/handler/legacy/utils/ArchivedJobGenerationUtils.java