Details
-
Bug
-
Status: In Progress
-
Major
-
Resolution: Unresolved
-
2.10.1
-
None
-
None
Description
HADOOP-17079 introduced an optimization adding a UGI#getGroupsSet and use Set#contains() instead of List#contains() to speed up large group look up while minimize List->Set conversions in Groups#getGroups() call.
This ticket is to port the changes into branch-2.10.
CC: Jim_Brennan, xyao
Attachments
Issue Links
- is related to
-
HADOOP-17079 Optimize UGI#getGroups by adding UGI#getGroupsSet
- Resolved
- requires
-
HADOOP-17467 netgroup-user is not added to Groups.cache
- In Progress
- links to