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: [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]

Reply via email to