File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -493,5 +493,5 @@ All chunk migrations use the following procedure:
493493 its copy of documents from the migrated chunk.
494494
495495When the ``_secondaryThrottle`` is ``true`` for :dbcommand:`moveChunk`
496- or the :term:`balancer`, MongoDB ensures :term:`secondary` members
497- have replicated changes before allowing new chunk migrations.
496+ or the :term:`balancer`, MongoDB ensure that *one* :term:`secondary`
497+ member has replicated changes before allowing new chunk migrations.
Original file line number Diff line number Diff line change @@ -38,17 +38,17 @@ moveChunk
3838 migrations when a :term:`shard` hosted by a :term:`replica set`,
3939 the :program:`mongod` will wait until the :term:`secondary` members
4040 replicate the migration operations continuing to migrate chunk
41- data. In the balancer configuration, the ``replThrottle``
42- configuration provides ``_secondaryThrottle`` behavior .
41+ data. You may also configure ``_secondaryThrottle`` in the balancer
42+ configuration.
4343
4444 Use the :method:`sh.moveChunk()` helper in the :program:`mongo`
4545 shell to migrate chunks manually.
4646
4747 The :ref:`chunk migration <sharding-chunk-migration>` section
4848 describes how chunks move between shards on MongoDB.
4949
50- :dbcommand:`moveChunk` will return the following if the
51- chunk to be moved is in use by another :term:`cursor` :
50+ :dbcommand:`moveChunk` will return the following if another cursor
51+ is using the chunk you are moving :
5252
5353 .. code-block:: none
5454
You can’t perform that action at this time.
0 commit comments