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 41815f6 [hotfix] [docs] Fix typo in batch connectors
new 5526ec7 [hotfix][network] simplify moreAvailable/wasEmpty logic
new 6c76037 [FLINK-10141][network] move notifications outside the
bufferQueue and receivedBuffers locks
new c7ddb0a [FLINK-10142][network] reduce locking around credit
notification
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/netty/PartitionRequestClient.java | 5 +-
.../partition/consumer/RemoteInputChannel.java | 80 +++++++++++-----------
.../partition/consumer/SingleInputGate.java | 2 +-
.../partition/consumer/RemoteInputChannelTest.java | 66 +++++++++++-------
4 files changed, 84 insertions(+), 69 deletions(-)