xinyiZzz commented on code in PR #10924: URL: https://github.com/apache/doris/pull/10924#discussion_r922924142
########## be/src/http/action/compaction_action.h: ########## @@ -75,8 +70,6 @@ class CompactionAction : public HttpHandler { static std::mutex _compaction_running_mutex; /// whether there is manual compaction running static bool _is_compaction_running; - /// memory tracker - std::shared_ptr<MemTracker> _compaction_mem_tracker; Review Comment: Because `_compaction_mem_tracker` is not used, Compaction memory is tracked by `StorageEngine::instance()->compaction_mem_tracker()`. -- 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