try {
Set<String> absPaths = new HashSet<String>();
for (String relPath : datafiles.keySet())
absPaths.add(rel2abs(relPath, extent));
tabletServer.recover(this, logEntries, absPaths, new MutationReceiver() {
public void receive(Mutation m) {
// LogReader.printMutation(m);
Collection<ColumnUpdate> muts = m.getUpdates();
for (ColumnUpdate columnUpdate : muts) {
if (!columnUpdate.hasTimestamp()) {