@@ -261,7 +261,7 @@ Consideration
261261~~~~~~~~~~~~~
262262
263263:ref:`Background index creation operations
264- <index-creation-background>` became *foreground* indexing operations
264+ <index-creation-background>` become *foreground* indexing operations
265265on :term:`secondary` members of replica sets. These foreground
266266operations will block all replication on the secondaries, and don't
267267allow any reads. As a result in most cases use the following procedure
@@ -282,7 +282,7 @@ Procedure
282282 :option:`--replSet <mongod --replSet>` option. Allow replication
283283 to catch up on this member.
284284
285- #. Replete this operation on all of the remaining secondaries.
285+ #. Repeat this operation on all of the remaining secondaries.
286286
287287#. Run :func:`rs.stepDown()` on the :term:`primary` member of the
288288 set, and then repeat this procedure on the former primary.
@@ -296,11 +296,9 @@ Procedure
296296
297297.. note::
298298
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.
304302
305303.. [#different-port] By running the :program:`mongod` on a different
306304 port, you ensure that the other members of the replica set and all
@@ -357,7 +355,7 @@ Monitoring and Controlling Index Building
357355 completion of DOCS-162
358356
359357To 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
361359of the ``query`` field and the ``msg`` field will indicate if the
362360operation is an index build. The ``msg`` field also indicates the
363361percent of the build that is complete.
0 commit comments