This is an automated email from the ASF dual-hosted git repository.
morrysnow pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.1 by this push:
new 7fd68589ab3 branch-3.1: [fix](report) disk should be reported before
tablet #54190 (#54239)
7fd68589ab3 is described below
commit 7fd68589ab3289e58df42de49d66585ab8791cb1
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 4 11:42:22 2025 +0800
branch-3.1: [fix](report) disk should be reported before tablet #54190
(#54239)
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 252600723e5..c7e068d0e59 100644
--- a/be/src/common/config.cpp
+++ b/be/src/common/config.cpp
@@ -245,7 +245,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]