ob_query_switch_leader_retry_timeout specifies the maximum retry time for failed queries, in us.
Note
This parameter is available in OceanBase Database V3.2.4 and later.
| Property | Description |
|---|---|
| Type | INTERVAL |
| Default value | 0 ms |
| Value range | [0ms,+∞) |
| Effective upon OBServer node restart | No |
Note
- If the value is set to 0, the retry timeout check is disabled.
- If the value is set to n (n > 0), when the cumulative execution time of the retried query exceeds n, the OBServer node returns an error to the client.