stop-jira script should not pass -force option

XMLWordPrintable

    • Type: Suggestion
    • Resolution: Won't Do
    • None
    • Component/s: None
    • None
    • 1

      NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? 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

            Assignee:
            Unassigned
            Reporter:
            Pelle Kirkeby (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: