Note
This parameter is available starting with V1.4.
Description
debug_sync_timeout specifies the timeout period for the Debug Sync feature.
Privilege requirements
Query the parameter
The
systenant and all user tenants can query the parameter by using theSHOW PARAMETERSstatement or theGV$OB_PARAMETERSview.Modify the parameter
Only the
systenant can modify the parameter. User tenants cannot modify the 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 the timeout period to 3 seconds.
obclient> ALTER SYSTEM SET debug_sync_timeout= '3s';