HDFS-7710. Remove dead code in BackupImage.java. Contributed by Xiaoyu Yao.
This commit is contained in:
parent
8de80ff712
commit
cfb829ecd5
|
@ -582,6 +582,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.
|
||||
|
|
|
@ -139,14 +139,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.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue