pingcap / tispark

TiSpark is built for running Apache Spark on top of TiDB/TiKV
Apache License 2.0
880 stars 244 forks source link

[BUG] If set spark.sql.auth.enable=true, the JVM does not exit when the sparksession is stoped #2652

Closed wfxxh closed 1 year ago

wfxxh commented 1 year ago

Describe the bug image As the title say

What did you do image It is beacuse the TiAuthorization use ScheduledExecutorService use default threadFactory not the Daemon Factory to build ScheduledThreadPool