This commit is contained in:
kimchy 2010-09-18 22:00:18 +02:00
parent 2372f481aa
commit e3948115f4
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ public abstract class BlobStoreIndexShardGateway extends AbstractIndexShardCompo
snapshotRequired = true;
expectedNumberOfOperations = translogSnapshot.totalOperations() - snapshot.lastTotalTranslogOperations();
}
}
} // else (no operations, nothing to snapshot)
} else {
// a full translog snapshot is required
if (translogSnapshot.lengthInBytes() > 0) {