data_storage_warning_tolerance_time

2023-10-24 09:23:03  Updated

data_storage_warning_tolerance_time specifies the tolerance period after which the state of an abnormal data disk is set to WARNING.

Attribute Description
Type Time
Default value 30s
Value range [10s, 300s]
Effective upon restart of OBServer node No

When an unexpected I/O failure occurs, the I/O manager of OceanBase Database starts a detection thread to detect the data disk status. If the data disk status fails to become normal within the period specified by this parameter, the detection thread sets the data disk status to WARNING. This state triggers events such as a leader switchover to respond to business requests.

Example

obclient> ALTER SYSTEM SET data_storage_warning_tolerance_time = 20s;

Contact Us