Note
This parameter is introduced in ODP V4.3.0 and deprecated in V4.3.4. You can query and change it, but it has no effect.
Description
rpc_request_max_retries sets how many times an RPC request retries when partition lookup fails on the wrong partition.
Attributes
Attribute |
Description |
|---|---|
| Parameter type | Integer |
| Default value | 300 |
| Value range | [1, +∞) |
| Effective only after ODP restart | No |
Examples
Run the following command to set retries to 400:
obclient> alter proxyconfig set rpc_request_max_retries= 400;
