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 1da173a commit b6c976bCopy full SHA for b6c976b
source/tutorial/clear-jumbo-flag.txt
@@ -14,12 +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 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.
+To manually clear the ``jumbo`` flag, use one of the following
+procedures:
23
24
Procedures
25
----------
0 commit comments