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

Apache Spark reassigned SPARK-37029:
------------------------------------

    Assignee: Apache Spark

> Modify the assignment logic of dirFetchRequests variables
> ---------------------------------------------------------
>
>                 Key: SPARK-37029
>                 URL: https://issues.apache.org/jira/browse/SPARK-37029
>             Project: Spark
>          Issue Type: Improvement
>          Components: Shuffle
>    Affects Versions: 3.1.2, 3.2.0
>            Reporter: jinhai
>            Assignee: Apache Spark
>            Priority: Major
>
> In the ShuffleBlockFetcherIterator.fetchHostLocalBlocks method, we generate 
> dirFetchRequests based on externalShuffleServiceEnabled. But in fact, the 
> MapStatus object generated in the shuffle write phase had already generated 
> the BlockManagerId object according to externalShuffleServiceEnabled in the 
> BlockManager.initialize method.
> So we don't need to judge it again.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to