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

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


    from 12118b9  [FLINK-13387][WebUI] Fix log download for old UI
     new 653ba1a  [FLINK-13245][network] Fix the bug of file resource leak 
while canceling partition request
     new acd15d2  [FLINK-13245][network] Make subpartition consumption 
notification independant
     new 71a53d4  [FLINK-13245][network] Remove redundant bookkeeping for 
already canceled input channel IDs

The 3 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:
 .../io/network/netty/PartitionRequestQueue.java    | 43 +++-------
 .../ReleaseOnConsumptionResultPartition.java       | 42 +++++++---
 .../network/netty/CancelPartitionRequestTest.java  |  4 +-
 .../network/netty/PartitionRequestQueueTest.java   | 92 ++++++++++++++++++++++
 .../io/network/partition/PartitionTestUtils.java   |  8 ++
 .../ReleaseOnConsumptionResultPartitionTest.java   | 41 +++++++++-
 6 files changed, 182 insertions(+), 48 deletions(-)

Reply via email to