We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aa6509 commit 2c427aaCopy full SHA for 2c427aa
server/src/main/java/org/opensearch/repositories/blobstore/BlobStoreRepository.java
@@ -2994,7 +2994,7 @@ public String startVerification() {
2994
*/
2995
private BlobContainer testContainer(String seed) {
2996
BlobPath testBlobPath;
2997
- if (prefixModeVerification == true) {
+ if (prefixModeVerification == true && clusterService.state().nodes().getMinNodeVersion().onOrAfter(Version.V_2_17_0)) {
2998
PathInput pathInput = PathInput.builder().basePath(basePath()).indexUUID(seed).build();
2999
testBlobPath = PathType.HASHED_PREFIX.path(pathInput, FNV_1A_COMPOSITE_1);
3000
} else {
0 commit comments