This is an automated email from the ASF dual-hosted git repository.
nkruber pushed a change to branch release-1.5
in repository https://gitbox.apache.org/repos/asf/flink.git.
from fa4b6e1 [hotfix] [docs] Fix ProcessWindowFunction code snippets.
new 709f2e9 [hotfix][network] add task name to SingleInputGate logs
new 7a86b11 [hotfix][checkstyle] fix comments in SingleInputGate
new d5ddb0f [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(-)