-
Type: Bug
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: 2.4.1
-
Component/s: Packaging
-
ALL
`/etc/init.d/mongod stop` uses killproc with a 5mn delay between TERM and KILL.
In most cases this 5mn sleep is too long and the stop command hangs unnecessarily even though the process exit successfully.
This ticket is to re-implement the same 5mn delay but with a busy-wait loop that would return as early as possible.
- is duplicated by
-
SERVER-6014 init.d/mongod causing 5 minute delay upon restart
- Closed
- is related to
-
SERVER-11973 Remove delay of 300 seconds on rpm init.d script on stop() service
- Closed
- links to
(2 links to)