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
We're trying out searchable snapshots. we've taken snapshot and restored as remote searchable index on search nodes.
also we've a scripted field defined.
It should not throw any exception and should work like regular search i.e scripted field on a normal index vs remote index(restored from snapshot as remote).
Additional Details
Opensearch
version: 2.13
The text was updated successfully, but these errors were encountered:
This appears to be the case where even before attempting a remote download we do an eviction from the cache, which results in deleting a local file. That part of the code does not elevate privileges:
Describe the bug
We're trying out searchable snapshots. we've taken snapshot and restored as remote searchable index on search nodes.
also we've a scripted field defined.
When querying getting the below exception.
but the required file permissions are there
0755
Related component
Search:Searchable Snapshots
To Reproduce
Expected behavior
It should not throw any exception and should work like regular search i.e scripted field on a normal index vs remote index(restored from snapshot as remote).
Additional Details
Opensearch
version: 2.13
The text was updated successfully, but these errors were encountered: