Skip to content

Commit f012481

Browse files
author
Sam Kleinman
committed
edit
1 parent 71169b7 commit f012481

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

source/reference/command/replSetSyncFrom.txt

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ replSetSyncFrom
1616
which host the current :program:`mongod` will poll :term:`oplog`
1717
entries from. This operation may be useful for testing different
1818
patterns and in situations where a set member is not syncing from
19-
the host you want. The member to sync from must be a valid sync
20-
source for data in the set; that is, it it cannot be:
19+
the host you want. The member to sync from must be a valid
20+
source for data in the set; a member of a replica set cannot sync from:
2121

22-
- the node itself.
23-
- an arbiter (arbiters have no data).
22+
- itself.
23+
- an arbiter, because arbiters do not hold data.
2424
- a member that does not build indexes.
2525
- an unreachable member.
2626
- a :program:`mongod` instance that is not a member of the same
@@ -54,7 +54,8 @@ replSetSyncFrom
5454

5555
:dbcommand:`replSetSyncFrom` provides a temporary override of
5656
default behavior. When you restart the :program:`mongod`
57-
instance, or if the sync's TCP connection flaps (resets), mongod
58-
will revert to its default logic for selecting a sync source.
57+
instance, if the connection that the :program:`mongod` uses to
58+
sync, the :program:`mongod` will revert to the default logic for
59+
selecting a sync source.
5960

6061
.. slave-ok, admin-only

0 commit comments

Comments
 (0)