HDFS-14502. keepResults option in NNThroughputBenchmark should call saveNamespace(). Contributed by Konstantin V Shvachko.

This commit is contained in:
Konstantin V Shvachko 2019-05-24 12:34:29 -07:00
parent 6d0e79c121
commit c31b7b8d52
1 changed files with 5 additions and 0 deletions

View File

@ -288,6 +288,11 @@ public class NNThroughputBenchmark implements Tool {
false);
if(!keepResults)
clientProto.delete(getBaseDir(), true);
else {
clientProto.setSafeMode(HdfsConstants.SafeModeAction.SAFEMODE_ENTER,
true);
clientProto.saveNamespace(0, 0);
}
}
int getNumOpsExecuted() {