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
The following commit(s) were added to refs/heads/branch-2.1 by this push:
new ae3a41db290 branch-2.1: [fix](report) disk should be reported before
tablet #54190 (#54238)
ae3a41db290 is described below
commit ae3a41db2907fa8c18406f87d2bdb310d861a339
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Aug 6 11:31:15 2025 +0800
branch-2.1: [fix](report) disk should be reported before tablet #54190
(#54238)
Cherry-picked from #54190
Co-authored-by: Yongqiang YANG <[email protected]>
---
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 640088a742e..75daf44d53b 100644
--- a/be/src/common/config.cpp
+++ b/be/src/common/config.cpp
@@ -232,7 +232,7 @@ DEFINE_mInt32(report_task_interval_seconds, "10");
// the interval time(seconds) for refresh storage policy from FE
DEFINE_mInt32(storage_refresh_storage_policy_task_interval_seconds, "5");
// the interval time(seconds) for agent report disk state to FE
-DEFINE_mInt32(report_disk_state_interval_seconds, "60");
+DEFINE_mInt32(report_disk_state_interval_seconds, "30");
// the interval time(seconds) for agent report olap table to FE
DEFINE_mInt32(report_tablet_interval_seconds, "60");
// the max download speed(KB/s)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]