Skip to content

Commit

Permalink
Fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-ivanov-es committed Dec 4, 2024
1 parent af4d6d6 commit 7ebfa1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3326,7 +3326,7 @@ private void doSnapshotShard(SnapshotShardContext context) {

final ShardGeneration indexGeneration;
final boolean writeShardGens = SnapshotsService.useShardGenerations(context.getRepositoryMetaVersion());
final boolean writeFileInfoWriterUUID = SnapshotsService.includeFileInfoWriterUUID(context.getRepositoryMetaVersion());
final boolean writeFileInfoWriterUUID = true;
// build a new BlobStoreIndexShardSnapshot, that includes this one and all the saved ones
final BlobStoreIndexShardSnapshots updatedBlobStoreIndexShardSnapshots = snapshots.withAddedSnapshot(
new SnapshotFiles(snapshotId.getName(), indexCommitPointFiles, context.stateIdentifier())
Expand Down

0 comments on commit 7ebfa1e

Please sign in to comment.