Skip to content

Commit 21f73ca

Browse files
author
Sam Kleinman
committed
edit replica set sync from note
1 parent 58a09b0 commit 21f73ca

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed
Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
:dbcommand:`replSetSyncFrom` and :method:`rs.syncFrom()` provide a
2-
temporary override of default behavior. If the :program:`mongod`
3-
restarts, the connection to the sync target closes, or the sync target falls
4-
more than 30s behind another node, :program:`mongod` will revert to
5-
the default sync logic and target.
2+
temporary override of default behavior. If:
3+
4+
- the :program:`mongod` instance restarts,
5+
6+
- the connection to the sync target closes, or
7+
8+
- the sync target falls more than 30 seconds behind another member of
9+
the replica set;
10+
11+
then, the :program:`mongod` instant will revert to the default sync
12+
logic and target.

0 commit comments

Comments
 (0)