Skip to content

Inconsistent memory tracking for SortExec #2155

@yjshen

Description

@yjshen

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions