You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Yingjie Cao (Jira)" <ji...@apache.org> on 2022/01/24 13:07:00 UTC

[jira] [Created] (FLINK-25786) Adjust the generation of subpartition data storage order for sort-shuffle from random shuffle to random shift

Yingjie Cao created FLINK-25786:
-----------------------------------

             Summary: Adjust the generation of subpartition data storage order for sort-shuffle from random shuffle to random shift
                 Key: FLINK-25786
                 URL: https://issues.apache.org/jira/browse/FLINK-25786
             Project: Flink
          Issue Type: Sub-task
          Components: Runtime / Network
            Reporter: Yingjie Cao
             Fix For: 1.15.0


Currently, for sort-shuffle the generation of subpartition data storage orderĀ  is random shuffle. However, if there is no enough resources to run the downstream consumer tasks in parallel, the performance can be influenced because of the random disk IO caused by the random subpartition data storage order. This ticket aims to improve this scenario.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)