Skip to content

Commit d576c57

Browse files
author
Sam Kleinman
committed
DOCS-515 corrections for secondaryThrottle
1 parent 5bec318 commit d576c57

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

source/core/sharding-internals.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -493,5 +493,5 @@ All chunk migrations use the following procedure:
493493
its copy of documents from the migrated chunk.
494494

495495
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.

source/reference/command/moveChunk.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)