This is an automated email from the ASF dual-hosted git repository.
nkruber pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.
from 5e6ae8d [FLINK-9919][docs] Remove unit for fullRestarts metric
new c489f77 [hotfix][network] add task name to SingleInputGate logs
new 398f464 [hotfix][checkstyle] fix comments in SingleInputGate
new ed61c3a [FLINK-10006][network] improve logging in BarrierBuffer:
prepend owning task name
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:
.../io/network/partition/consumer/InputGate.java | 2 +
.../partition/consumer/SingleInputGate.java | 23 +++++---
.../network/partition/consumer/UnionInputGate.java | 6 ++
.../flink/streaming/runtime/io/BarrierBuffer.java | 64 +++++++++++++++-------
.../runtime/io/BarrierBufferMassiveRandomTest.java | 12 ++++
.../flink/streaming/runtime/io/MockInputGate.java | 12 ++++
6 files changed, 91 insertions(+), 28 deletions(-)