Skip to content

Commit 33cc5f9

Browse files

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

source/core/system-alerts.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Manage System Alerts
44

55
.. default-domain:: mongodb
66

7+
.. facet::
8+
:name: genre
9+
:values: tutorial
10+
711
.. contents:: On this page
812
:local:
913
:backlinks: none
@@ -283,6 +287,12 @@ Database Process
283287
- .. alert:: Successfully connected to a database backing the system
284288
-
285289

290+
* - ``BACKINGDB_DEFAULTRW_CONCERN_VERIFICATION_FAILED``
291+
- .. alert:: AppDB default Read/Write concerns are not set to recommended values
292+
- Sent when the :manual:`read concern </reference/read-concern-local/>` for
293+
the :ref:`backing databases <backing-database>` is *not* ``"local"`` and
294+
the :manual:`write concern </reference/write-concern/>` is *not* ``w: "majority"``.
295+
286296
Log
287297
~~~
288298

0 commit comments

Comments
 (0)