follow-request-body.asciidoc 1.8 KB

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