-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 10.4.0
-
Component/s: JQL Search
-
None
-
10.04
-
3
-
Severity 2 - Major
-
41
Issue Summary
JQL search performance will degrade over time when requesting any aggregated field (e.g. AggregateProgressBarSystemField) if JFR is enabled.
Steps to Reproduce
1. Start the latest Jira
2. Execute "rest/api/2/search?maxResults=100" in a loop
Expected Results
The average response time is stable
Actual Results
The search gets slower. Even after completing the test, it doesn't come back to its initial performance.
Workaround
One of:
- restart Jira
- disable JFR
- not request aggregate fields