We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bd1291 commit db30439Copy full SHA for db30439
server/src/main/java/org/opensearch/repositories/blobstore/BlobStoreRepository.java
@@ -1820,7 +1820,7 @@ private RepositoryData getRepositoryData(long indexGen) {
1820
return RepositoryData.EMPTY;
1821
}
1822
try {
1823
- final String snapshotsIndexBlobName = INDEX_FILE_PREFIX + Long.toString(indexGen);
+ final String snapshotsIndexBlobName = INDEX_FILE_PREFIX + indexGen;
1824
1825
// EMPTY is safe here because RepositoryData#fromXContent calls namedObject
1826
try (
0 commit comments