Log shard after translog snapshot during recovery

This commit is contained in:
Jason Tedor 2016-03-09 15:13:23 -05:00
parent 016bc3ea2b
commit 12a6f36a34
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ public class RecoverySourceHandler {
}
}
logger.trace("snapshot translog for recovery. current size is [{}]", translogView.totalOperations());
logger.trace("{} snapshot translog for recovery. current size is [{}]", shard.shardId(), translogView.totalOperations());
try {
phase2(translogView.snapshot());
} catch (Throwable e) {