Skip to content

correcting sentence #1807

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions source/core/replica-set-elections.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,11 @@ not seek election. For details, see
:doc:`/core/replica-set-priority-0-member`.

A replica set does *not* hold an election as long as the current primary has the
highest priority value and is within 10 seconds of the latest
:term:`oplog` entry in the set. If a higher-priority member catches up to within 10 seconds of the
latest oplog entry of the current primary, the set holds an election in order to provide the
higher-priority node a chance to become primary.
highest priority value or no secondary with higher priority is within 10 seconds
of the latest :term:`oplog` entry in the set. If a higher-priority member catches
up to within 10 seconds of the latest oplog entry of the current primary, the set
holds an election in order to provide the higher-priority node a chance to become
primary.

Optime
~~~~~~
Expand Down