Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOC] Add documentation for cluster routing allocation settings #4827

Closed
1 of 4 tasks
Poojita-Raj opened this issue Aug 17, 2023 · 2 comments · Fixed by #4955
Closed
1 of 4 tasks

[DOC] Add documentation for cluster routing allocation settings #4827

Poojita-Raj opened this issue Aug 17, 2023 · 2 comments · Fixed by #4955
Assignees
Labels
3 - Done Issue is done/complete Sev2 High-medium priority. Upcoming release or incorrect information. v2.10.0
Milestone

Comments

@Poojita-Raj
Copy link
Contributor

Poojita-Raj commented Aug 17, 2023

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.

Reference: https://opensearch.org/docs/latest/api-reference/cluster-api/cluster-settings/ - This is the doc that has information about other cluster routing allocation settings.
Currently, the documentation for opensearch does not have any information on these 2 settings:

  1. cluster.routing.allocation.move.primary_first - This is now deprecated. Boolean setting.
  2. cluster.routing.allocation.shard_movement_strategy - This is the replacement setting for the above setting being introduced in 2.10. Enum setting can take 3 values - primary_first, replica_first and no_preference.

What other resources are available? Provide links to related issues, POCs, steps for testing, etc.
Reference for (1):

Reference for (2):

@Naarcha-AWS Naarcha-AWS added 1 - Backlog Issue: The issue is unassigned or assigned but not started and removed untriaged labels Aug 23, 2023
@Naarcha-AWS Naarcha-AWS added this to the v2.10 milestone Aug 23, 2023
@Naarcha-AWS Naarcha-AWS self-assigned this Aug 23, 2023
@hdhalter hdhalter added the Sev2 High-medium priority. Upcoming release or incorrect information. label Aug 25, 2023
@hdhalter
Copy link
Contributor

See also opensearch-project/OpenSearch#3881 for more information.

@hdhalter
Copy link
Contributor

@Poojita-Raj - we don't have a documentation resource available to work on this. Can you please create a PR with the updates?

@hdhalter hdhalter assigned cwillum and unassigned Naarcha-AWS Sep 1, 2023
@hdhalter hdhalter added 2 - In progress Issue/PR: The issue or PR is in progress. and removed 1 - Backlog Issue: The issue is unassigned or assigned but not started labels Sep 13, 2023
@cwillum cwillum added 3 - Done Issue is done/complete and removed 2 - In progress Issue/PR: The issue or PR is in progress. labels Sep 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Done Issue is done/complete Sev2 High-medium priority. Upcoming release or incorrect information. v2.10.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants