zhztheplayer commented on PR #6146: URL: https://github.com/apache/incubator-gluten/pull/6146#issuecomment-2185455455
@yangzhg I could not reproduce the unloading error since the static storage `REQUIRE_UNLOAD_LIBRARY_PATHS` looks to be always empty in Velox backend thus the shutdown hook should ideally do nothing.  For different build configurations I assume this list should either be empty since we always pass `requireUnload=false` when using JniLibLoader in Velox backend. Maybe I miss something? Would you like to collect some log or debug info to see which library is being unloaded in your case? Let's find out the root cause prior to doing any code changes. Thank you very much. -- 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]
