Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Won't Fix
-
R2.0.1, R2.0.9
-
None
-
None
-
JIRA 7.2.1
XRAY 2.0.1 & 2.0.9
180.000 issues
8200 users
Description
We have detected a use case that causes that our JIRA instance perform continuous Full GCs.
We have tested in 2 environments ( one with the version 2.0.1 and other with 2.0.9)
In both cases, the behavior is the same.
Steps to reproduce:
- select an issues of type "Test"
- In “Test Runs” press over “Execute In” -> “New Test Execution”
- . In the dialog, press over “Assignee” drop-down list and start typing something.
- The windows does not return anything.
- Check JVM status with VisualVM, The “Old Gen” gets Full (OutOfMemory) for an hour.
- Checking atlassian-jira-http-access.log, we have found that several REST request to /rest/internal/2/user/mention/search were performed. One for each key we press in the "Assignee" drop-down list.Every request takes between 20 min and 2 hours to return (due to the Full GCs).