gavinchou commented on code in PR #59413:
URL: https://github.com/apache/doris/pull/59413#discussion_r2699082004


##########
cloud/src/common/config.h:
##########
@@ -320,6 +320,7 @@ CONF_Int32(parallel_txn_lazy_commit_num_threads, "0"); // 
hardware concurrency i
 CONF_mInt64(txn_lazy_max_rowsets_per_batch, "1000");
 CONF_mBool(txn_lazy_commit_shuffle_partitions, "true");
 CONF_Int64(txn_lazy_commit_shuffle_seed, "0"); // 0 means generate a random 
seed
+CONF_mBool(txn_lazy_commit_defer_deleting_pending_delete_bitmaps, "false");

Review Comment:
   seems all meta-service should be upgraded before changing it to true.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to