FelixYBW commented on issue #12911: URL: https://github.com/apache/gluten/issues/12911#issuecomment-5447756794
before Gluten's 30s teardown, all queued tasks are either cancelled or wait() to finish here https://github.com/apache/gluten/pull/11697/changes the sequence is confirmed here: https://github.com/apache/gluten/pull/11452#issuecomment-4002119831 If we still see outstanding memory requests before ~VeloxMemoryManager(), there should be a similar leak like https://github.com/facebookincubator/velox/pull/16979/changes -- 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]
