@@ -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