Note
This parameter is available starting with V1.4.
Description
debug_sync_timeout specifies the timeout period of the Debug Sync feature.
Privilege requirements
Query the parameter
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 | 0, which indicates that the Debug Sync feature is disabled. |
| Value range | [0, +∞) |
| 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
Enable the Debug Sync feature and set its timeout period to 3 seconds.
obclient> ALTER SYSTEM SET debug_sync_timeout= '3s';