-
Type:
Bug
-
Resolution: Fixed
-
Priority:
High
-
Component/s: Infrastructure & Services
-
None
-
14
-
Severity 3 - Minor
-
1
Summary
Long running tasks are having issues when another long running task is triggered by the same time.
Environment
(Optional - If Applicable)
- Checked within JIRA Core Cloud
Steps to Reproduce
- Start one of these actions:
- Bulk operation *(any kind)
- Clone issue
- Background Indexing
- Workflow migration
- Now trigger another any of these actions while the previous task is still running:
- Bulk operation *(any kind)
- Clone issue
- Background Indexing
- Workflow migration
Expected Results
Tasks to run successfully.
Actual Results
You'll see a generic error like this one:
"The task context is not of the expected type. Expected 'com.atlassian.jira.config.IndexTaskContext' but got 'com.atlassian.jira.bc.issue.clone.CloneIssueTaskManagerImpl$CloneIssueTaskContext'"
Where the "expected" value changes according to what tasks you run. Both tasks fail
Notes
(Optional - If Necessary)
Workaround
Assure that no tasks will be run simultaneously.
- is a regression of
-
JRACLOUD-65365 JIRA takes a few minutes to clone an issue
-
- Closed
-
-
JPERF-737 Loading...
- is related to
-
JRACLOUD-66949 Rebuilding Index or bulk editing while Cloning or performing other tasks crashes both tasks
-
- Closed
-