-
Bug
-
Resolution: Timed out
-
Low
-
None
-
2.1
-
None
-
Severity 3 - Minor
-
The DirectoryManagerGeneric.isUserNestedGroupMember iterates nested groups downwards from the target group, rather than upward from the starting user, which requires significantly more DAO operations (many of which are not currently cached in Confluence). It should instead iterate upward from the direct memberships of the user, and then the memberships of those groups. This will allow the isUserDirectGroupMember/isGroupDirectGroupMember calls to reuse the same cached data as the recursive calls do. This will also make the cached values much smaller, and less likely to become invalidated on a sync, since they will be the short list of groups a user or group is in, rather than the potentially vast list of groups or users that are in a group.
[CWD-2442] isUserNestedGroupMember iterates children, should iterate parents
Workflow | Original: Simplified Crowd Development Workflow v2 - restricted [ 1509239 ] | New: JAC Bug Workflow v3 [ 3365750 ] |
Symptom Severity | Original: Minor [ 14432 ] | New: Severity 3 - Minor [ 15832 ] |
Resolution | New: Timed out [ 10 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
Symptom Severity | New: Minor [ 14432 ] |
Workflow | Original: Simplified Crowd Development Workflow v2 [ 1390978 ] | New: Simplified Crowd Development Workflow v2 - restricted [ 1509239 ] |
Workflow | Original: Crowd Development Workflow v2 [ 292559 ] | New: Simplified Crowd Development Workflow v2 [ 1390978 ] |