@@ -261,7 +261,7 @@ Consideration
261
261
~~~~~~~~~~~~~
262
262
263
263
:ref:`Background index creation operations
264
- <index-creation-background>` became *foreground* indexing operations
264
+ <index-creation-background>` become *foreground* indexing operations
265
265
on :term:`secondary` members of replica sets. These foreground
266
266
operations will block all replication on the secondaries, and don't
267
267
allow any reads. As a result in most cases use the following procedure
@@ -282,7 +282,7 @@ Procedure
282
282
:option:`--replSet <mongod --replSet>` option. Allow replication
283
283
to catch up on this member.
284
284
285
- #. Replete this operation on all of the remaining secondaries.
285
+ #. Repeat this operation on all of the remaining secondaries.
286
286
287
287
#. Run :func:`rs.stepDown()` on the :term:`primary` member of the
288
288
set, and then repeat this procedure on the former primary.
@@ -296,11 +296,9 @@ Procedure
296
296
297
297
.. note::
298
298
299
- This procedure *does* block indexing on one member of the
300
- replica set at a time. However, the foreground indexing
301
- operation is more efficient than the background index operation,
302
- and will only affect one secondary at a time rather than *all*
303
- secondaries at the same time.
299
+ This procedure *does* take one member out of the replica set at a
300
+ time. However, this procedure will only affect one member of the
301
+ set at a time rather than *all* secondaries at the same time.
304
302
305
303
.. [#different-port] By running the :program:`mongod` on a different
306
304
port, you ensure that the other members of the replica set and all
@@ -357,7 +355,7 @@ Monitoring and Controlling Index Building
357
355
completion of DOCS-162
358
356
359
357
To see the status of the indexing processes, you can use the
360
- :func:`db.currentOP ()` method in the :program:`mongo` shell. The value
358
+ :func:`db.currentOp ()` method in the :program:`mongo` shell. The value
361
359
of the ``query`` field and the ``msg`` field will indicate if the
362
360
operation is an index build. The ``msg`` field also indicates the
363
361
percent of the build that is complete.
0 commit comments