yiguolei commented on code in PR #52513: URL: https://github.com/apache/doris/pull/52513#discussion_r2176180899
########## be/src/common/config.h: ########## @@ -1217,6 +1217,8 @@ DECLARE_mInt32(schema_cache_sweep_time_sec); DECLARE_Int32(segment_cache_capacity); DECLARE_Int32(segment_cache_fd_percentage); DECLARE_Int32(segment_cache_memory_percentage); +DECLARE_Bool(segment_cache_enable_prune); Review Comment: 我们的config 一般都是 disable_xxxx 或者 enable_xxxx,没有把enable 放到中间的,所以你需要 rename to enable_segment_cache_prune -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
