首批通过分布式安全可靠测评,为关键业务系统打造
rpc_async_pull_batch_max_times
更新时间:2026-04-14 17:41:09
说明
该配置项自 4.3.1 版本开始引入。
功能描述
rpc_async_pull_batch_max_times 用于设置 RPC 批量拉取路由的最大次数。与 rpc_enable_async_pull_batch_tablets 配合使用。
属性说明
| 属性 | 描述 |
|---|---|
| 参数类型 | 整数类型 |
| 默认值 | 0 |
| 取值范围 | [0, +∞) |
| 是否重启 ODP 生效 | 否 |
配置示例
执行如下命令,设置 RPC 批量拉取路由的最大次数为 5 次。
obclient> alter proxyconfig set rpc_async_pull_batch_max_times=5;