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:
493
493
its copy of documents from the migrated chunk.
494
494
495
495
When 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
38
38
migrations when a :term:`shard` hosted by a :term:`replica set`,
39
39
the :program:`mongod` will wait until the :term:`secondary` members
40
40
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.
43
43
44
44
Use the :method:`sh.moveChunk()` helper in the :program:`mongo`
45
45
shell to migrate chunks manually.
46
46
47
47
The :ref:`chunk migration <sharding-chunk-migration>` section
48
48
describes how chunks move between shards on MongoDB.
49
49
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 :
52
52
53
53
.. code-block:: none
54
54
You can’t perform that action at this time.
0 commit comments