You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/04/04 11:38:01 UTC

[GitHub] [arrow-datafusion] yjshen opened a new issue, #2155: Inconsistent memory tracking for SortExec

yjshen opened a new issue, #2155:
URL: https://github.com/apache/arrow-datafusion/issues/2155

   **Describe the bug**
   
   We have moved requesters' memory tracking method in #1691:
   
   > Consumers push their memory usage to MemoryManager. No more pull from MemoryManagers for usage updates.
   
   Inconsistency memory tracking exists for SortExec, which may cause incorrect total memory accounting in the memory manager, and potentially block other requesters' running when we have more than one requester.


-- 
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-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-datafusion] alamb closed issue #2155: Inconsistent memory tracking for SortExec

Posted by GitBox <gi...@apache.org>.
alamb closed issue #2155: Inconsistent memory tracking for SortExec
URL: https://github.com/apache/arrow-datafusion/issues/2155


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org