Note
This parameter is available starting with V2.2.50.
Description
rootservice_ready_check_interval specifies the time interval between the startup of the Root Service and the check of the cluster status.
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 |
Examples
Set the time interval between the startup of the Root Service and the check of the cluster status to .
obclient> ALTER SYSTEM SET rootservice_ready_check_interval ='3s';