[ 
https://issues.apache.org/jira/browse/SPARK-37029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17429681#comment-17429681
 ] 

Apache Spark commented on SPARK-37029:
--------------------------------------

User 'manbuyun' has created a pull request for this issue:
https://github.com/apache/spark/pull/34304

> 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
>            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