sven-weber-db commented on code in PR #55768:
URL: https://github.com/apache/spark/pull/55768#discussion_r3273636830
##########
core/src/main/scala/org/apache/spark/SparkEnv.scala:
##########
@@ -134,6 +170,7 @@ class SparkEnv (
if (!isStopped) {
isStopped = true
pythonWorkers.values.foreach(_.stop())
+ udfDispatcherManager.close()
Review Comment:
Right, I missed that on my previous change. I changed the var to be private
and optional now. It will be initialized on the first call to
`getExternalUDFDispatcher`. Therefore, the cleanup will only trigger if the
instance has been created before.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]