summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/repl/README.md')
-rw-r--r--src/mongo/db/repl/README.md11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/mongo/db/repl/README.md b/src/mongo/db/repl/README.md
index 0f486fbb08a..8e859471e90 100644
--- a/src/mongo/db/repl/README.md
+++ b/src/mongo/db/repl/README.md
@@ -346,12 +346,11 @@ It then creates a `ReplSetHeartbeatResponse` object. This includes:
2. The receiving node's election time
3. The receiving node's last applied OpTime
4. The receiving node's last durable OpTime
-5. The node the receiving node thinks is primary
-6. The term of the receiving node
-7. The state of the receiving node
-8. The receiving node's sync source
-9. The receiving node's `ReplicaSetConfig` version
-10. Whether the receiving node is primary
+5. The term of the receiving node
+6. The state of the receiving node
+7. The receiving node's sync source
+8. The receiving node's `ReplicaSetConfig` version
+9. Whether the receiving node is primary
When the sending node receives the response to the heartbeat, it first processes its
`ReplSetMetadata` like before.