Skip to content

Commit 67a41c2

Browse files
author
Anshu Agarwal
committed
Change snapshot entity delimiter when pinning the timestamp
Signed-off-by: Anshu Agarwal <anshukag@amazon.com>
1 parent 1936f24 commit 67a41c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/opensearch/snapshots/SnapshotsService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ public class SnapshotsService extends AbstractLifecycleComponent implements Clus
204204
Setting.Property.Dynamic
205205
);
206206

207-
private static final String SNAPSHOT_PINNED_TIMESTAMP_DELIMITER = ":";
207+
private static final String SNAPSHOT_PINNED_TIMESTAMP_DELIMITER = "__";
208208
private volatile int maxConcurrentOperations;
209209

210210
public SnapshotsService(

0 commit comments

Comments
 (0)