Note
This parameter is introduced in ODP V4.3.1.
Description
rpc_enable_async_pull_batch_tablets controls whether to enable asynchronous batch pulls of tablet IDs.
Attributes
Attribute |
Description |
|---|---|
| Parameter type | Boolean |
| Default value | False |
| Value range |
|
| Effective only after ODP restart | No |
Examples
Run the following command to enable asynchronous batch tablet pulls:
obclient> alter proxyconfig set rpc_enable_async_pull_batch_tablets='True';
