Skip to content

Commit b6c976b

Browse files
authored
DOCSP-25533 removes incorrect statement from "Clear Jumbo Flag" tutorial in v6.0 (#2069) (#2079)
* DOCSP-25533 removes incorrect statement from "Clear Jumbo Flag" tutorial * internal review feedback
1 parent 1da173a commit b6c976b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

source/tutorial/clear-jumbo-flag.txt

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,8 @@ If MongoDB cannot split a chunk that exceeds the :ref:`specified chunk
1414
size <sharding-chunk-size>`, MongoDB labels the chunk as
1515
:ref:`jumbo <jumbo-chunks>`.
1616

17-
If the chunk size no longer exceeds the :ref:`specified chunk size
18-
<sharding-chunk-size>`, MongoDB clears the ``jumbo`` flag for the chunk
19-
when the :binary:`~bin.mongos` rewrites the chunk metadata.
20-
21-
In cases where you need to clear the flag manually, the following
22-
procedures outline the steps to manually clear the ``jumbo`` flag.
17+
To manually clear the ``jumbo`` flag, use one of the following
18+
procedures:
2319

2420
Procedures
2521
----------

0 commit comments

Comments
 (0)