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 1936f24 commit 67a41c2Copy full SHA for 67a41c2
server/src/main/java/org/opensearch/snapshots/SnapshotsService.java
@@ -204,7 +204,7 @@ public class SnapshotsService extends AbstractLifecycleComponent implements Clus
204
Setting.Property.Dynamic
205
);
206
207
- private static final String SNAPSHOT_PINNED_TIMESTAMP_DELIMITER = ":";
+ private static final String SNAPSHOT_PINNED_TIMESTAMP_DELIMITER = "__";
208
private volatile int maxConcurrentOperations;
209
210
public SnapshotsService(
0 commit comments