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 2019/06/03 01:13:00 UTC

[jira] [Updated] (SPARK-27916) SparkThreatServer memory leak when 'spark.sql.hive.thriftServer.singleSession' enabled

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

Hyukjin Kwon updated SPARK-27916:
---------------------------------
    Summary: SparkThreatServer memory leak when 'spark.sql.hive.thriftServer.singleSession' enabled  (was: SparkThreatServer memory leak)

> SparkThreatServer memory leak when 'spark.sql.hive.thriftServer.singleSession' enabled
> --------------------------------------------------------------------------------------
>
>                 Key: SPARK-27916
>                 URL: https://issues.apache.org/jira/browse/SPARK-27916
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 2.3.0, 2.4.0
>            Reporter: angerszhu
>            Priority: Major
>
> When we use SparkThriftServer, when set config 
> spark.sql.hive.thriftServer.singleSession =  true
> Each client session will create a SparkSession Object, but this InheritThreadLocal Object will not be released since when we call SparkSession.sql(), It just call ThreadLocal's set method. This make SparkSession Object remained in JVM, not cleared
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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