nathanb9 commented on code in PR #21425:
URL: https://github.com/apache/datafusion/pull/21425#discussion_r3103043880
##########
datafusion/execution/src/memory_pool/pool.rs:
##########
@@ -488,6 +503,50 @@ impl<I: MemoryPool> MemoryPool for TrackConsumersPool<I> {
Ok(())
}
+ fn reclaim(
Review Comment:
Im not entirely sure what best approach is for this.
For now I will experiment with using tracked consumer reclaim first, then
fall back to `inner.reclaim(...)` for any remaining bytes. It makes sense to me
but want to see behavior in memory stressed workloads
--
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]