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


##########
cloud/src/meta-service/meta_service.cpp:
##########
@@ -2447,6 +2447,12 @@ void 
MetaServiceImpl::get_delete_bitmap_update_lock(google::protobuf::RpcControl
                     return;
                 }
             } else {
+                // initiator may remain in initiators when upgrade ms, need to 
clear it
+                if (lock_info.initiators_size() > 0) {
+                    lock_info.clear_initiators();

Review Comment:
   for request->lock_id() == COMPACTION_DELETE_BITMAP_LOCK_ID, the lock key is 
not put into fdb



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