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


##########
cloud/src/common/config.h:
##########
@@ -261,6 +261,11 @@ CONF_Bool(enable_check_instance_id, "true");
 
 // Check if ip eq 127.0.0.1, ms/recycler exit
 CONF_Bool(enable_loopback_address_for_ms, "false");
+
+// delete_bitmap_lock version config
+CONF_mString(use_delete_bitmap_lock_version, "v1");
+CONF_mBool(use_delete_bitmap_lock_random_version, "false");

Review Comment:
   ```suggestion
   // FOR DEBUG
   CONF_mBool(use_delete_bitmap_lock_random_version, "false");
   ```



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