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

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


The following commit(s) were added to refs/heads/branch-3.0 by this push:
     new a7dddf01183 branch-3.0: [fix](auto bucket)Set the estimated partition 
size to 5G in non cloud #51258 (#51682)
a7dddf01183 is described below

commit a7dddf011833d4c539060d75321c4c0456a7cc74
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 20 09:55:05 2025 +0800

    branch-3.0: [fix](auto bucket)Set the estimated partition size to 5G in non 
cloud #51258 (#51682)
    
    Cherry-picked from #51258
    
    Co-authored-by: deardeng <[email protected]>
---
 fe/fe-common/src/main/java/org/apache/doris/common/Config.java | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/fe/fe-common/src/main/java/org/apache/doris/common/Config.java 
b/fe/fe-common/src/main/java/org/apache/doris/common/Config.java
index 6f2d8d06de3..c046e515eaa 100644
--- a/fe/fe-common/src/main/java/org/apache/doris/common/Config.java
+++ b/fe/fe-common/src/main/java/org/apache/doris/common/Config.java
@@ -2648,12 +2648,12 @@ public class Config extends ConfigBase {
     public static int arrow_flight_max_connections = 4096;
 
     @ConfField(mutable = true, masterOnly = true, description = {
-        "Auto Buckets中按照partition size去估算bucket数,存算一体partition size 
1G估算一个bucket,"
-            + "但存算分离下partition size 10G估算一个bucket。 
若配置小于0,会在在代码中会自适应存算一体模式默认1G,在存算分离默认10G",
+        "Auto Buckets中按照partition size去估算bucket数,存算一体partition size 
5G估算一个bucket,"
+            + "但存算分离下partition size 10G估算一个bucket。 
若配置小于0,会在在代码中会自适应存算一体模式默认5G,在存算分离默认10G",
         "In Auto Buckets, the number of buckets is estimated based on the 
partition size. "
-            + "For storage and computing integration, a partition size of 1G 
is estimated as one bucket."
+            + "For storage and computing integration, a partition size of 5G 
is estimated as one bucket."
             + " but for cloud, a partition size of 10G is estimated as one 
bucket. "
-            + "If the configuration is less than 0, the code will have an 
adaptive non-cloud mode with a default of 1G,"
+            + "If the configuration is less than 0, the code will have an 
adaptive non-cloud mode with a default of 5G,"
             + " and in cloud mode with a default of 10G."
     })
     public static int autobucket_partition_size_per_bucket_gb = -1;


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

Reply via email to