Skip to content

Commit e6f349b

Browse files
npentreljeff-allen-mongo
authored andcommitted
DOCS-14301 address chunk balancing changes
1 parent d1ae873 commit e6f349b

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

source/reference/command/split.txt

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,17 @@ Definition
1515

1616
.. dbcommand:: split
1717

18-
Splits a :term:`chunk` in a :term:`sharded cluster` into two
19-
chunks. The :binary:`~bin.mongos` instance splits and manages
20-
chunks automatically, but for exceptional circumstances the
21-
:dbcommand:`split` command does allow administrators to manually
22-
create splits. See :doc:`/tutorial/split-chunks-in-sharded-cluster` for
23-
information on these circumstances, and on the MongoDB shell commands
24-
that wrap :dbcommand:`split`.
18+
.. versionchanged:: 4.2
19+
20+
Splits a :term:`chunk` in a :term:`sharded cluster` into two chunks.
21+
Starting in MongoDB 4.2, shards manage and split chunks based on the
22+
chunk size statistics they maintain.
23+
24+
For exceptional circumstances the :dbcommand:`split` command does
25+
allow administrators to manually create splits. See
26+
:doc:`/tutorial/split-chunks-in-sharded-cluster` for information on
27+
these circumstances, and on the MongoDB shell commands that wrap
28+
:dbcommand:`split`.
2529

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

0 commit comments

Comments
 (0)