You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org> on 2009/04/01 20:48:12 UTC

[jira] Resolved: (HADOOP-5559) BackupStorage should not use FSNamesystem.getFSNamesystem()

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

Tsz Wo (Nicholas), SZE resolved HADOOP-5559.
--------------------------------------------

    Resolution: Duplicate

This was fixed as a part of HADOOP-2413.

> BackupStorage should not use FSNamesystem.getFSNamesystem()
> -----------------------------------------------------------
>
>                 Key: HADOOP-5559
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5559
>             Project: Hadoop Core
>          Issue Type: Sub-task
>          Components: dfs
>            Reporter: Tsz Wo (Nicholas), SZE
>
> In BackupStorage.java,
> {code}
>   private FSNamesystem getFSNamesystem() {
>     // HADOOP-5119 should get rid of this.
>     return FSNamesystem.getFSNamesystem();
>   }
> {code}
> HADOOP-5119 already involves a lot of codes.  It is better to fix this problem in a separated issue.

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