zhztheplayer commented on code in PR #9150: URL: https://github.com/apache/incubator-gluten/pull/9150#discussion_r2026722230
########## backends-velox/src/main/scala/org/apache/gluten/backendsapi/velox/VeloxListenerApi.scala: ########## @@ -215,6 +224,7 @@ class VeloxListenerApi extends ListenerApi with Logging { private def shutdown(): Unit = { // TODO shutdown implementation in velox to release resources + JniLibLoader.forceUnloadAll Review Comment: > `Loadlib` is called in `initialize` for each session. I don't think so. Please check the usage of `driverInitialized` and `executorInitialized`. They were to guarantee we only initialize once across sessions. -- 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: commits-unsubscr...@gluten.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@gluten.apache.org For additional commands, e-mail: commits-h...@gluten.apache.org