hust-hhb commented on code in PR #41759:
URL: https://github.com/apache/doris/pull/41759#discussion_r1818302911


##########
cloud/src/meta-service/meta_service.cpp:
##########
@@ -1640,8 +1640,8 @@ void 
MetaServiceImpl::get_tablet_stats(::google::protobuf::RpcController* contro
 
 static bool check_delete_bitmap_lock(MetaServiceCode& code, std::string& msg, 
std::stringstream& ss,
                                      std::unique_ptr<Transaction>& txn, 
std::string& instance_id,
-                                     int64_t table_id, int64_t lock_id, 
int64_t lock_initiator) {
-    std::string lock_key = meta_delete_bitmap_update_lock_key({instance_id, 
table_id, -1});

Review Comment:
   now just using table_id as look_key, but in this pr 
https://github.com/apache/doris/pull/40431, it will use both table_id and 
tablet_id as lock_key, so this change will be work in next new future(i.e. 
https://github.com/apache/doris/pull/40431)



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