HDFS-7710. Remove dead code in BackupImage.java. Contributed by Xiaoyu Yao.

(cherry picked from commit cfb829ecd5)
This commit is contained in:
Akira Ajisaka 2015-02-06 18:59:31 -08:00
parent 61fdd862be
commit 964a3b0c3e
2 changed files with 2 additions and 8 deletions

View File

@ -301,6 +301,8 @@ Release 2.7.0 - UNRELEASED
HDFS-7732. Fix the order of the parameters in DFSConfigKeys.
(Brahma Reddy Battula via aajisaka)
HDFS-7710. Remove dead code in BackupImage.java. (Xiaoyu Yao via aajisaka)
OPTIMIZATIONS
HDFS-7454. Reduce memory footprint for AclEntries in NameNode.

View File

@ -140,14 +140,6 @@ public class BackupImage extends FSImage {
}
}
/**
* Save meta-data into fsimage files.
* and create empty edits.
*/
void saveCheckpoint() throws IOException {
saveNamespace(namesystem);
}
/**
* Receive a batch of edits from the NameNode.
*