haiyangsun-db commented on code in PR #55683:
URL: https://github.com/apache/spark/pull/55683#discussion_r3376140819


##########
udf/worker/core/src/main/scala/org/apache/spark/udf/worker/core/direct/DirectWorkerDispatcher.scala:
##########
@@ -117,6 +127,10 @@ abstract class DirectWorkerDispatcher(
   private[this] val workers = new ConcurrentHashMap[String, 
DirectWorkerProcess]()
   private[this] val closed = new AtomicBoolean(false)
 
+  // TODO: extract the env state machine + JVM shutdown hook into a

Review Comment:
   fixed



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

Reply via email to