Skip to content

Commit c7f7e48

Browse files
author
Sam Kleinman
committed
adding fact mentioned in pull request #1551.
1 parent 11e8833 commit c7f7e48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/core/replica-set-oplog.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ the data stored in your databases. MongoDB applies database operations
1010
on the :term:`primary` and then records the operations on the
1111
primary's oplog. The :term:`secondary` members then copy and apply
1212
these operations in an asynchronous process. All replica set members
13-
contain a copy of the oplog, allowing them to maintain the current
14-
state of the database.
13+
contain a copy of the oplog, in the :data:`local.oplog.rs` collection,
14+
which allows them to maintain the current state of the database.
1515

1616
To facilitate replication, all replica set members send heartbeats
1717
(pings) to all other members. Any member can import oplog entries from

0 commit comments

Comments
 (0)