Details
-
Improvement
-
Status: Closed
-
Major - P3
-
Resolution: Won't Fix
-
None
-
prod
-
Build
Description
Currently we have a delay set to 300 seconds on the RPM init.d scripts on the stop function:
https://github.com/mongodb/mongo/blob/master/rpm/init.d-mongod#L68
killproc -p "$PIDFILE" -d 300 /usr/bin/mongod
|
The curious thing about this is that the man killproc does not mention -d flag for this behaviour
Attachments
Issue Links
- related to
-
SERVER-3824 init.d script is unreliable
-
- Closed
-
-
SERVER-9253 `rpm/init.d-mongod stop` unnecessarily sleeps for 5mn
-
- Closed
-