yiguolei commented on code in PR #30746: URL: https://github.com/apache/doris/pull/30746#discussion_r1477217240
########## be/src/pipeline/exec/scan_operator.cpp: ########## @@ -1288,16 +1287,11 @@ Status ScanLocalState<Derived>::_init_profile() { profile()->add_child(_scanner_profile.get(), true, nullptr); _memory_usage_counter = ADD_LABEL_COUNTER_WITH_LEVEL(_scanner_profile, "MemoryUsage", 1); - _queued_blocks_memory_usage = _scanner_profile->AddHighWaterMarkCounter( - "QueuedBlocks", TUnit::BYTES, "MemoryUsage", 1); _free_blocks_memory_usage = _scanner_profile->AddHighWaterMarkCounter("FreeBlocks", TUnit::BYTES, "MemoryUsage", 1); - _newly_create_free_blocks_num = Review Comment: There should be a counter to record the total blocks in scanner and in free blocks. And also should record the memory usage. -- 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