break;
} catch (IOException e) {
log.warn("Failed to write to write ahead log " + e.getMessage(), e);
}
}
span.stop();
span = Trace.start("compact");
this.stats = minorCompact(conf, fs, tabletMemory.getMinCMemTable(), newMapfileLocation + "_tmp", newMapfileLocation, true, queued, commitSession);
span.stop();
} catch (Throwable t) {
log.error("Unknown error during minor compaction for extent: " + getExtent(), t);