From afc41c1e9ac913d205d5c9885957470e358a84b0 Mon Sep 17 00:00:00 2001 From: Jeff Allen Date: Wed, 3 Nov 2021 16:28:13 -0400 Subject: [PATCH] (DOCSP-18997): Clarify that you can restart a sharded cluster during draining --- source/tutorial/remove-shards-from-cluster.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/source/tutorial/remove-shards-from-cluster.txt b/source/tutorial/remove-shards-from-cluster.txt index 2aa69198002..ef2c1025342 100644 --- a/source/tutorial/remove-shards-from-cluster.txt +++ b/source/tutorial/remove-shards-from-cluster.txt @@ -29,7 +29,13 @@ cluster. Considerations -------------- -.. include:: /includes/extracts/changestream-remove-shard-with-link.rst +- .. include:: /includes/extracts/changestream-remove-shard-with-link.rst + +- You can safely restart a cluster during a shard removal process. If + you restart a cluster during an ongoing :term:`draining` process, + draining continues automatically after the cluster components restart. + MongoDB records the shard draining status in the :data:`config.shards` + collection. .. _remove-shard-ensure-balancer-is-enabled: .. _remove-shard-ensure-balancer-is-active: