doc
This commit is contained in:
parent
2372f481aa
commit
e3948115f4
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue