You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/03/03 02:27:29 UTC

[GitHub] [incubator-doris] levy5307 commented on a change in pull request #8146: [Enhancement] Support Skipping compaction lower replica where select queryable replica for better scan performance

levy5307 commented on a change in pull request #8146:
URL: https://github.com/apache/incubator-doris/pull/8146#discussion_r818262489



##########
File path: be/src/olap/tablet_manager.cpp
##########
@@ -888,19 +880,18 @@ OLAPStatus TabletManager::build_all_report_tablets_info(
 
     DorisMetrics::instance()->report_all_tablets_requests_total->increment(1);
     HistogramStat tablet_version_num_hist;
+    std::shared_ptr<std::vector<TTabletStat>> local_cache = std::make_shared<std::vector<TTabletStat>>();

Review comment:
       auto local_cache = std::make_shared<std::vector<TTabletStat>>();
   




-- 
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: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org