Skip to content

[DOC] Add documentation for separate Segment Replication rate limiting #6948

@mch2

Description

@mch2

What do you want to do?

  • Request a change to existing documentation
  • Add new documentation
  • Report a technical problem with the documentation
  • Other

Tell us about your request. Provide a summary of the request and all versions that are affected.
With this PR we will be adding an additional index setting indices.replication.max_bytes_per_sec to control the max bytes per second for node-node segment replication.

This page should be updated to reflect this new setting.

I am thinking:

indices.replication.max_bytes_per_sec (String): Limits the total inbound and outbound replication traffic for each node. This applies to segment replication between nodes. Default is tied to the set value of indices.recovery.max_bytes_per_sec, which is by default 40mb. If you set the replication traffic value to less than or equal to 0mb, rate limiting will be disabled, which causes replication data to be transferred at the highest possible rate.

What other resources are available? Provide links to related issues, POCs, steps for testing, etc.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions