cxzl25 commented on issue #23895: [SPARK-26992][STS] Fix STS scheduler pool correct delivery URL: https://github.com/apache/spark/pull/23895#issuecomment-470058243 The user sets the value of spark.sql.thriftserver.scheduler.pool. Spark thrift server saves this value in the LocalProperty of **threadlocal** type, but does **not clean up after running**, causing other sessions to run in the previously set pool name. For example The second session does not manually set the pool name. The default pool name should be used, but the pool name of the previous user's settings is used. This is incorrect.   Fix  
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
