Note
This parameter is available starting with V1.4.
Description
balancer_log_interval specifies the interval at which the disaster recovery task thread prints statistical logs.
Privilege requirements
Query the parameter
The
systenant and all user tenants can use theSHOW PARAMETERSstatement to query this parameter.Modify the parameter
Only the
systenant can modify this parameter. User tenants cannot modify this parameter.
Attributes
| Attribute | Description |
|---|---|
| Type | Time |
| Default value | 1m, which indicates 1 minute |
| Value range | [1s, +∞) |
| Modifiable | Yes. You can use the ALTER SYSTEM SET statement to modify the parameter. |
| Effective upon OBServer node restart | No. The setting takes effect immediately. |
Examples
Set the interval at which the disaster recovery task thread prints statistical logs to 1 minute.
obclient> ALTER SYSTEM SET balancer_log_interval='1m';