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 2021/10/25 04:48:00 UTC

[jira] [Resolved] (SPARK-37101) In class ShuffleBlockPusher, use config instead of key

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

Hyukjin Kwon resolved SPARK-37101.
----------------------------------
    Fix Version/s: 3.3.0
         Assignee: jinhai
       Resolution: Fixed

Fixed in https://github.com/apache/spark/pull/34372

> In class ShuffleBlockPusher, use config instead of key
> ------------------------------------------------------
>
>                 Key: SPARK-37101
>                 URL: https://issues.apache.org/jira/browse/SPARK-37101
>             Project: Spark
>          Issue Type: Improvement
>          Components: Shuffle
>    Affects Versions: 3.3.0
>            Reporter: jinhai
>            Assignee: jinhai
>            Priority: Major
>             Fix For: 3.3.0
>
>
> In class ShuffleBlockPusher
> {code:java}
> // code placeholder
> private[this] val maxBytesInFlight =
>   conf.getSizeAsMb("spark.reducer.maxSizeInFlight", "48m") * 1024 * 1024
> private[this] val maxReqsInFlight = conf.getInt("spark.reducer.maxReqsInFlight", Int.MaxValue)
> {code}
> We can use config.REDUCER_MAX_SIZE_IN_FLIGHT and config.REDUCER_MAX_REQS_IN_FLIGHT instead.



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

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