luozenglin commented on code in PR #19526:
URL: https://github.com/apache/doris/pull/19526#discussion_r1192153198


##########
be/src/runtime/memory/mem_tracker_limiter.h:
##########
@@ -207,8 +251,13 @@ class MemTrackerLimiter final : public MemTracker {
 
     // Iterator into mem_tracker_limiter_pool for this object. Stored to have 
O(1) remove.
     std::list<MemTrackerLimiter*>::iterator _tracker_limiter_group_it;
+
+    taskgroup::TaskGroupPtr _task_group;
+    std::list<MemTrackerLimiter*>::iterator _tg_tracker_limiter_group_it;
 };
 
+using MemTrackerLimiterPtr = std::shared_ptr<MemTrackerLimiter>;

Review Comment:
   removed it



-- 
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-unsubscr...@doris.apache.org

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


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

Reply via email to