From c69c0ca4c98a8838fe23bc411e5612c5c692f135 Mon Sep 17 00:00:00 2001 From: Stef Nestor <26751266+stefnestor@users.noreply.github.com> Date: Thu, 18 Jul 2024 15:40:16 -0600 Subject: [PATCH] feedback --- docs/changelog/110993.yaml | 2 +- docs/reference/how-to/size-your-shards.asciidoc | 1 + .../org/elasticsearch/common/reference-docs-links.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/changelog/110993.yaml b/docs/changelog/110993.yaml index e7f1b0751b4e1..9eb653a09e3a4 100644 --- a/docs/changelog/110993.yaml +++ b/docs/changelog/110993.yaml @@ -1,5 +1,5 @@ pr: 110993 -summary: (Err>Doc) Max Shards Per Node +summary: Add link to Max Shards Per Node exception message area: Distributed type: enhancement issues: [] diff --git a/docs/reference/how-to/size-your-shards.asciidoc b/docs/reference/how-to/size-your-shards.asciidoc index 31f4039bcfaca..ba0c0ab8b0b15 100644 --- a/docs/reference/how-to/size-your-shards.asciidoc +++ b/docs/reference/how-to/size-your-shards.asciidoc @@ -501,6 +501,7 @@ POST _reindex Here’s how to resolve common shard-related errors. [discrete] +[[troubleshooting-max-shards-open]] ==== this action would add [x] total shards, but this cluster currently has [y]/[z] maximum shards open; The <> cluster diff --git a/server/src/main/resources/org/elasticsearch/common/reference-docs-links.json b/server/src/main/resources/org/elasticsearch/common/reference-docs-links.json index d4fb1be58d854..0d11629803ced 100644 --- a/server/src/main/resources/org/elasticsearch/common/reference-docs-links.json +++ b/server/src/main/resources/org/elasticsearch/common/reference-docs-links.json @@ -39,5 +39,5 @@ "SNAPSHOT_REPOSITORY_ANALYSIS": "repo-analysis-api.html", "S3_COMPATIBLE_REPOSITORIES": "repository-s3.html#repository-s3-compatible-services", "LUCENE_MAX_DOCS_LIMIT": "size-your-shards.html#troubleshooting-max-docs-limit", - "MAX_SHARDS_PER_NODE": "size-your-shards.html#_this_action_would_add_x_total_shards_but_this_cluster_currently_has_yz_maximum_shards_open" + "MAX_SHARDS_PER_NODE": "size-your-shards.html#troubleshooting-max-shards-open" }