yiguolei commented on code in PR #40144: URL: https://github.com/apache/doris/pull/40144#discussion_r1737856482
########## be/src/vec/exec/scan/scanner_scheduler.cpp: ########## @@ -215,6 +219,14 @@ void ScannerScheduler::_scanner_scan(std::shared_ptr<ScannerContext> ctx, return; } + std::unique_ptr<MemTracker> mem_tracker_for_scanner = + std::make_unique<MemTracker>("mem_tracker_for_scanner"); + SCOPED_CONSUME_MEM_TRACKER(mem_tracker_for_scanner.get()); Review Comment: 这个并不能反映真实的情况 -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org