You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Raajay Viswanathan (JIRA)" <ji...@apache.org> on 2017/07/19 17:50:00 UTC

[jira] [Created] (SPARK-21474) Make number of parallel fetches from a reducer configurable

Raajay Viswanathan created SPARK-21474:
------------------------------------------

             Summary: Make number of parallel fetches from a reducer configurable
                 Key: SPARK-21474
                 URL: https://issues.apache.org/jira/browse/SPARK-21474
             Project: Spark
          Issue Type: Improvement
          Components: Spark Core
    Affects Versions: 2.2.0
            Reporter: Raajay Viswanathan
            Priority: Minor


Currently the number of parallel fetches is hard-coded to 5. As a result the size of each fetch request is fixed at 1/5th of maxSizeInFlights. Since, chunks are requested in bursts of fetchRequests; the size of a burst to a single shuffle service can be high for large maxSizeInFlight



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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