Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keycloak Userstorage Manager badly implemented #2

Open
dorianweidler opened this issue Jan 22, 2020 · 1 comment
Open

Keycloak Userstorage Manager badly implemented #2

dorianweidler opened this issue Jan 22, 2020 · 1 comment
Assignees
Labels
documentation Improvements or additions to documentation wontfix This will not be worked on

Comments

@dorianweidler
Copy link

Keycloak cycles through searchForUser(search, realm, first, max)-Method very often in a recursive approach.

Example: You are in the user list and on the page with record 1001-1020 shown.
With starting this request, the mentioned searchForUser-Method is called 20 times before querying for the requested records:
1-50
51-100
101-150
...
950-1000
1001-1020 <- Requested result

The issue has been reported back in 2018 and is not fixed nor planned to be fixed yet.
=> https://issues.redhat.com/browse/KEYCLOAK-8960

@dorianweidler dorianweidler added documentation Improvements or additions to documentation wontfix This will not be worked on labels Jan 22, 2020
@dorianweidler dorianweidler self-assigned this Jan 22, 2020
@danieladavis
Copy link

I've been dealing with the same issue. Do you have any update on it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants