@@ -124,16 +124,18 @@ Configuration Variables
124
124
125
125
**Default**: 1
126
126
127
- Specify higher values to make a node *more* eligible to become
128
- :term:`primary`, and lower values to make the node *less* eligible
127
+ Specify higher values to make a member *more* eligible to become
128
+ :term:`primary`, and lower values to make the member *less* eligible
129
129
to become primary. Priorities are only used in comparison to each
130
- other, members of the set will veto elections from nodes when
131
- another eligible node has a higher absolute priority value.
130
+ other, members of the set will veto elections from members when
131
+ another eligible member has a higher absolute priority
132
+ value. Changing the balance of priority in a replica set will cause
133
+ an election.
132
134
133
135
A :data:`members[n].priority` of ``0`` makes it impossible for a
134
- node to become primary.
136
+ member to become primary.
135
137
136
- .. seealso:: ":ref:`Replica Set Node Priority
138
+ .. seealso:: ":ref:`Replica Set Member Priority
137
139
<replica-set-node-priority>`" and ":ref:`Replica Set Elections
138
140
<replica-set-elections>`."
139
141
@@ -145,7 +147,7 @@ Configuration Variables
145
147
146
148
**Default**: none
147
149
148
- Used to represent arbitrary values for describing or tagging nodes
150
+ Used to represent arbitrary values for describing or tagging members
149
151
for the purposes of extending :ref:`write concern
150
152
<replica-set-write-concern>` to allow configurable data center
151
153
awareness.
@@ -165,9 +167,9 @@ Configuration Variables
165
167
166
168
Describes the number of seconds "behind" the master that this
167
169
replica set member should "lag." Use this option to create
168
- :ref:`delayed nodes <replica-set-delayed-members>`, that
170
+ :ref:`delayed members <replica-set-delayed-members>`, that
169
171
maintain a copy of the data that reflects the state of the data set
170
- some amount of time (specified in seconds.) Typically these nodes
172
+ some amount of time (specified in seconds.) Typically these members
171
173
help protect against human error, and provide some measure
172
174
of insurance against the unforeseen consequences of changes and
173
175
updates.
@@ -364,7 +366,7 @@ use the following form:
364
366
365
367
The :method:`rs.reconfig()` shell command can force the current
366
368
primary to step down and causes an election in some
367
- situations. When the primary node steps down, all clients will
369
+ situations. When the primary steps down, all clients will
368
370
disconnect. This is by design. While this typically takes 10-20
369
371
seconds, attempt to make these changes during scheduled maintenance
370
372
periods.
0 commit comments