-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Component/s: Ecosystem
NOTE: This bug report is for JIRA Cloud. Using JIRA Server? 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.
- is related to
-
JRASERVER-62359 JiraUserAvatarProvider queries all users to find a matching email address
-
- Closed
-