|
1 | 1 | [testenv="platinum"]
|
2 | 2 | `max_read_request_operation_count`::
|
3 |
| - (integer) the maximum number of operations to pull per read from the remote |
4 |
| - cluster |
| 3 | + (integer) The maximum number of operations to pull per read from the remote |
| 4 | + cluster. |
5 | 5 |
|
6 | 6 | `max_outstanding_read_requests`::
|
7 |
| - (long) the maximum number of outstanding reads requests from the remote |
8 |
| - cluster |
| 7 | + (long) The maximum number of outstanding reads requests from the remote |
| 8 | + cluster. |
9 | 9 |
|
10 | 10 | `max_read_request_size`::
|
11 |
| - (<<byte-units,byte value>>) the maximum size in bytes of per read of a batch |
12 |
| - of operations pulled from the remote cluster |
| 11 | + (<<byte-units,byte value>>) The maximum size in bytes of per read of a batch |
| 12 | + of operations pulled from the remote cluster. |
13 | 13 |
|
14 | 14 | `max_write_request_operation_count`::
|
15 |
| - (integer) the maximum number of operations per bulk write request executed on |
16 |
| - the follower |
| 15 | + (integer) The maximum number of operations per bulk write request executed on |
| 16 | + the follower. |
17 | 17 |
|
18 | 18 | `max_write_request_size`::
|
19 |
| - (<<byte-units,byte value>>) the maximum total bytes of operations per bulk write request |
20 |
| - executed on the follower |
| 19 | + (<<byte-units,byte value>>) The maximum total bytes of operations per bulk write request |
| 20 | + executed on the follower. |
21 | 21 |
|
22 | 22 | `max_outstanding_write_requests`::
|
23 |
| - (integer) the maximum number of outstanding write requests on the follower |
| 23 | + (integer) The maximum number of outstanding write requests on the follower. |
24 | 24 |
|
25 | 25 | `max_write_buffer_count`::
|
26 |
| - (integer) the maximum number of operations that can be queued for writing; |
27 |
| - when this limit is reached, reads from the remote cluster will be deferred |
28 |
| - until the number of queued operations goes below the limit |
| 26 | + (integer) The maximum number of operations that can be queued for writing. |
| 27 | + When this limit is reached, reads from the remote cluster will be deferred |
| 28 | + until the number of queued operations goes below the limit. |
29 | 29 |
|
30 | 30 | `max_write_buffer_size`::
|
31 |
| - (<<byte-units,byte value>>) the maximum total bytes of operations that can be queued for |
32 |
| - writing; when this limit is reached, reads from the remote cluster will be |
33 |
| - deferred until the total bytes of queued operations goes below the limit |
| 31 | + (<<byte-units,byte value>>) The maximum total bytes of operations that can be |
| 32 | + queued for |
| 33 | + writing. When this limit is reached, reads from the remote cluster will be |
| 34 | + deferred until the total bytes of queued operations goes below the limit. |
34 | 35 |
|
35 | 36 | `max_retry_delay`::
|
36 |
| - (<<time-units,time value>>) the maximum time to wait before retrying an |
37 |
| - operation that failed exceptionally; an exponential backoff strategy is |
38 |
| - employed when retrying |
| 37 | + (<<time-units,time value>>) The maximum time to wait before retrying an |
| 38 | + operation that failed exceptionally. An exponential backoff strategy is |
| 39 | + employed when retrying. |
39 | 40 |
|
40 | 41 | `read_poll_timeout`::
|
41 |
| - (<<time-units,time value>>) the maximum time to wait for new operations on the |
42 |
| - remote cluster when the follower index is synchronized with the leader index; |
43 |
| - when the timeout has elapsed, the poll for operations will return to the |
44 |
| - follower so that it can update some statistics, and then the follower will |
45 |
| - immediately attempt to read from the leader again |
| 42 | + (<<time-units,time value>>) The maximum time to wait for new operations on the |
| 43 | + remote cluster when the follower index is synchronized with the leader index. |
| 44 | + When the timeout has elapsed, the poll for operations will return to the |
| 45 | + follower so that it can update some statistics. Then the follower will |
| 46 | + immediately attempt to read from the leader again. |
46 | 47 |
|
47 | 48 | ===== Default values
|
48 | 49 |
|
|
0 commit comments