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 6e25355 commit a27e572Copy full SHA for a27e572
source/release-notes/3.2.txt
@@ -185,8 +185,16 @@ be rolled back. By default, MongoDB uses a ``readConcern`` of
185
``"local"`` which does not guarantee that the read data would not be
186
rolled back.
187
188
+Considerations
189
+~~~~~~~~~~~~~~
190
+
191
``readConcern`` requires MongoDB drivers updated for 3.2.
192
193
+To use ``readConcern`` level of ``"majority"``, you must start the
194
+:program:`mongod` instances with ``--enableMajorityReadConcern``
195
+command line option or, if using a configuration file, the
196
+``replication.enableMajorityReadConcern`` setting.
197
198
``readConcern`` Option
199
~~~~~~~~~~~~~~~~~~~~~~
200
0 commit comments