Description
The UserGroupInformation objects are mutable, but they are used as keys in hash tables. This leads to serious problems in the FileSystem cache and RPC connection cache. We need to change the hashCode to be the identity hash code of the Subject and change equals to use == between the Subjects.
Attachments
Attachments
Issue Links
- is related to
-
HADOOP-12529 UserGroupInformation equals method depend on the subject object address
- Open