This is an automated email from the ASF dual-hosted git repository.
xtsong pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
from f734fa717a8 [FLINK-30029][ci] Parse version/classifier separately
new 97c9abf9791 [hotfix] Migrate ClientTransportErrorHandlingTest &
PartitionRequestClientFactoryTest & ResultPartitionDeploymentDescriptorTest to
JUnit5 and AssertJ.
new 93c834be953 [FLINK-29639] Print resourceId of remote taskmanager when
encounter transport exception.
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:
.../flink/runtime/io/network/ConnectionID.java | 22 ++--
.../runtime/io/network/NetworkClientHandler.java | 2 +
.../CreditBasedPartitionRequestClientHandler.java | 37 ++++++-
.../network/netty/NettyPartitionRequestClient.java | 16 ++-
.../netty/PartitionRequestClientFactory.java | 4 +
.../runtime/shuffle/NettyShuffleDescriptor.java | 38 +++++--
.../ResultPartitionDeploymentDescriptorTest.java | 44 ++++----
.../runtime/deployment/ShuffleDescriptorTest.java | 13 ++-
.../netty/ClientTransportErrorHandlingTest.java | 119 ++++++++++-----------
...editBasedPartitionRequestClientHandlerTest.java | 4 +
.../netty/NettyPartitionRequestClientTest.java | 4 +-
.../runtime/io/network/netty/NettyTestUtil.java | 4 +-
.../netty/PartitionRequestClientFactoryTest.java | 119 ++++++++++++---------
.../partition/consumer/InputChannelBuilder.java | 3 +-
.../util/NettyShuffleDescriptorBuilder.java | 8 +-
15 files changed, 269 insertions(+), 168 deletions(-)