wenzhenghu commented on code in PR #55772:
URL: https://github.com/apache/doris/pull/55772#discussion_r2386474945


##########
be/src/io/cache/block_file_cache.cpp:
##########
@@ -1941,6 +1904,13 @@ void BlockFileCache::run_background_monitor() {
                                          
(double)_num_read_blocks_1h->get_value());
             }
         }
+
+        if (config::file_cache_query_limit_bytes != 0 &&
+            config::file_cache_query_limit_bytes != _max_query_cache_size) {
+            LOG(INFO) << "file_cache_query_limit_bytes(" << 
config::file_cache_query_limit_bytes

Review Comment:
   同下



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

Reply via email to