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/02/09 06:03:00 UTC

[jira] [Resolved] (SPARK-34406) When we submit spark core tasks frequently, the submitted nodes will have a lot of resource pressure

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

Hyukjin Kwon resolved SPARK-34406.
----------------------------------
    Resolution: Won't Fix

> When we submit spark core tasks frequently, the submitted nodes will have a lot of resource pressure
> ----------------------------------------------------------------------------------------------------
>
>                 Key: SPARK-34406
>                 URL: https://issues.apache.org/jira/browse/SPARK-34406
>             Project: Spark
>          Issue Type: Improvement
>          Components: Spark Core
>    Affects Versions: 3.0.1
>            Reporter: hao
>            Priority: Major
>
> When we submit spark core tasks frequently, the submitted node will have a lot of resource pressure, because spark will create a process instead of a thread for each submitted task. In fact, there is a lot of resource consumption. When the QPS of the submitted task is very high, the submission will fail due to insufficient resources. I would like to ask how to optimize the amount of resources consumed by spark core submission



--
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