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

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


    from 5077f18  [FLINK-13387][WebUI] Fix log download for old UI
     new 526236a  [FLINK-13245][network] Fix the bug of file resource leak 
while canceling partition request
     new f738c4e  [FLINK-13245][network] Make subpartition consumption 
notification independant
     new 7116ab7  [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