This is an automated email from the ASF dual-hosted git repository.
dwysakowicz pushed a change to branch release-1.14
in repository https://gitbox.apache.org/repos/asf/flink.git.
from 95d844d [FLINK-24600][ui] Remove duplicate 99th percentile
new de84846 [FLINK-24468][runtime] Moved the methods for sending messages
from NetworkClientHandler to NettyPartitioonRequestClient since it is not
responsibility of handler to send them
new 9ed6ad8 [FLINK-24468][runtime] Replaced submit by execute for
submitting buffer size calculation to mailbox
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/io/network/NetworkClientHandler.java | 31 ------
.../io/network/netty/ClientOutboundMessage.java | 17 ++--
.../CreditBasedPartitionRequestClientHandler.java | 112 ---------------------
.../network/netty/NettyPartitionRequestClient.java | 65 +++++++++++-
.../flink/streaming/runtime/tasks/StreamTask.java | 2 +-
5 files changed, 71 insertions(+), 156 deletions(-)
copy
flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/table/functions/hive/conversion/HiveObjectConversion.java
=>
flink-runtime/src/main/java/org/apache/flink/runtime/io/network/netty/ClientOutboundMessage.java
(66%)