HDFS-11374. Skip FSync in CreateEditsLog to speed up edit log generation. Contributed by Hanisha Koneru.

This commit is contained in:
Arpit Agarwal 2017-01-26 16:21:25 -08:00
parent 55c9f6d747
commit 7bc333ad41
1 changed files with 1 additions and 1 deletions

View File

@ -199,9 +199,9 @@ public static void main(String[] args) throws IOException {
System.exit(-1);
}
}
FileNameGenerator nameGenerator = new FileNameGenerator(BASE_PATH, 100);
EditLogFileOutputStream.setShouldSkipFsyncForTesting(true);
FSEditLog editLog = FSImageTestUtil.createStandaloneEditLog(editsLogDir);
editLog.openForWrite(NameNodeLayoutVersion.CURRENT_LAYOUT_VERSION);
addFiles(editLog, numFiles, replication, numBlocksPerFile, startingBlockId,