mymeiyi commented on code in PR #49383:
URL: https://github.com/apache/doris/pull/49383#discussion_r2062814102


##########
be/src/olap/tablet.cpp:
##########
@@ -862,6 +870,12 @@ void Tablet::delete_expired_stale_rowset() {
             Version version(start_version, end_version);
             version_to_delete.emplace_back(version.to_string());
             to_delete_iter++;
+
+            // add remove delete bitmap
+            if (!remove_delete_bitmap_key_ranges.empty()) {
+                _engine.add_unused_delete_bitmap_key_ranges(tablet_id(), 
remove_rowset_ids,
+                                                            
remove_delete_bitmap_key_ranges);
+            }
         }
         
_tablet_meta->delete_bitmap().remove_stale_delete_bitmap_from_queue(version_to_delete);

Review Comment:
   will remove in a seperate pr



-- 
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