bobhan1 commented on code in PR #49383: URL: https://github.com/apache/doris/pull/49383#discussion_r2036796000
########## be/src/cloud/cloud_tablet.cpp: ########## @@ -440,6 +453,40 @@ uint64_t CloudTablet::delete_expired_stale_rowsets() { return expired_rowsets.size(); } +bool CloudTablet::need_remove_pre_rowset_delete_bitmap() { Review Comment: ```suggestion bool CloudTablet::need_remove_pre_rowset_delete_bitmap() { std::lock_guard<std::mutex> lock(_gc_mutex); ``` -- 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