[ 
https://issues.apache.org/jira/browse/HADOOP-6670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kan Zhang updated HADOOP-6670:
------------------------------

    Attachment: c6670-02.patch

Attaching a straight-forward port for trunk. Changes made to TestFileSystem in 
the original patch is now applied to TestFileSystemCaching. Changes made to 
FileSystem.java are ignored since only debug messages were added. Changes made 
to TestTrackerDistributedCacheManager are also ignored for the same reason. 
Devaraj's bug fix for Gridmix is not ported at this time since related Gridmix 
files are not forward ported yet. It's better to incorporate the bug fix when 
porting Gridmix.

> UserGroupInformation doesn't support use in hash tables
> -------------------------------------------------------
>
>                 Key: HADOOP-6670
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6670
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: security
>            Reporter: Owen O'Malley
>            Assignee: Owen O'Malley
>         Attachments: 6670-gridmix-test.bugfix.patch, c6670-02.patch, 
> fs-close.patch, fs-close.patch, fs-close.patch
>
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to