-
Type:
Suggestion
-
Resolution: Won't Fix
-
Component/s: None
NOTE: This suggestion is for JIRA Cloud. Using JIRA Server? See the corresponding suggestion.
When stopping JIRA using the stop-jira.sh script it calls shutdown.sh -force, which passes the -force on to catalina.sh.
We should not be passing the -force option as it does a kill -9 on the process after a set timeout.
By default we should send a kill -TERM on the process. ie. a regular kill <pid> to allow the application to do some cleanup before exiting.
Workaround
Use the shutdown.sh script instead as it does not pass the -force option to catalina.sh
- is related to
-
JRASERVER-40638 stop-jira script should not pass -force option
- Closed