wiedld commented on code in PR #17213: URL: https://github.com/apache/datafusion/pull/17213#discussion_r2280251663
########## datafusion/execution/src/memory_pool/pool.rs: ########## @@ -295,9 +295,228 @@ impl TrackedConsumer { /// /// By tracking memory reservations more carefully this pool /// can provide better error messages on the largest memory users +/// when memory allocation fails. Review Comment: TODO: later we can add an explanation for its usage in realtime monitoring too, once `ConsumerMemoryMetrics` merges. -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org