Skip to content

Commit 2fb67e3

Browse files
committed
(DOCSP-25242): Added warning about read or write concerns.
1 parent 838556e commit 2fb67e3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

source/tutorial/prepare-backing-mongodb-instances.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,15 @@ of the replica set on the same host as |onprem|.
112112
database loses one of the two data-bearing members, MongoDB stops
113113
write operations.
114114

115+
.. warning:: Default read and write concerns
116+
117+
The :manual:`default MongoDB read and write concerns
118+
</reference/mongodb-defaults/>` for your MongoDB version should
119+
match the default read and write concerns for your
120+
:term:`backing databases` and your :term:`application database`. If
121+
you set a different read or write concern, you might experience data
122+
loss.
123+
115124
.. _consider-monitoring-appdb:
116125

117126
Application Database Monitoring

0 commit comments

Comments
 (0)