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
In order to allow restore of snapshot on another domain, for shallow snapshot v2, a field was added to RestoreSnapshotRequest: sourceRemoteTranslogRepository
But this field is not getting recognised in the restore API and fails with unknown parameter error.
Related component
Storage:Snapshots
To Reproduce
Create cluster C_1, enable shallow snapshot V2 and take snapshot S_1
Create another cluster C_2, register snapshot, segment and translog repos with same settings as that of C_1.
Describe the bug
RestoreSnapshotRequest
:sourceRemoteTranslogRepository
Related component
Storage:Snapshots
To Reproduce
Expected behavior
Additional Details
Plugins
Please list all plugins currently enabled.
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: