yiguolei commented on code in PR #33497:
URL: https://github.com/apache/doris/pull/33497#discussion_r1559408789
##########
be/src/runtime/memory/mem_tracker_limiter.h:
##########
@@ -241,7 +242,6 @@ class MemTrackerLimiter final : public MemTracker {
}
// Iterator into mem_tracker_limiter_pool for this object. Stored to have
O(1) remove.
- std::list<std::weak_ptr<MemTrackerLimiter>>::iterator
tracker_limiter_group_it;
std::list<std::weak_ptr<MemTrackerLimiter>>::iterator
tg_tracker_limiter_group_it;
Review Comment:
and also should do same work for workload group's memlimiter
--
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]