This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
commit 499fd27ed0041528a03a6990a17419662b3aa12b Author: Kaijie Chen <[email protected]> AuthorDate: Mon Feb 5 16:59:05 2024 +0800 [config](move-memtable) set StreamWait timeout default to 10min (#30831) --- be/src/common/config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/be/src/common/config.cpp b/be/src/common/config.cpp index 0be957f2379..a11703a824e 100644 --- a/be/src/common/config.cpp +++ b/be/src/common/config.cpp @@ -775,7 +775,7 @@ DEFINE_Int64(load_stream_max_buf_size, "20971520"); // 20MB // brpc streaming messages_in_batch DEFINE_Int32(load_stream_messages_in_batch, "128"); // brpc streaming StreamWait seconds on EAGAIN -DEFINE_Int32(load_stream_eagain_wait_seconds, "60"); +DEFINE_Int32(load_stream_eagain_wait_seconds, "600"); // max tasks per flush token in load stream DEFINE_Int32(load_stream_flush_token_max_tasks, "15"); // max wait flush token time in load stream --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
