summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/README.md
diff options
context:
space:
mode:
authorA. Jesse Jiryu Davis <jesse@mongodb.com>2020-04-06 09:10:14 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-04-09 20:12:38 +0000
commitb69c1496a903bcdf8a99849e6420e6d6259e1770 (patch)
tree96e075c02011dffb62e845c91d6e4d9392d9c5c8 /src/mongo/db/repl/README.md
parente9379fcee79456d3795b598ccad91a0694007d0e (diff)
downloadmongo-b69c1496a903bcdf8a99849e6420e6d6259e1770.tar.gz
SERVER-47157 Require ReplSetMetadata.configTerm
Diffstat (limited to 'src/mongo/db/repl/README.md')
-rw-r--r--src/mongo/db/repl/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/repl/README.md b/src/mongo/db/repl/README.md
index a3ffc9afad9..60a10c9746b 100644
--- a/src/mongo/db/repl/README.md
+++ b/src/mongo/db/repl/README.md
@@ -248,8 +248,8 @@ It includes:
1. The upstream node's last committed OpTime
2. The current term.
-3. The `ReplicaSetConfig` version (this is used to determine if a reconfig has occurred on the
- upstream node that hasn't been registered by the downstream node yet).
+3. The `ReplicaSetConfig` version and term (this is used to determine if a reconfig has occurred on
+ the upstream node that hasn't been registered by the downstream node yet).
4. The replica set ID.
If the metadata has a different config version than the downstream node's config version, then the