This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a commit to branch branch-4.1
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-4.1 by this push:
     new 5aa93f13fad branch-4.1: [fix](cloud) modify 
delete_bitmap_store_v2_max_bytes_in_fdb #67494 (#67938)
5aa93f13fad is described below

commit 5aa93f13fad2925de932322b5611d4d86180fa3f
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 15 12:01:22 2026 +0800

    branch-4.1: [fix](cloud) modify delete_bitmap_store_v2_max_bytes_in_fdb 
#67494 (#67938)
    
    Cherry-picked from #67494
    
    Co-authored-by: meiyi <[email protected]>
---
 be/src/cloud/config.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/be/src/cloud/config.cpp b/be/src/cloud/config.cpp
index cd180c2e5b3..ede9f45c0c7 100644
--- a/be/src/cloud/config.cpp
+++ b/be/src/cloud/config.cpp
@@ -87,7 +87,8 @@ DEFINE_mBool(enable_sync_tablet_delete_bitmap_by_cache, 
"true");
 DEFINE_mInt32(delete_bitmap_store_write_version, "1");
 DEFINE_mInt32(delete_bitmap_store_read_version, "1");
 DEFINE_mBool(enable_delete_bitmap_store_v2_check_correctness, "false");
-DEFINE_mInt64(delete_bitmap_store_v2_max_bytes_in_fdb, "1024"); // TODO change 
default value
+// Leave room for DeleteBitmapStoragePB overhead to fit within blob_put's 
90000-byte split size.
+DEFINE_mInt64(delete_bitmap_store_v2_max_bytes_in_fdb, "89000");
 DEFINE_Int32(sync_delete_bitmap_task_max_thread, "32");
 DEFINE_mBool(enable_agg_delta_delete_bitmap_for_store_v2, "true");
 


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

Reply via email to