BiteTheDDDDt commented on code in PR #50113:
URL: https://github.com/apache/doris/pull/50113#discussion_r2059860755


##########
fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java:
##########
@@ -2245,6 +2247,9 @@ public boolean isEnableHboNonStrictMatchingMode() {
                     "When processing both \\n and \\r\\n as CSV line 
separators, should \\r be retained?"})
     public boolean keepCarriageReturn = false;
 
+    @VariableMgr.VarAttr(name = EXCHANGE_MULTI_BLOCKS_BYTE_SIZE,
+            description = {"enable exchange send multi blocks in one rpc, 
default is 256KB. negatives means disable"})
+    public int exchangeMultiBlocksByteSize = 256 * 1024;

Review Comment:
   maybe we can add fuzzy test for exchangeMultiBlocksByteSize



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