You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With Snapshot Interoperability Feature, we will have a new field in Create Snapshot API response which will determine if a snapshot was shallow copy or full copy.
Field
Data type
Description
remote_store_index_shallow_copy
boolean
Whether current snapshot is full copy or shallow copy.
What other resources are available? Provide links to related issues, POCs, steps for testing, etc.
changes for this feature are already in 2.9 behind remote store experimental flag. to test, first bring up the opensearch node with 2.9 version, enable remote store feature. Update Repository setting with new flag as mentioned in #4598 and then a new snapshot response should have flag remote_store_index_shallow_copy as true.
What do you want to do?
Tell us about your request. Provide a summary of the request and all versions that are affected.
Create Snapshot API Response Fields: https://opensearch.org/docs/latest/api-reference/snapshots/create-snapshot/#response-fields
With Snapshot Interoperability Feature, we will have a new field in Create Snapshot API response which will determine if a snapshot was shallow copy or full copy.
What other resources are available? Provide links to related issues, POCs, steps for testing, etc.
Related PR for code changes: opensearch-project/OpenSearch#7118
Design Document: opensearch-project/OpenSearch#6575
changes for this feature are already in 2.9 behind remote store experimental flag. to test, first bring up the opensearch node with 2.9 version, enable remote store feature. Update Repository setting with new flag as mentioned in #4598 and then a new snapshot response should have flag
remote_store_index_shallow_copy
as true.Sample Response
The text was updated successfully, but these errors were encountered: