Skip to content

DOCS-14301 address chunk balancing changes #5305

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
May 7, 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
18 changes: 11 additions & 7 deletions source/reference/command/split.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,17 @@ Definition

.. dbcommand:: split

Splits a :term:`chunk` in a :term:`sharded cluster` into two
chunks. The :binary:`~bin.mongos` instance splits and manages
chunks automatically, but for exceptional circumstances the
:dbcommand:`split` command does allow administrators to manually
create splits. See :doc:`/tutorial/split-chunks-in-sharded-cluster` for
information on these circumstances, and on the MongoDB shell commands
that wrap :dbcommand:`split`.
.. versionchanged:: 4.2

Splits a :term:`chunk` in a :term:`sharded cluster` into two chunks.
Starting in MongoDB 4.2, shards manage and split chunks based on the
chunk size statistics they maintain.

For exceptional circumstances the :dbcommand:`split` command does
allow administrators to manually create splits. See
:doc:`/tutorial/split-chunks-in-sharded-cluster` for information on
these circumstances, and on the MongoDB shell commands that wrap
:dbcommand:`split`.

The :dbcommand:`split` command must be run in the ``admin`` database
and uses the following form:
Expand Down