Note
This parameter is introduced in ODP V4.3.1.
Description
rpc_async_pull_batch_max_size sets the batch size for asynchronous partition address pulls. Set rpc_enable_async_pull_batch_tablets to True before using this parameter.
Attributes
Attribute |
Description |
|---|---|
| Parameter type | Integer |
| Default value | 10 |
| Value range | [2, 50] |
| Effective only after ODP restart | Yes |
Examples
Enable asynchronous batch tablet pulls:
obclient> alter proxyconfig set rpc_enable_async_pull_batch_tablets='True';Set batch size to 20:
obclient> alter proxyconfig set rpc_async_pull_batch_max_size=20;
