From 67cb688bab8fb2f781ff08f9af43810a4c660959 Mon Sep 17 00:00:00 2001 From: Naomi Pentrel <5212232+npentrel@users.noreply.github.com> Date: Wed, 24 Mar 2021 15:51:08 +0100 Subject: [PATCH] DOCS-14301 address chunk balancing changes --- source/reference/command/split.txt | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/source/reference/command/split.txt b/source/reference/command/split.txt index 58c8e2ee8bf..860f64941b6 100644 --- a/source/reference/command/split.txt +++ b/source/reference/command/split.txt @@ -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: