We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3706ba1 commit fc3cc55Copy full SHA for fc3cc55
source/reference/program/mongodump.txt
@@ -31,10 +31,11 @@ Behavior
31
32
.. include:: /includes/warning-mongodump-compatibility-2.2.rst
33
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.
+.. versionchanged:: 3.0.5
+
+ For a sharded cluster where the shards are replica sets,
+ :program:`mongodump`, when run against the :program:`mongos`
38
+ instance, no longer prefers reads from secondary members.
39
40
.. include:: /includes/warning-fsync-lock-mongodump.rst
41
0 commit comments