Note
This parameter was introduced in OceanBase Database V1.4.
Description
balancer_log_interval specifies the interval for printing statistical logs generated by the threads of disaster recovery tasks.
Attributes
| Attribute | Description |
|---|---|
| Type | Time |
| Default value | 1m, indicating 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 for printing statistical logs generated by the threads of disaster recovery tasks to 1 minute.
obclient> ALTER SYSTEM SET balancer_log_interval='1m';