branch-2.1: [fix](report) disk should be reported before tablet #54190 (#54238)

Cherry-picked from #54190

Co-authored-by: Yongqiang YANG <yangyongqiang@selectdb.com>
This commit is contained in:
github-actions[bot]
2025-08-06 11:31:15 +08:00
committed by GitHub
parent 838648e52d
commit ae3a41db29

View File

@ -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)