You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Describe the bug
We have moved requesters' memory tracking method in #1691:
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.
The text was updated successfully, but these errors were encountered: