github-actions[bot] commented on code in PR #33797: URL: https://github.com/apache/doris/pull/33797#discussion_r1584295766
########## be/src/runtime/workload_group/workload_group.cpp: ########## @@ -142,30 +142,47 @@ void WorkloadGroup::remove_mem_tracker_limiter(std::shared_ptr<MemTrackerLimiter } } -int64_t WorkloadGroup::gc_memory(int64_t need_free_mem, RuntimeProfile* profile) { +int64_t WorkloadGroup::gc_memory(int64_t need_free_mem, RuntimeProfile* profile, bool is_minor_gc) { Review Comment: warning: function 'gc_memory' exceeds recommended size/complexity thresholds [readability-function-size] ```cpp int64_t WorkloadGroup::gc_memory(int64_t need_free_mem, RuntimeProfile* profile, bool is_minor_gc) { ^ ``` <details> <summary>Additional context</summary> **be/src/runtime/workload_group/workload_group.cpp:144:** 97 lines including whitespace and comments (threshold 80) ```cpp int64_t WorkloadGroup::gc_memory(int64_t need_free_mem, RuntimeProfile* profile, bool is_minor_gc) { ^ ``` </details> -- 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