[
https://issues.apache.org/jira/browse/HADOOP-5558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tsz Wo (Nicholas), SZE resolved HADOOP-5558.
--------------------------------------------
Resolution: Duplicate
This should be a subtask of HADOOP-2413. Re-created HADOOP-5559.
> BackupStorage should not use FSNamesystem.getFSNamesystem()
> -----------------------------------------------------------
>
> Key: HADOOP-5558
> URL: https://issues.apache.org/jira/browse/HADOOP-5558
> Project: Hadoop Core
> Issue Type: Bug
> 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.