zhztheplayer opened a new pull request, #9455: URL: https://github.com/apache/incubator-gluten/pull/9455
The change is ported from https://github.com/velox4j/velox4j/pull/152. The logging message is like: ``` I20250428 16:15:48.877297 446254 ObjectStore.cc:34] Unclosed object [Store ID: 4, Resource handle ID: 4, Description: i] is found when object store is closing. Gluten will destroy it automatically but it's recommended to manually close the object through the Java closing API after use, to minimize peak memory pressure of the application. ``` The log is on verbose level 2. In the future, addressing these unclosed objects in code may reduce the peak off-heap memory usage of Gluten. -- 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]
