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.