balancer_log_interval

2025-12-04 07:10:03  Updated

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, 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 for printing statistical logs generated by the threads of disaster recovery tasks to 1 minute.

obclient> ALTER SYSTEM SET balancer_log_interval='1m';

References

Disaster recovery architecture and levels

Contact Us