opensearch-project / OpenSearch

🔎 Open source distributed and RESTful search engine.
https://opensearch.org/docs/latest/opensearch/index/
Apache License 2.0
9.77k stars 1.82k forks source link

[BUG] search node failed to verify repository #10228

Closed jockjiang closed 1 year ago

jockjiang commented 1 year ago

Describe the bug post the issue from forum, the node alwasy failed to verify repository, the backup and restore without searchable snapshot works. detail in the forum. https://forum.opensearch.org/t/searchable-snapshot-stop-working-after-upgrade-from-v2-7-to-v2-9/15975/7

To Reproduce Steps to reproduce the behavior:

  1. Create the index snapshot to AWS S3
  2. Restore the index with “storage_type” is “remote_snapshot”.

Expected behavior index can be restored Plugins opensearch-alerting opensearch-anomaly-detection opensearch-asynchronous-search opensearch-cross-cluster-replication opensearch-geospatial opensearch-index-management opensearch-job-scheduler opensearch-knn opensearch-ml opensearch-neural-search opensearch-notifications opensearch-notifications-core opensearch-observability opensearch-performance-analyzer opensearch-reports-scheduler opensearch-security opensearch-security-analytics opensearch-sql repository-s3

Screenshots refer https://forum.opensearch.org/t/searchable-snapshot-stop-working-after-upgrade-from-v2-7-to-v2-9/15975/7

Host/Environment (please complete the following information):

Additional context Add any other context about the problem here.

jockjiang commented 1 year ago

there is no such issue in v2.10. I don't know where it is fixed, but I tried this version with same settings as v2.9, v2.10 works.