Note
This parameter is introduced in ODP V4.3.1.
Description
rpc_async_pull_batch_max_times sets the maximum number of batch routing pulls for RPC. Use together with rpc_enable_async_pull_batch_tablets.
Attributes
Attribute |
Description |
|---|---|
| Parameter type | Integer |
| Default value | 0 |
| Value range | [0, +∞) |
| Effective only after ODP restart | No |
Examples
Run the following command to set the maximum batch pull count to 5:
obclient> alter proxyconfig set rpc_async_pull_batch_max_times=5;
