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 d74d2c1bc27 branch-3.0: [fix](report) disk should be reported before
tablet #54190 (#54237)
d74d2c1bc27 is described below
commit d74d2c1bc27103250c525bff5714e203ba21470a
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 12 10:28:05 2025 +0800
branch-3.0: [fix](report) disk should be reported before tablet #54190
(#54237)
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 4bddb99e0a4..491929a7a83 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]