[ 
https://issues.apache.org/jira/browse/FLINK-31288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated FLINK-31288:
-----------------------------------
    Labels: pull-request-available  (was: )

> Disable overdraft buffer for batch shuffle
> ------------------------------------------
>
>                 Key: FLINK-31288
>                 URL: https://issues.apache.org/jira/browse/FLINK-31288
>             Project: Flink
>          Issue Type: Bug
>            Reporter: Weijie Guo
>            Assignee: Weijie Guo
>            Priority: Major
>              Labels: pull-request-available
>
> Only pipelined / pipelined-bounded partition needs overdraft buffer. More 
> specifically, there is no reason to request more buffers for non-pipelined 
> (i.e. batch) shuffle. The reasons are as follows:
>  # For BoundedBlockingShuffle, each full buffer will be directly released.
>  # For SortMergeShuffle, the maximum capacity of buffer pool is 4 * 
> numSubpartitions. It is efficient enough to spill this part of memory to disk.
>  # For Hybrid Shuffle, the buffer pool is unbounded. If it can't get a normal 
> buffer, it also can't get an overdraft buffer.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to