You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Number that indicates the relative likelihood of a MongoDB replica set member to become the `primary <https://www.mongodb.com/docs/manual/reference/glossary/#std-term-primary>`__.
440
+
Number that indicates the relative likelihood of a MongoDB replica set member to become the `primary <https://www.mongodb.com/docs/manual/reference/glossary/#std-term-primary>`__.
441
441
442
-
* To increase the relative likelihood that a replica set member becomes the primary, specify a higher ``priority`` value.
442
+
* To increase the relative likelihood that a replica set member becomes the primary, specify a higher ``priority`` value.
443
443
444
-
* To decrease the relative likelihood that a replica set member becomes the primary, specify a lower ``priority`` value.
444
+
* To decrease the relative likelihood that a replica set member becomes the primary, specify a lower ``priority`` value.
445
445
446
-
For example, a member with a ``memberConfig.priority`` of ``1.5`` is more likely than a member with a ``memberConfig.priority`` of ``0.5`` to become the primary.
446
+
For example, a member with a ``memberConfig.priority`` of ``1.5`` is more likely than a member with a ``memberConfig.priority`` of ``0.5`` to become the primary.
447
447
448
-
A member with a ``memberConfig.priority`` of ``0`` is ineligible to become the primary. To learn more, see :manual:`Member Priority </core/replica-set-elections/#voting-members>`.
448
+
A member with a ``memberConfig.priority`` of ``0`` is ineligible to become the primary. To learn more, see :manual:`Member Priority </core/replica-set-elections/#voting-members>`.
0 commit comments