-
Type: Improvement
-
Resolution: Won't Fix
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Usability
-
Environment:prod
-
Build
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
- related to
-
SERVER-3824 init.d script is unreliable
- Closed
-
SERVER-9253 `rpm/init.d-mongod stop` unnecessarily sleeps for 5mn
- Closed