add parameter log_storage_warning_tolerance_time
This commit is contained in:
@ -552,6 +552,12 @@ DEF_INT(log_disk_utilization_threshold, OB_TENANT_PARAMETER,"80",
|
||||
"Range: [10, 100)",
|
||||
ObParameterAttr(Section::LOGSERVICE, Source::DEFAULT, EditLevel::DYNAMIC_EFFECTIVE));
|
||||
|
||||
DEF_TIME(log_storage_warning_tolerance_time, OB_CLUSTER_PARAMETER, "5s",
|
||||
"[1s,300s]",
|
||||
"time to tolerate log disk io delay, after that, the disk status will be set warning. "
|
||||
"Range: [1s,300s]",
|
||||
ObParameterAttr(Section::LOGSERVICE, Source::DEFAULT, EditLevel::DYNAMIC_EFFECTIVE));
|
||||
|
||||
// ========================= LogService Config End =====================
|
||||
DEF_INT(resource_hard_limit, OB_CLUSTER_PARAMETER, "100", "[100, 10000]",
|
||||
"system utilization should not be large than resource_hard_limit",
|
||||
|
Reference in New Issue
Block a user