-
Bug
-
Resolution: Fixed
-
High (View bug fix roadmap)
-
6.0, 6.1, 6.2, 6.2.1, 6.2.2, 6.2.3, 6.2.4, 6.2.5
-
None
-
6
-
UserMatcherPredicate is used to search for users by a combination of :
- user name
- email address and
- display name.
It does all matching in a case insensitive way.
The way it does this is far less well performing that it could be. This has a high impact when the number of users to be searched is very large.
Important Fix Versions Note
- This is fixed in JIRA 6.1.8 and in 6.2.6+
- 6.2 through 6.2.5 does not include this fix
- is duplicated by
-
JRASERVER-38139 Uppercase names in JIRA browse users feature caused slowness
-
- Closed
-
-
JRASERVER-38197 User Picker is inefficient with lots of users
-
- Closed
-
-
JRASERVER-38198 Assignee frother controls perform poorly with lots of users
-
- Closed
-
- was cloned as
-
JDEV-28424 Loading...
(1 mentioned in, 1 was cloned as)
This matcher is still a heavy user of CPU as we do a case insensitive search for matches on user name, email address or display name, but we have achieved performance improvement of x2 to x4 times in most cases.