This is an automated email from the ASF dual-hosted git repository.

xtsong pushed a change to branch release-1.15
in repository https://gitbox.apache.org/repos/asf/flink.git


    from 28a877b8880 [FLINK-16582][runtime][test] Fix the buffer leaks in 
NettyBufferPoolTest
     new d521b030890 [FLINK-29639][runtime] Migrate 
ClientTransportErrorHandlingTest & PartitionRequestClientFactoryTest & 
ResultPartitionDeploymentDescriptorTest to JUnit5 and AssertJ.
     new 7a4fb7c86fb [FLINK-29639][runtime] 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   |  46 ++++---
 .../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   | 143 ++++++++++++---------
 .../partition/consumer/InputChannelBuilder.java    |   3 +-
 .../util/NettyShuffleDescriptorBuilder.java        |   8 +-
 15 files changed, 280 insertions(+), 183 deletions(-)

Reply via email to