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


##########
cloud/src/meta-service/meta_service.h:
##########
@@ -41,6 +41,7 @@ class Transaction;
 constexpr std::string_view BUILT_IN_STORAGE_VAULT_NAME = 
"built_in_storage_vault";
 static constexpr int COMPACTION_DELETE_BITMAP_LOCK_ID = -1;
 static constexpr int SCHEMA_CHANGE_DELETE_BITMAP_LOCK_ID = -2;
+static constexpr int COMPACTION_WITHOUT_LOCK_DELETE_BITMAP_LOCK_ID = -3;

Review Comment:
   no, this update_delete_bitmap does not hold lock



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