You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Dongjoon Hyun (Jira)" <ji...@apache.org> on 2020/06/22 08:15:00 UTC

[jira] [Updated] (SPARK-32034) Port HIVE-14817: Shutdown the SessionManager timeoutChecker thread properly upon shutdown

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

Dongjoon Hyun updated SPARK-32034:
----------------------------------
    Fix Version/s: 2.4.7

> Port HIVE-14817: Shutdown the SessionManager timeoutChecker thread properly upon shutdown
> -----------------------------------------------------------------------------------------
>
>                 Key: SPARK-32034
>                 URL: https://issues.apache.org/jira/browse/SPARK-32034
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 3.0.0, 3.1.0
>            Reporter: Kent Yao
>            Assignee: Kent Yao
>            Priority: Major
>             Fix For: 3.0.1, 3.1.0, 2.4.7
>
>
> When stopping the HiveServer2, the non-daemon thread stops the server from terminating
> {code:java}
> "HiveServer2-Background-Pool: Thread-79" #79 prio=5 os_prio=31 tid=0x00007fde26138800 nid=0x13713 waiting on condition [0x0000700010c32000]
>    java.lang.Thread.State: TIMED_WAITING (sleeping)
> 	at java.lang.Thread.sleep(Native Method)
> 	at org.apache.hive.service.cli.session.SessionManager$1.sleepInterval(SessionManager.java:178)
> 	at org.apache.hive.service.cli.session.SessionManager$1.run(SessionManager.java:156)
> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> 	at java.lang.Thread.run(Thread.java:748)
> {code}
> Also, causes issues as HIVE-14817 described



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