OpenSearch icon indicating copy to clipboard operation
OpenSearch copied to clipboard

🔎 Open source distributed and RESTful search engine.

Results 885 OpenSearch issues
Sort by recently updated
recently updated
newest added

### Describe the bug During snapshot restore and other unknown scenarios settings are not validated or migrated to be compatible with future versions allowing clusters to get into states where...

bug
v3.0.0
Storage:Snapshots
v2.13.0

### Description This change fixes flakiness with segrep test for scroll requests. The flakiness was with an assertion that all segments snapshotted by the scroll were deleted from disk after...

bug
flaky-test
skip-changelog

## Is your feature request related to a problem? Please describe. Sometimes there are clear relationships between indices, e.g. http-logs-2023-01-20 http-logs-2023-01-21. As data gets reshaped or physically moved there is...

enhancement
discuss
feature
Indexing & Search

**Describe the bug** Opensearch - _.fdt lucene file storage is much bigger then the same index on Elasticsearch **To Reproduce** While comparing between docs size on opensearch (2.0.1) vs elasticsearch...

bug
Indexing & Search
Indexing:Performance

### Description Anomaly-detection has some test cases which passes null connection and those are getting NullPointerException which was earlier handled by the listener. Adding the null connection check in the...

### Describe the bug We have dedicated search nodes within the cluster with 100GB of SAN-storage as a cache layer. On normal nodes opensearch would have gone red because the...

bug
Search:Searchable Snapshots

### Describe the bug 1. When compared with total initialising shards in `_cluster/health` API, the `_cat/recovery?active_only` shows an inconsistent count of recoveries in progress. 2. The translog download step doesn't...

bug
Storage:Remote

### Description [Describe what this change achieves] ### Related Issues Resolves #[Issue number to be closed when this PR is merged] ### Check List - [ ] New functionality includes...

### Describe the bug First - I know opensearch currently isn't supported on M3s and homebrew is not an official release, but it's still really convenient to have and I...

bug
untriaged
Search

### Description Utilize Collector#setWeight to smartly short-circuit certain aggregation paths. Basically cases when weight#count does not returns `-1`: - when `weight#count > 0` & `weight#count == maxdocs` in segments ->...

enhancement
Search:Performance
v2.12.0