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

This commit is contained in:
Akira Ajisaka 2015-02-06 18:59:31 -08:00
parent 8de80ff712
commit cfb829ecd5
2 changed files with 2 additions and 8 deletions

View File

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

View File

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