Note
This parameter is available starting with V2.2.50.
Description
rootservice_ready_check_interval specifies the interval between the time when the Root Service is started and the time when the cluster status is checked.
Privilege requirements
Query the parameter
The
systenant and all user tenants can query this parameter by using theSHOW PARAMETERSstatement or theGV$OB_PARAMETERSview.Modify the parameter
Only the
systenant can modify this parameter. User tenants cannot modify this parameter.
Attributes
| Attribute | Description |
|---|---|
| Type | Time |
| Default value | 3s |
| Value range | [100000us, 1m] |
| 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 between the time when the Root Service is started and the time when the cluster status is checked to .
obclient> ALTER SYSTEM SET rootservice_ready_check_interval ='3s';