wangbo commented on code in PR #44028: URL: https://github.com/apache/doris/pull/44028#discussion_r1846030500
########## be/src/runtime/workload_group/workload_group.h: ########## @@ -95,10 +95,10 @@ class WorkloadGroup : public std::enable_shared_from_this<WorkloadGroup> { void do_sweep(); int spill_threshold_low_water_mark() const { - return _spill_low_watermark.load(std::memory_order_relaxed); + return _memory_low_watermark.load(std::memory_order_relaxed); } int spill_threashold_high_water_mark() const { Review Comment: it should be renamed. -- 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