HappenLee commented on code in PR #9157: URL: https://github.com/apache/incubator-doris/pull/9157#discussion_r858182966
########## be/src/runtime/thread_mem_tracker_mgr.h: ########## @@ -103,7 +103,7 @@ class ThreadMemTrackerMgr { void update_tracker_id(int64_t tracker_id); void add_tracker(const std::shared_ptr<MemTracker>& mem_tracker) { - DCHECK(_mem_trackers.find(mem_tracker->id()) == _mem_trackers.end()); + // DCHECK(_mem_trackers.find(mem_tracker->id()) == _mem_trackers.end()); Review Comment: this code of xinyi refactor of memtracker. which cause DCHECK failed, xinyi fix it in master. -- 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