From 407c9372390cd18d4567a7675f5c90950aeedb78 Mon Sep 17 00:00:00 2001 From: Ashish Singh Date: Wed, 4 Sep 2024 17:16:31 +0530 Subject: [PATCH] fix compilation issue Signed-off-by: Ashish Singh --- .../org/opensearch/index/remote/RemoteStorePathStrategy.java | 1 + 1 file changed, 1 insertion(+) diff --git a/server/src/main/java/org/opensearch/index/remote/RemoteStorePathStrategy.java b/server/src/main/java/org/opensearch/index/remote/RemoteStorePathStrategy.java index 9753149c878fe..6506387e26367 100644 --- a/server/src/main/java/org/opensearch/index/remote/RemoteStorePathStrategy.java +++ b/server/src/main/java/org/opensearch/index/remote/RemoteStorePathStrategy.java @@ -94,6 +94,7 @@ public static class BasePathInput { public BasePathInput(BlobPath basePath, String indexUUID) { this.basePath = basePath; this.indexUUID = indexUUID; + this.fixedPrefix = null; } public BasePathInput(Builder builder) {