Skip to content

Commit 117f680

Browse files
author
Sam Kleinman
committed
minor: fixing formating error in moveChunk documents.
1 parent 5a25c58 commit 117f680

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

source/reference/command/moveChunk.txt

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,18 @@ moveChunk
1010
sharding. Use the :method:`sh.moveChunk()` helper in the
1111
:program:`mongo` shell for manual chunk migrations.
1212

13-
:option _secondaryThrottle: ``false`` by default. If ``true``
14-
during chunk migrations when a
15-
:term:`shard` hosted by a
16-
:term:`replica set`, the
17-
:program:`mongod` will wait until the
18-
:term:`secondary` members replicate the
19-
migration operations continuing to
20-
migrate chunk data.
13+
:option _secondaryThrottle: Set to ``false`` by default. Provides
14+
:ref:`write concern <write-concern>`
15+
support for chunk migrations.
2116

22-
For details on chunk migrations see the :ref:`Chunk Migration
23-
<sharding-chunk-migration>` section.
17+
If ``_secondaryThrottle`` is set to ``true``, during chunk
18+
migrations when a :term:`shard` hosted by a :term:`replica set`,
19+
the :program:`mongod` will wait until the :term:`secondary` members
20+
replicate the migration operations continuing to migrate chunk
21+
data. In the balancer configuration, the ``replThrottle``
22+
configuration provides ``_secondaryThrottle`` behavior.
23+
24+
For details on chunk migrations see the :ref:`Chunk Migration
25+
<sharding-chunk-migration>` section.
2426

2527
.. admin-only

0 commit comments

Comments
 (0)