wiedld commented on issue #6934: URL: https://github.com/apache/datafusion/issues/6934#issuecomment-2287548529
Is the goal of this ticket to improve the OOM messages? Or to provide an API to get the top memory consumers (in the absence of an error)? We have updated the OOM message to include the top 5 consumers (see PRs related to [this issue](https://github.com/apache/datafusion/issues/11523)). The code was implemented in such a way that it could be [used for data dumps too](https://github.com/apache/datafusion/blob/69c99a7e78b0d9e2ac3881200a58f184c0023d15/datafusion/execution/src/memory_pool/pool.rs#L657) using a [public api](https://github.com/apache/datafusion/blob/69c99a7e78b0d9e2ac3881200a58f184c0023d15/datafusion/execution/src/memory_pool/pool.rs#L292). Do we have any other action item needed to close this ticket? -- 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]
