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 d216dc9  [FLINK-10186][streaming] Use ThreadLocalRandom in 
BufferSpiller constructor
     new 93ac958  [FLINK-10150][metrics] Fix OperatorMetricGroup creation for 
Batch
     new 4573d48  [hotfix][metrics] Rename TaskMetricGroup#addOperator

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:
 .../runtime/metrics/groups/TaskMetricGroup.java    |  14 +-
 .../metrics/groups/UnregisteredMetricGroups.java   |   2 +-
 .../apache/flink/runtime/operators/BatchTask.java  |   2 +-
 .../flink/runtime/operators/DataSinkTask.java      |   2 +-
 .../flink/runtime/operators/DataSourceTask.java    |   2 +-
 .../runtime/operators/chaining/ChainedDriver.java  |   2 +-
 .../runtime/metrics/groups/OperatorGroupTest.java  |   2 +-
 .../metrics/groups/TaskMetricGroupTest.java        |   2 +-
 .../chaining/ChainedOperatorsMetricTest.java       | 175 +++++++++++++++++++++
 .../operators/testutils/MockEnvironment.java       |  10 +-
 .../testutils/MockEnvironmentBuilder.java          |  11 +-
 .../api/operators/AbstractStreamOperator.java      |   2 +-
 .../runtime/tasks/OneInputStreamTaskTest.java      |   6 +-
 .../runtime/tasks/TwoInputStreamTaskTest.java      |   6 +-
 14 files changed, 214 insertions(+), 24 deletions(-)
 create mode 100644 
flink-runtime/src/test/java/org/apache/flink/runtime/operators/chaining/ChainedOperatorsMetricTest.java

Reply via email to