-
Type:
Bug
-
Resolution: Obsolete
-
Priority:
Medium
-
Component/s: Backup and Restore, Infrastructure & Services
-
None
-
Severity 2 - Major
NOTE: This bug report is for JIRA Cloud. Using JIRA Server? See the corresponding bug report.
Discovered that the scheduler can cause deadlocks with DataImport.
This is a result of 2 things:
- We call - schedUtil.shutdownScheduler(sched);
This in turn calls - scheduler.shutdown(); This does not block until services are finished.
We should call - scheduler.shutdown(true); (and have a timeout on the operation too). - Webworks inherited thread local problem. Anton knows the details of this.
The attached thread dump contains the deadlock.
Note that there are three threads with the name - JiraQuartzScheduler_Worker-0
- is related to
-
JRASERVER-13461 Scheduler can cause deadlock during Data Import
-
- Closed
-