-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: Archived Jira Cloud, 7.2.0
-
Component/s: Java API
-
7.02
NOTE: This bug report is for JIRA Server. Using JIRA Cloud? See the corresponding bug report.
Summary
JiraUserAvatarProvider.getAvatar(final String email, final int size) called userManager.getUsers() so that it could iterate through all of them to find a matching email address.
This is very slow and calling this from a search will bring JIRA performance down significantly as seen in JDog recently.h3.
Steps to Reproduce.
1. Call JiraUserAvatarProvider.getAvatar(final String email, final int size)
2. Observe the behaviour described in the summary.
- relates to
-
JRACLOUD-62359 JiraUserAvatarProvider queries all users to find a matching email address
-
- Closed
-
- is cloned from
-
JDEV-37332 Loading...
- was cloned as
-
JSB-91 Loading...