Skip to content

Commit c544306

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

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

source/tutorial/clear-jumbo-flag.txt

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +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 automatically clears the ``jumbo`` flag
19-
for the chunk when the :binary:`~bin.mongos` rewrites the chunk
20-
metadata.
21-
22-
In cases where you need to clear the flag manually, however, the
23-
following procedures outline the steps to manually clear the ``jumbo``
24-
flag.
17+
To manually clear the ``jumbo`` flag, use one of the following
18+
procedures:
2519

2620
Procedures
2721
----------

0 commit comments

Comments
 (0)