Skip to content

Commit fc3cc55

Browse files
committed
DOCS-5340: for 3.0.5, mongodump reads from primary
1 parent 3706ba1 commit fc3cc55

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

source/reference/program/mongodump.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,11 @@ Behavior
3131

3232
.. include:: /includes/warning-mongodump-compatibility-2.2.rst
3333

34-
When running :program:`mongodump` against a :program:`mongos` instance
35-
where the :term:`sharded cluster` consists of :term:`replica sets <replica
36-
set>`, the :term:`read preference` of the operation will prefer reads
37-
from :term:`secondary` members of the set.
34+
.. versionchanged:: 3.0.5
35+
36+
For a sharded cluster where the shards are replica sets,
37+
:program:`mongodump`, when run against the :program:`mongos`
38+
instance, no longer prefers reads from secondary members.
3839

3940
.. include:: /includes/warning-fsync-lock-mongodump.rst
4041

0 commit comments

Comments
 (0)