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/02/04 03:54:16 UTC

[flink] branch master updated (436cd39 -> 5036334)

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 436cd39  [FLINK-14495][docs] Synchronize the Chinese document for state backend with the English version
     add 5036334  [FLINK-15010][network] Add shut down hook to ensure cleanup netty shuffle directories

No new revisions were added by this update.

Summary of changes:
 .../runtime/io/disk/FileChannelManagerImpl.java    |  34 ++++
 .../io/disk/FileChannelManagerImplTest.java        | 179 +++++++++++++++++++++
 2 files changed, 213 insertions(+)
 create mode 100644 flink-runtime/src/test/java/org/apache/flink/runtime/io/disk/FileChannelManagerImplTest.java