You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2022/06/15 09:13:04 UTC

[incubator-doris] 01/02: [modify default config]add be 2pc config enbale defalut (#10110)

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

morningman pushed a commit to branch dev-1.0.1
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git

commit eaff9f3be6570fd278cee71d794a934d90005d57
Author: wudi <67...@qq.com>
AuthorDate: Wed Jun 15 09:08:28 2022 +0800

    [modify default config]add be 2pc config  enbale  defalut (#10110)
    
    Co-authored-by: wudi <>
---
 be/src/common/config.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/be/src/common/config.h b/be/src/common/config.h
index 32d19468bf..d0f6c563c5 100644
--- a/be/src/common/config.h
+++ b/be/src/common/config.h
@@ -376,7 +376,7 @@ CONF_mInt32(stream_load_record_batch_size, "50");
 CONF_Int32(stream_load_record_expire_time_secs, "28800");
 // time interval to clean expired stream load records
 CONF_mInt64(clean_stream_load_record_interval_secs, "1800");
-CONF_mBool(disable_stream_load_2pc, "true");
+CONF_mBool(disable_stream_load_2pc, "false");
 
 // OlapTableSink sender's send interval, should be less than the real response time of a tablet writer rpc.
 // You may need to lower the speed when the sink receiver bes are too busy.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org