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


##########
be/src/io/cache/block_file_cache.cpp:
##########
@@ -287,6 +301,7 @@ BlockFileCache::QueryFileCacheContextPtr 
BlockFileCache::get_query_context(
 }
 
 void BlockFileCache::remove_query_context(const TUniqueId& query_id) {
+    LOG(INFO) << "BlockFileCache::remove_query_context called for query_id: " 
<< print_id(query_id);

Review Comment:
   同意,删除



##########
be/src/io/cache/block_file_cache.cpp:
##########
@@ -287,6 +301,7 @@ BlockFileCache::QueryFileCacheContextPtr 
BlockFileCache::get_query_context(
 }
 
 void BlockFileCache::remove_query_context(const TUniqueId& query_id) {
+    LOG(INFO) << "BlockFileCache::remove_query_context called for query_id: " 
<< print_id(query_id);

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