zhannngchen commented on code in PR #49223:
URL: https://github.com/apache/doris/pull/49223#discussion_r2002545852


##########
cloud/src/common/config.h:
##########
@@ -264,4 +264,7 @@ CONF_Bool(enable_loopback_address_for_ms, "false");
 // Which vaults should be recycled. If empty, recycle all vaults.
 // Comma seprated list: recycler_storage_vault_white_list="aaa,bbb,ccc"
 CONF_Strings(recycler_storage_vault_white_list, "");
+
+CONF_mBool(use_delete_bitmap_lock_new_way, "true");
+CONF_mBool(use_delete_bitmap_lock_random_way, "true");

Review Comment:
   The random strategy doesn’t seem to need a configuration; injection should 
be enough.



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