[ 
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to