You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/04/10 12:39:04 UTC

[GitHub] [spark] LantaoJin commented on a change in pull request #21613: [SPARK-24629][SQL]thrift server memory leaks when Beeline session is closed

LantaoJin commented on a change in pull request #21613: [SPARK-24629][SQL]thrift server memory leaks when Beeline session is closed
URL: https://github.com/apache/spark/pull/21613#discussion_r273935320
 
 

 ##########
 File path: sql/hive-thriftserver/src/main/scala/org/apache/spark/sql/hive/thriftserver/HiveThriftServer2.scala
 ##########
 @@ -167,6 +167,7 @@ object HiveThriftServer2 extends Logging {
     private var onlineSessionNum: Int = 0
     private val sessionList = new mutable.LinkedHashMap[String, SessionInfo]
     private val executionList = new mutable.LinkedHashMap[String, ExecutionInfo]
+    private val runningStatement = new mutable.LinkedHashMap[String, mutable.Set[String]]
 
 Review comment:
   nit: runningStatements

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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