zhannngchen commented on code in PR #51301: URL: https://github.com/apache/doris/pull/51301#discussion_r2115264947
########## cloud/src/meta-service/meta_service.cpp: ########## @@ -3011,7 +3021,7 @@ void MetaServiceImpl::remove_delete_bitmap_update_lock_v2( msg = "failed to init txn"; return; } - if (request->lock_id() == COMPACTION_DELETE_BITMAP_LOCK_ID) { + if (is_job_delete_bitmap_lock_id(request->lock_id())) { std::string tablet_compaction_key = mow_tablet_compaction_key({instance_id, request->table_id(), request->initiator()}); Review Comment: the lock key should not use `compaction` any more -- 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