We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba42a76 commit 482155cCopy full SHA for 482155c
source/includes/note-clean-shutdown.rst
@@ -1,8 +1,13 @@
1
.. note::
2
3
- If you do not perform a clean shut down, errors result that
+ If you do not perform a clean shut down, errors may result that
4
prevent the :binary:`~bin.mongod` process from starting.
5
6
+ Forcibly terminating the :binary:`~bin.mongod` process may cause
7
+ inaccurate results for :method:`db.collection.count()` and
8
+ :method:`db.stats()` as well as lengthen startup time the next time
9
+ that the :binary:`~bin.mongod` process is restarted.
10
+
11
Invoking ``sudo service mongod stop`` does not guarantee a
12
clean shutdown. This ``service`` script forceably stops the
13
:binary:`~bin.mongod` process if it takes longer than five
0 commit comments