This is an automated email from the ASF dual-hosted git repository.
gavinchou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new b1922623e31 [fix](report) disk should be reported before tablet
(#54190)
b1922623e31 is described below
commit b1922623e31ca9f50b20c77f9ff01a41ea80a4f1
Author: Yongqiang YANG <[email protected]>
AuthorDate: Sat Aug 2 23:57:29 2025 +0800
[fix](report) disk should be reported before tablet (#54190)
Sometimes, tablet report is time consuming. Recover needs pathhash.
---
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 d623a36f8ac..f5f1aea2870 100644
--- a/be/src/common/config.cpp
+++ b/be/src/common/config.cpp
@@ -246,7 +246,7 @@ DEFINE_mBool(report_random_wait, "true");
// the interval time(seconds) for agent report tasks signature to FE
DEFINE_mInt32(report_task_interval_seconds, "10");
// 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]