dataroaring commented on code in PR #57783:
URL: https://github.com/apache/doris/pull/57783#discussion_r2512177218


##########
be/src/io/cache/block_file_cache_factory.h:
##########
@@ -102,6 +102,9 @@ class FileCacheFactory {
 
     void get_cache_stats_block(vectorized::Block* block);
 
+    // Get all cache instances for inspection
+    const std::vector<std::unique_ptr<BlockFileCache>>& get_caches() const { 
return _caches; }
+

Review Comment:
   get_all_caches



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