dfv = datafileManager.getDatafileSizes().get(mergeFile);
MinorCompactor compactor = new MinorCompactor(conf, fs, memTable, mergeFile, dfv, tmpDatafile, acuTableConf, extent, mincReason);
CompactionStats stats = compactor.call();
span.stop();
span = Trace.start("bringOnline");
datafileManager.bringMinorCompactionOnline(tmpDatafile, newDatafile, mergeFile, new DataFileValue(stats.getFileSize(), stats.getEntriesWritten()),
commitSession, flushId);
span.stop();
return new DataFileValue(stats.getFileSize(), stats.getEntriesWritten());