-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Won't Fix
-
Affects Version/s: 10.10
-
Fix Version/s: None
-
Component/s: User Profile / User Manager
Take a big organization with 100k users and 10k groups and some groups containing almost all users.
Then follow this scenario
- search for a user
- edit the user groups to add it to a group which contains 50k memberss
- save the changes
This query will fail because of the size of the request which brings all the group members ids.
The manipulation of the groups should not carry all the group members.