weixiuli commented on code in PR #8931:
URL: https://github.com/apache/incubator-gluten/pull/8931#discussion_r2352092648


##########
backends-velox/src/main/scala/org/apache/gluten/backendsapi/velox/VeloxListenerApi.scala:
##########
@@ -249,6 +256,9 @@ class VeloxListenerApi extends ListenerApi with Logging {
 
   private def shutdown(): Unit = {
     // TODO shutdown implementation in velox to release resources
+    VeloxBroadcastBuildSideCache.cleanAll()
+
+    GlutenExecutorEndpoint.executorEndpoint.stop()
   }

Review Comment:
   The GlutenExecutorEndpoint.executorEndpoint may be null if no executor has 
been started or initialized ?



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