mymeiyi commented on code in PR #41759: URL: https://github.com/apache/doris/pull/41759#discussion_r1818299708
########## 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: why change this, the key seems same for all method -- 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