You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Hyukjin Kwon (JIRA)" <ji...@apache.org> on 2019/08/02 02:21:00 UTC

[jira] [Resolved] (SPARK-28591) Message is incorrect when trying to read shuffle blocks

     [ 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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org