liaoxin01 commented on code in PR #28062:
URL: https://github.com/apache/doris/pull/28062#discussion_r1417382206


##########
be/src/olap/rowset/beta_rowset_writer.cpp:
##########
@@ -150,6 +150,14 @@ Status BetaRowsetWriter::_generate_delete_bitmap(int32_t 
segment_id) {
     {
         std::shared_lock meta_rlock(tablet->get_header_lock());
         specified_rowsets = 
tablet->get_rowset_by_ids(&_context.mow_context->rowset_ids);
+        _context.mow_context->rowset_ids.clear();

Review Comment:
   line 153 should be removed?



##########
be/src/olap/rowset/beta_rowset_writer.cpp:
##########
@@ -150,6 +150,14 @@ Status BetaRowsetWriter::_generate_delete_bitmap(int32_t 
segment_id) {
     {
         std::shared_lock meta_rlock(tablet->get_header_lock());
         specified_rowsets = 
tablet->get_rowset_by_ids(&_context.mow_context->rowset_ids);
+        _context.mow_context->rowset_ids.clear();

Review Comment:
   line 153 should be removed?



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