zenoyang commented on code in PR #9268:
URL: https://github.com/apache/incubator-doris/pull/9268#discussion_r860810589


##########
be/src/olap/olap_common.h:
##########
@@ -239,7 +239,7 @@ class Field;
 class WrapperField;
 using KeyRange = std::pair<WrapperField*, WrapperField*>;
 
-static const int GENERAL_DEBUG_COUNT = 4;
+static const int GENERAL_DEBUG_COUNT = 0;

Review Comment:
   `general_debug_ns` is used for debugging, by default, there is no place to 
call it. Therefore, `GENERAL_DEBUG_COUNT` is set to 0, reducing unnecessary 
overhead.
   When developers need to debug, they can change it according to their own 
needs.



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