File tree 2 files changed +2
-2
lines changed
server/src/main/java/org/opensearch/snapshots
test/framework/src/main/java/org/opensearch/test
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ public class SnapshotsService extends AbstractLifecycleComponent implements Clus
216
216
Setting .Property .Dynamic
217
217
);
218
218
219
- private static final String SNAPSHOT_PINNED_TIMESTAMP_DELIMITER = ": " ;
219
+ private static final String SNAPSHOT_PINNED_TIMESTAMP_DELIMITER = "__ " ;
220
220
private volatile int maxConcurrentOperations ;
221
221
222
222
public SnapshotsService (
Original file line number Diff line number Diff line change @@ -2886,7 +2886,7 @@ private static Settings buildRemoteStoreNodeAttributes(
2886
2886
}
2887
2887
settings .put (RemoteStoreSettings .CLUSTER_REMOTE_STORE_PATH_TYPE_SETTING .getKey (), randomFrom (PathType .values ()));
2888
2888
settings .put (RemoteStoreSettings .CLUSTER_REMOTE_STORE_TRANSLOG_METADATA .getKey (), randomBoolean ());
2889
- settings .put (RemoteStoreSettings .CLUSTER_REMOTE_STORE_PINNED_TIMESTAMP_ENABLED .getKey (), false );
2889
+ settings .put (RemoteStoreSettings .CLUSTER_REMOTE_STORE_PINNED_TIMESTAMP_ENABLED .getKey (), randomBoolean () );
2890
2890
return settings .build ();
2891
2891
}
2892
2892
You can’t perform that action at this time.
0 commit comments