From b69c1496a903bcdf8a99849e6420e6d6259e1770 Mon Sep 17 00:00:00 2001 From: "A. Jesse Jiryu Davis" Date: Mon, 6 Apr 2020 09:10:14 -0400 Subject: SERVER-47157 Require ReplSetMetadata.configTerm --- src/mongo/db/repl/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mongo/db/repl/README.md') 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 -- cgit v1.2.1