138139140141142143144145146147148
return; } if (logger.isDebugEnabled()) logger.debug("Replaying " + file + " starting at " + replayPosition); reader.seek(replayPosition); /* read the logs populate RowMutation and apply */ while (!reader.isEOF()) { if (logger.isDebugEnabled())
135136137138139140141142143144145