FelixYBW commented on issue #9456: URL: https://github.com/apache/incubator-gluten/issues/9456#issuecomment-2874400757
So the assumption here is the background threads are able to exit and release the memory. If it can't then Gluten has the memory leak. We don't have known issue on this now. @nimesh1601 are you able to help to debug? You may enable the leakCheckDbg here. Hopefully the leak memory is allocated through memory pool. https://github.com/facebookincubator/velox/blob/311000ad080de84f31f9d97b95ac337d4456c5e2/velox/common/memory/MemoryPool.cpp#L1286 -- 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]
