Skip to content

Commit 482155c

Browse files
Anthony Sansonekay-kim
authored andcommitted
Updated per @kevarh review.
1 parent ba42a76 commit 482155c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

source/includes/note-clean-shutdown.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
.. note::
22

3-
If you do not perform a clean shut down, errors result that
3+
If you do not perform a clean shut down, errors may result that
44
prevent the :binary:`~bin.mongod` process from starting.
55

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+
611
Invoking ``sudo service mongod stop`` does not guarantee a
712
clean shutdown. This ``service`` script forceably stops the
813
:binary:`~bin.mongod` process if it takes longer than five

0 commit comments

Comments
 (0)