-
Type:
Bug
-
Status: To Do (View Workflow)
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Sprint:DevTools 82, DevTools 83, DevTools 84, DevTools 85, DevTools 86, DevTools 87
-
Critical Points:0
When ScriptRunner is installed, running stop-service.bat/stop-confluence.sh will not successfully stop the Bitbucket application process, examining thread dumps this appears to be due to ExecutorService executors and their associated threads not being shutdown when the plugin is disabled.
The source of the above executors appears to be our internal analytics library, which is not shutting down its executors when the plugin disables.
Due to this, the customer must forcefully kill the related process, rather than using the preferable Windows/Linux service mechanisms.