From 9d6c4fe7abbb67ba7ce0d552a2bb75184cc530a3 Mon Sep 17 00:00:00 2001 From: Glen Smith Date: Tue, 2 Apr 2019 17:37:28 -0600 Subject: [PATCH 1/3] Mention possibility of temporarily red cluster --- docs/reference/upgrade/rolling_upgrade.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/reference/upgrade/rolling_upgrade.asciidoc b/docs/reference/upgrade/rolling_upgrade.asciidoc index 98af0a6730254..b48ec953c41f4 100644 --- a/docs/reference/upgrade/rolling_upgrade.asciidoc +++ b/docs/reference/upgrade/rolling_upgrade.asciidoc @@ -120,6 +120,8 @@ GET _cat/health?v Wait for the `status` column to switch from `yellow` to `green`. Once the node is `green`, all primary and replica shards have been allocated. +(If the node you removed contained any shards for which there are no +replicas in the cluster, the status will start as `red` rather than `yellow`.) [IMPORTANT] ==================================================== From 9c741ac35cedbda57ba9c18975f5b78efba5de87 Mon Sep 17 00:00:00 2001 From: Glen Smith Date: Tue, 18 Feb 2020 22:20:05 -0700 Subject: [PATCH 2/3] Clarify node reference language Call it "newly restarted" instead of "removed". --- docs/reference/upgrade/rolling_upgrade.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/upgrade/rolling_upgrade.asciidoc b/docs/reference/upgrade/rolling_upgrade.asciidoc index b48ec953c41f4..692e48b141ae2 100644 --- a/docs/reference/upgrade/rolling_upgrade.asciidoc +++ b/docs/reference/upgrade/rolling_upgrade.asciidoc @@ -120,7 +120,7 @@ GET _cat/health?v Wait for the `status` column to switch from `yellow` to `green`. Once the node is `green`, all primary and replica shards have been allocated. -(If the node you removed contained any shards for which there are no +(If the newly-upgraded node contained any shards for which there are no replicas in the cluster, the status will start as `red` rather than `yellow`.) [IMPORTANT] From bbad117a80a61089eefa6860a91ecbd5234dfb66 Mon Sep 17 00:00:00 2001 From: James Rodewig Date: Tue, 31 Mar 2020 13:04:02 -0400 Subject: [PATCH 3/3] Update docs/reference/upgrade/rolling_upgrade.asciidoc --- docs/reference/upgrade/rolling_upgrade.asciidoc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/reference/upgrade/rolling_upgrade.asciidoc b/docs/reference/upgrade/rolling_upgrade.asciidoc index 692e48b141ae2..f25f1808e1808 100644 --- a/docs/reference/upgrade/rolling_upgrade.asciidoc +++ b/docs/reference/upgrade/rolling_upgrade.asciidoc @@ -118,10 +118,8 @@ GET _cat/health?v -------------------------------------------------- // CONSOLE -Wait for the `status` column to switch from `yellow` to `green`. Once the -node is `green`, all primary and replica shards have been allocated. -(If the newly-upgraded node contained any shards for which there are no -replicas in the cluster, the status will start as `red` rather than `yellow`.) +Wait for the `status` column to switch to `green`. Once the node is `green`, all +primary and replica shards have been allocated. [IMPORTANT] ====================================================