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 367d4e416c0 [improve](cloud-mow) Make mow stream load retry times more reasonable (#49089) 367d4e416c0 is described below commit 367d4e416c0b4c0a4b7625e65af75bfc54e23293 Author: huanghaibin <huanghai...@selectdb.com> AuthorDate: Tue Apr 1 10:49:52 2025 +0800 [improve](cloud-mow) Make mow stream load retry times more reasonable (#49089) pick:https://github.com/apache/doris/pull/47666 --- be/src/cloud/config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/be/src/cloud/config.cpp b/be/src/cloud/config.cpp index f66b29b38ca..2de67b4fb0b 100644 --- a/be/src/cloud/config.cpp +++ b/be/src/cloud/config.cpp @@ -58,7 +58,7 @@ DEFINE_mInt32(refresh_s3_info_interval_s, "60"); DEFINE_mInt32(vacuum_stale_rowsets_interval_s, "300"); DEFINE_mInt32(schedule_sync_tablets_interval_s, "600"); -DEFINE_mInt32(mow_stream_load_commit_retry_times, "10"); +DEFINE_mInt32(mow_stream_load_commit_retry_times, "5"); DEFINE_mBool(save_load_error_log_to_s3, "false"); --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org