[ 
https://issues.apache.org/jira/browse/HADOOP-7900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13166540#comment-13166540
 ] 

Robert Joseph Evans commented on HADOOP-7900:
---------------------------------------------

+1 for me too.
                
> LocalDirAllocator confChanged() accesses conf.get() twice
> ---------------------------------------------------------
>
>                 Key: HADOOP-7900
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7900
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 0.24.0, 0.23.1
>            Reporter: Ravi Gummadi
>            Assignee: Ravi Gummadi
>             Fix For: 0.23.1
>
>         Attachments: HADOOP-7900.patch
>
>
> LocalDirAllocator.AllocatorPerContext.confChanged() accesses conf.get() twice 
> unnecessarily. The 2 calls can give 2 different values, which can lead to 
> issues because the first call's return value is saved in savedLocalDirs and 
> is used for comparison in the next call to confChanged() method --- So the 
> comparison is wrong.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to