You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Arun C Murthy (Updated) (JIRA)" <ji...@apache.org> on 2012/02/08 01:21:04 UTC

[jira] [Updated] (HADOOP-7736) Remove duplicate call of Path#normalizePath during initialization.

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

Arun C Murthy updated HADOOP-7736:
----------------------------------

    Affects Version/s:     (was: 0.24.0)
                       0.23.0
        Fix Version/s:     (was: 0.24.0)
                       0.23.1
    
> Remove duplicate call of Path#normalizePath during initialization.
> ------------------------------------------------------------------
>
>                 Key: HADOOP-7736
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7736
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: fs
>    Affects Versions: 0.23.0
>            Reporter: Harsh J
>            Assignee: Harsh J
>            Priority: Trivial
>             Fix For: 0.23.1
>
>         Attachments: HADOOP-7736.patch
>
>
> Found during code reading on HADOOP-6490, there seems to be an unnecessary call of {{normalizePath(...)}} being made in the constructor {{Path(Path, Path)}}. Since {{initialize(...)}} normalizes its received path string already, its unnecessary to do it to the path parameter in the constructor's call of the same.

--
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