[ 
https://issues.apache.org/jira/browse/SPARK-30623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17067359#comment-17067359
 ] 

Dongjoon Hyun commented on SPARK-30623:
---------------------------------------

Hi, [~tgraves]. Since SPARK-24355 is fixed at 3.0.0, I removed `2.4.4` from the 
`Affected Version`. Please let me know if I'm wrong.

> Spark external shuffle allow disable of separate event loop group
> -----------------------------------------------------------------
>
>                 Key: SPARK-30623
>                 URL: https://issues.apache.org/jira/browse/SPARK-30623
>             Project: Spark
>          Issue Type: Bug
>          Components: Shuffle
>    Affects Versions: 2.4.4, 3.0.0
>            Reporter: Thomas Graves
>            Priority: Major
>
> In SPARK-24355 changes were made to add a separate event loop group for 
> processing ChunkFetchRequests , thisĀ  allow fors the other threads to handle 
> regular connection requests when the configuration value is set. This however 
> seems to have added some latency (see pr 22173 comments at the end).
> To help with this we could make sure the secondary event loop group isn't 
> used when the configuration of 
> spark.shuffle.server.chunkFetchHandlerThreadsPercent isn't explicitly set. 
> This should result in getting the same behavior as before.



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

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

Reply via email to