You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "angerszhu (JIRA)" <ji...@apache.org> on 2019/06/02 02:07:00 UTC

[jira] [Created] (SPARK-27916) SparkThreatServer memory leak

angerszhu created SPARK-27916:
---------------------------------

             Summary: SparkThreatServer memory leak
                 Key: SPARK-27916
                 URL: https://issues.apache.org/jira/browse/SPARK-27916
             Project: Spark
          Issue Type: Bug
          Components: SQL
    Affects Versions: 2.4.0, 2.3.0
            Reporter: angerszhu


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