Skip to content

(DOCSP-18997): Clarify that you can restart a sharded cluster during … #6084

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

Merged
merged 1 commit into from
Nov 8, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion source/tutorial/remove-shards-from-cluster.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down