gavinchou commented on code in PR #49456:
URL: https://github.com/apache/doris/pull/49456#discussion_r2162847284
##########
be/src/io/cache/block_file_cache.h:
##########
@@ -504,6 +548,8 @@ class BlockFileCache {
std::thread _cache_background_ttl_gc_thread;
std::thread _cache_background_gc_thread;
std::thread _cache_background_evict_in_advance_thread;
+ std::thread _cache_background_lru_dump_thread;
Review Comment:
name the thread, check #49366 for reference
##########
be/src/io/cache/block_file_cache.h:
##########
@@ -504,6 +548,8 @@ class BlockFileCache {
std::thread _cache_background_ttl_gc_thread;
std::thread _cache_background_gc_thread;
std::thread _cache_background_evict_in_advance_thread;
+ std::thread _cache_background_lru_dump_thread;
Review Comment:
name all the threads, check #49366 for reference
--
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]