[
https://issues.apache.org/jira/browse/FLINK-25960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17489487#comment-17489487
]
Yun Gao commented on FLINK-25960:
---------------------------------
Merged on master via f8473728993e5e13ed980b67a549931ac99ef48f
> Distribute the data read buffers more fairly among result partitions for
> sort-shuffle
> -------------------------------------------------------------------------------------
>
> Key: FLINK-25960
> URL: https://issues.apache.org/jira/browse/FLINK-25960
> Project: Flink
> Issue Type: Sub-task
> Components: Runtime / Network
> Reporter: Yingjie Cao
> Assignee: Yingjie Cao
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.15.0
>
>
> Currently, the data read buffers for sort-shuffle are allocated in a random
> way and some result partitions may occupy too many buffers which leads to the
> starvation of other result partitions. This ticket aims to improve the
> scenario by not reading data for those result partitions which already occupy
> more than the average number of read buffers per result partition.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)