freemandealer commented on code in PR #52946:
URL: https://github.com/apache/doris/pull/52946#discussion_r2193942247


##########
be/src/io/cache/block_file_cache_downloader.cpp:
##########
@@ -143,6 +152,9 @@ std::unordered_map<std::string, RowsetMetaSharedPtr> 
snapshot_rs_metas(BaseTable
 void FileCacheBlockDownloader::download_file_cache_block(
         const DownloadTask::FileCacheBlockMetaVec& metas) {
     std::ranges::for_each(metas, [&](const FileCacheBlockMeta& meta) {
+        LOG(INFO) << "download_file_cache_block: start, tablet_id=" << 
meta.tablet_id()

Review Comment:
   VLOG debug 吧,tablet 数量一多就爆了



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