OpenSearch
OpenSearch copied to clipboard
🔎 Open source distributed and RESTful search engine.
### 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...
### 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...
## 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...
**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...
### 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...
### 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...
### 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...
### 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 ->...