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
4
4
5
5
.. default-domain:: mongodb
6
6
7
+ .. facet::
8
+ :name: genre
9
+ :values: tutorial
10
+
7
11
.. contents:: On this page
8
12
:local:
9
13
:backlinks: none
@@ -283,6 +287,12 @@ Database Process
283
287
- .. alert:: Successfully connected to a database backing the system
284
288
-
285
289
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
+
286
296
Log
287
297
~~~
288
298
You can’t perform that action at this time.
0 commit comments