-
Bug
-
Resolution: Fixed
-
Medium (View bug fix roadmap)
-
6.2.3, 6.3-OD-2
-
None
-
6.02
-
NOTE: This bug report is for JIRA Server. Using JIRA Cloud? See the corresponding bug report.
Summary
When a JIRA Instance has many Security Levels the performance of JIRA can degrade significantly.
Steps to Reproduce
- Configure an environment with many Projects and Issue Security Configuration.
- Observe a degradation of performance on the instance.
- Thread dumps from an affected JIRA instance may indicate many threads showing a stack traces involving IssueSecurity.
Expected Results
JIRA should remain performant and cope with the scale in issues or issue security.
Actual Results
JIRA becomes unresponsive with large numbers of issue security levels configured.
Notes
Configuring Issue level Security currently indicates thar setting more than 10 issue security levels can impact performance in JIRA.
Workaround
- Run the following SQL to check the number of security level:
select scheme, count(security) from schemeissuesecurities group by scheme; scheme | count --------+------- 10000 | 1279 10030 | 3 ... (7 rows)
- Reduce the issue security levels.
- Reduce the number of groups using in each level.
- is duplicated by
-
JRASERVER-31288 JIRA search slowness when JIRA has a huge number of issue security levels
-
- Closed
-
- is related to
-
JRASERVER-44277 Create Limits and Warnings on too many Issue Security Levels
- Closed
- relates to
-
JRACLOUD-38136 JIRA performance degrades when a large number of security levels are used
-
- Closed
-
-
JRASERVER-41318 PermissionQueryFactory can cause performance issues when JIRA's caches are cold
-
- Closed
-
-
JDEV-28164 Failed to load
-
JDEV-29227 Loading...
- causes
-
JSP-179362 Loading...
- included in
-
CPU-302 JIRA 7.2.0-OD-01-028
- was cloned as
-
JDEV-29430 Loading...
AMAZING WORK! ABSOLUTELY AMAZING!!!
JIRA here is about 10x faster now! You my friend deserve a major raise!
High five!