Note
This parameter is introduced in ODP V4.3.4.
Description
table_entry_retry_build_limit sets the maximum retries when ODP performs an atomic build of a table entry.
Attributes
Attribute |
Description |
|---|---|
| Parameter type | Integer |
| Default value | 3 |
| Value range | [0, 10000] |
| Effective only after ODP restart | No |
Examples
Run the following command to set the maximum retries to 5:
obclient> alter proxyconfig set table_entry_retry_build_limit= 5;
