fusionauth-issues
fusionauth-issues copied to clipboard
[Bug]: Deleting a group with a large number of memberships times out
What happened?
It appears to complete, but I get a timeout from the UI. Deleting an application with a large number of registrations doesn't appear to have the same issue.
To replicate:
- load 100k users into a large HA cloud deployment. Make sure they are all members of the same group.
- delete the group from the admin UI
- you'll see the admin UI timeout
If you refresh the page, it appears to work.
Did not see any messages in the system log.
Version
1.50.1
Affects Versions
No response
This will happen anytime the browser times out waiting for us to complete work. The only way to really fix this is to make more of these requests truly async instead of waiting for them to complete.