yiguolei commented on code in PR #32039: URL: https://github.com/apache/doris/pull/32039#discussion_r1532306278
########## be/src/olap/base_tablet.cpp: ########## @@ -414,6 +414,8 @@ void BaseTablet::generate_tablet_meta_copy_unlocked(TabletMeta& new_tablet_meta) Status BaseTablet::calc_delete_bitmap_between_segments( RowsetSharedPtr rowset, const std::vector<segment_v2::SegmentSharedPtr>& segments, DeleteBitmapPtr delete_bitmap) { + SCOPED_SWITCH_THREAD_MEM_TRACKER_LIMITER( Review Comment: delete bitmap use allocator to manage memory? -- 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