logger.debug("Flushing memtables ...");
table.flush();
if (logger.isDebugEnabled())
logger.debug("Performing anticompaction ...");
/* Get the list of files that need to be streamed */
transferOneTable(target, table.forceAntiCompaction(ranges, target), tName); // SSTR GC deletes the file when done
}
catch (IOException e)
{
throw new IOError(e);
}