yiguolei commented on code in PR #41435: URL: https://github.com/apache/doris/pull/41435#discussion_r1779354717
########## be/src/vec/exec/scan/scanner_context.h: ########## @@ -225,6 +225,8 @@ class ScannerContext : public std::enable_shared_from_this<ScannerContext>, const int _num_parallel_instances; std::shared_ptr<RuntimeProfile> _scanner_profile; RuntimeProfile::Counter* _scanner_sched_counter = nullptr; + // This counter refers to scan operator's local state + RuntimeProfile::Counter* _memory_used_counter = nullptr; Review Comment: renamed to _scanner_memory_used_counter like _scanner_peak_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