@@ -54,7 +54,7 @@ configurations.
54
54
55
55
.. warning::
56
56
57
- The :method:`rs.reconfig()` shell command can force the current
57
+ The :method:`rs.reconfig()` shell method can force the current
58
58
primary to step down, which causes an :ref:`election <replica-set-elections>`. When the primary
59
59
steps down, the :program:`mongod` closes all client
60
60
connections. While, this typically takes 10-20 seconds, attempt to
@@ -102,7 +102,7 @@ replica set. Use the following sequence of operations in the
102
102
cfg.members[3].priority = 2
103
103
rs.reconfig(cfg)
104
104
105
- This configures the set, with the following priority settings:
105
+ This configures the set, with the following priority settings:
106
106
107
107
- The first (i.e. )Member ``0`` to a priority of ``0`` so that it can never become :term:`primary`.
108
108
@@ -169,7 +169,7 @@ not advertise the hidden member in the :dbcommand:`isMaster` or
169
169
that *can* become :term:`primary`. In the above example, if you
170
170
issue the :method:`rs.reconfig()` operation to a member with a
171
171
:data:`priority <members.[n].priority>` of ``0`` the operation will
172
- fail.
172
+ fail.
173
173
174
174
.. note::
175
175
@@ -722,7 +722,7 @@ shell connected to the replica set's :term:`primary`. For descriptions
722
722
of the information displayed by :method:`rs.status()`, see
723
723
:doc:`/reference/replica-status`.
724
724
725
- .. note::
725
+ .. note::
726
726
727
727
The :method:`rs.status()` method is a wrapper that runs the
728
728
:dbcommand:`replSetGetStatus` database command.
@@ -758,7 +758,7 @@ To check the current length of replication lag:
758
758
syncedTo: Tue Oct 02 2012 11:33:40 GMT-0400 (EDT)
759
759
= 7475 secs ago (2.08hrs)
760
760
761
- .. note::
761
+ .. note::
762
762
763
763
The :method:`rs.status()` method is a wrapper around the
764
764
:dbcommand:`replSetGetStatus` database command.
@@ -962,7 +962,7 @@ operational errors:
962
962
In many senses, :ref:`rollbacks <replica-set-rollbacks>` represent a
963
963
graceful recovery from an impossible failover and recovery situation.
964
964
965
- Rollbacks occur when
965
+ Rollbacks occur when
966
966
a primary accepts writes that other members of
967
967
the set do not successfully replicate before the primary steps
968
968
down. When the former primary begins replicating again it performs a
0 commit comments