Skip to content

Commit a27e572

Browse files
committed
3.2 rel notes, enableMajorityReadConcern
1 parent 6e25355 commit a27e572

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

source/release-notes/3.2.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,16 @@ be rolled back. By default, MongoDB uses a ``readConcern`` of
185185
``"local"`` which does not guarantee that the read data would not be
186186
rolled back.
187187

188+
Considerations
189+
~~~~~~~~~~~~~~
190+
188191
``readConcern`` requires MongoDB drivers updated for 3.2.
189192

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+
190198
``readConcern`` Option
191199
~~~~~~~~~~~~~~~~~~~~~~
192200

0 commit comments

Comments
 (0)