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/05/06 01:35:54 UTC

[GitHub] [incubator-doris] morningman commented on a diff in pull request #9301: [feature-wip] (memory tracker) (step6, End) Fix some details

morningman commented on code in PR #9301:
URL: https://github.com/apache/incubator-doris/pull/9301#discussion_r866430537


##########
be/src/olap/tablet_manager.cpp:
##########
@@ -74,13 +74,14 @@ DEFINE_GAUGE_METRIC_PROTOTYPE_5ARG(tablet_meta_mem_consumption, MetricUnit::BYTE
                                    mem_consumption, Labels({{"type", "tablet_meta"}}));
 
 TabletManager::TabletManager(int32_t tablet_map_lock_shard_size)
-        : _mem_tracker(MemTracker::create_tracker(-1, "TabletManager", nullptr,
+        : _mem_tracker(MemTracker::create_tracker(-1, "TabletMeta", nullptr,

Review Comment:
   But I think we should consider that we may add more object to TabletManager in future



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