gavinchou commented on code in PR #22600:
URL: https://github.com/apache/doris/pull/22600#discussion_r1284972596


##########
be/src/util/blocking_queue.hpp:
##########
@@ -98,19 +118,15 @@ class BlockingQueue {
         return _list.size();
     }
 
+    uint32_t get_max_size() const { return _max_elements; }

Review Comment:
   Suggest naming `get_capacity()` or `get_size_limit()`



-- 
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

Reply via email to