File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -922,12 +922,11 @@ asserts
922
922
923
923
.. status:: asserts
924
924
925
- The :status:`asserts` data structure provides an account of the
926
- number of asserts on the database. While assert errors are
927
- typically uncommon, if there are non-zero values for the
928
- :status:`asserts`, you should check the log file for the
929
- :program:`mongod` process for more information. In many cases these
930
- errors are trivial, but are worth investigating.
925
+ The :status:`asserts` document reports the number of asserts on the
926
+ database. While assert errors are typically uncommon, if there are
927
+ non-zero values for the :status:`asserts`, you should check the log
928
+ file for the :program:`mongod` process for more information. In
929
+ many cases these errors are trivial, but are worth investigating.
931
930
932
931
.. status:: asserts.regular
933
932
@@ -949,7 +948,7 @@ asserts
949
948
950
949
.. status:: asserts.user
951
950
952
- The :status:`asserts.users ` counter reports the number of "user asserts"
951
+ The :status:`asserts.user ` counter reports the number of "user asserts"
953
952
that have occurred since the last time the server process
954
953
started. These are errors that user may generate, such as out of
955
954
disk space or duplicate key. You can prevent these assertions by
You can’t perform that action at this time.
0 commit comments