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/10/31 09:52:04 UTC

[GitHub] [doris] xinyiZzz commented on a diff in pull request #13795: [enhancement](memtracker) Refactor load channel + memtable mem tracker

xinyiZzz commented on code in PR #13795:
URL: https://github.com/apache/doris/pull/13795#discussion_r1009223742


##########
be/src/runtime/load_channel_mgr.h:
##########
@@ -58,6 +59,14 @@ class LoadChannelMgr {
     // cancel all tablet stream for 'load_id' load
     Status cancel(const PTabletWriterCancelRequest& request);
 
+    void refresh_mem_tracker() {

Review Comment:
   Because the normal mem tracker used by LoadChannelMgr has no parent-child relationship, the consumption of the MemTable tracker will not be automatically synchronized to the LoadChannelMgr tracker.



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