incubator-doris [Bug] MemExceed in SortNode when enable spilling and use multi spill operator

lx0bsm1f  于 2022-04-22  发布在  Java
关注(0)|答案(0)|浏览(87)

Describe the bug

MemExceed in SortNode when enable spilling and use multi spill operator, when we use PartitionAggregateNode or PartitionHash join node also need to spill to disk.

To Reproduce

  1. Enable spilling first
  2. Exec select a, sum(b) group by a order by a;
  3. Make Sure PartitionAggregateNode and SortNode both need BufferBlockMgr to spill to disk
  4. See error

Expected behavior

Do not show MemExceed.

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题