首批通过分布式安全可靠测评,为关键业务系统打造
table_entry_retry_build_limit
更新时间:2026-04-14 17:41:11
说明
该配置项自 4.3.4 版本开始引入。
功能描述
table_entry_retry_build_limit 用于设置 ODP 在构建原子表时的最大重试次数。
属性说明
| 属性 | 描述 |
|---|---|
| 参数类型 | 整数类型 |
| 默认值 | 3 |
| 取值范围 | [0, 10000] |
| 是否重启 ODP 生效 | 否 |
配置示例
执行如下命令,设置 ODP 构建原子表时的最大重试次数为 5 次。
obclient> alter proxyconfig set table_entry_retry_build_limit= 5;