File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff 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+
286296Log
287297~~~
288298
You can’t perform that action at this time.
0 commit comments