Add a log message indicating that the restore is complete

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=171719014
This commit is contained in:
bbilbo 2017-10-10 12:41:12 -07:00 committed by jianglai
parent 840d53c819
commit 9a3877fdb2

View file

@ -126,6 +126,7 @@ public class RestoreCommitLogsAction implements Runnable {
.setLastWrittenTime(entry.getValue()) .setLastWrittenTime(entry.getValue())
.build()) .build())
.append(CommitLogCheckpointRoot.create(lastCheckpoint.getCheckpointTime()))); .append(CommitLogCheckpointRoot.create(lastCheckpoint.getCheckpointTime())));
logger.info("Restore complete");
} }
/** /**