We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c641c76 commit c544306Copy full SHA for c544306
source/tutorial/clear-jumbo-flag.txt
@@ -14,14 +14,8 @@ If MongoDB cannot split a chunk that exceeds the :ref:`specified chunk
14
size <sharding-chunk-size>`, MongoDB labels the chunk as
15
:ref:`jumbo <jumbo-chunks>`.
16
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.
+To manually clear the ``jumbo`` flag, use one of the following
+procedures:
25
26
Procedures
27
----------
0 commit comments