opensearch-project / OpenSearch

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

User sees error response on update of setSearchIdleAfter index setting for segrep and remote store indexes #10787

Open ashking94 opened 11 months ago

ashking94 commented 11 months ago

Is your feature request related to a problem? Please describe. SearchIdle feature only works for single replica for segrep indexes. For remote store, search idle feature is not supported. This is being removed in https://github.com/opensearch-project/OpenSearch/pull/10761. As part of this https://github.com/opensearch-project/OpenSearch/pull/10761/files#r1366872771, we should ensure that we fail these update index settings. We need to handle below cases -

andrross commented 6 months ago

[Triage - attendees 1 2 3] @ashking94 Thanks for filing this issue.