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

Hyukjin Kwon resolved SPARK-28591.
----------------------------------
    Resolution: Won't Fix

> Message is incorrect when trying to read shuffle blocks
> -------------------------------------------------------
>
>                 Key: SPARK-28591
>                 URL: https://issues.apache.org/jira/browse/SPARK-28591
>             Project: Spark
>          Issue Type: Documentation
>          Components: Spark Core
>    Affects Versions: 2.4.3
>            Reporter: Sandeep Katta
>            Priority: Trivial
>
> ShuffleBlockFetcherIterator sends requests to other 
> executors/externalShuffleService to fetch the shuffle blocks.
> Below log leads to confusion as it sends the request *to*  
> req.address.hostPort.
> So need to change *to* from *from*
> logDebug("Sending request for %d blocks (%s) from %s".format(
>       req.blocks.size, Utils.bytesToString(req.size), req.address.hostPort))
> [code|https://github.com/apache/spark/blob/master/core/src/main/scala/org/apache/spark/storage/ShuffleBlockFetcherIterator.scala#L221]



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

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

Reply via email to