You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by zh...@apache.org on 2020/07/03 02:48:00 UTC

[flink] branch master updated (01da0ea -> 9ddfb95)

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

zhijiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from 01da0ea  [FLINK-18469][docs] Include Application Mode in 1.11 release notes
     add 0175bf5  [FLINK-15416][network] Retry connection to the upstream task
     add 9ddfb95  [FLINK-15416][network] Remove ignored PartitionRequestClientFactoryTest.testResourceReleaseAfterInterruptedConnect

No new revisions were added by this update.

Summary of changes:
 .../generated/all_taskmanager_network_section.html |   6 +
 .../netty_shuffle_environment_configuration.html   |   6 +
 .../NettyShuffleEnvironmentOptions.java            |   8 +
 .../runtime/io/network/netty/NettyConfig.java      |   4 +
 .../io/network/netty/NettyConnectionManager.java   |   2 +-
 .../netty/PartitionRequestClientFactory.java       | 225 +++++++--------------
 .../runtime/io/network/netty/NettyTestUtil.java    |   4 +-
 .../netty/PartitionRequestClientFactoryTest.java   | 168 +++++++++------
 8 files changed, 210 insertions(+), 213 deletions(-)