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

**Is your feature request related to a problem? Please describe.** - Issues listed under this meta issue are related to Weighted Routing. **Describe the solution you'd like** - [ ]...

enhancement
Indexing & Search

**Describe the solution you'd like** Revisit `WeightedRoutingCache` and see if we can make it more optimal. Currently the cache is invalidated on every cluster state change which is not needed...

enhancement
Indexing & Search

**Is your feature request related to a problem? Please describe.** As a part of the [segment replication design proposal](https://github.com/opensearch-project/OpenSearch/issues/2229), there was a concern around increased network utilisation that >This will...

enhancement
Indexing & Search

Please comment on this issue with any feedback on our recent experimental release. This is a meta issue for all work relating to Segment Replication. - [ ] #2229 -...

enhancement
distributed framework

**Is your feature request related to a problem? Please describe.** - Searchable snapshots will introduce a new remote searcher role - https://github.com/opensearch-project/OpenSearch/issues/3895 - As a part of this, we would...

enhancement

Signed-off-by: Andriy Redko ### Description Manually bumping `antlr4` version and regenerate parsers ### Issues Resolved Closes https://github.com/opensearch-project/OpenSearch/pull/4412 and https://github.com/opensearch-project/OpenSearch/pull/4412 ### Check List - [ ] New functionality includes testing. -...

backport 2.x

**Is your feature request related to a problem? Please describe.** Currently we just log all the metrics related to segment replication. Instead we need to create an API to fetch...

enhancement
distributed framework

With remote store integration, the segments files for index shards will be stored on remote store. Replica shards will copy these files from remote store thus reducing the I/O on...

enhancement
discuss
distributed framework
v3.0.0

### Description [Describe what this change achieves] This pull request adds GET api to fetch weights for weighted routing policy. ### Issues Resolved [List any issues this PR will resolve]...