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

### Description This feature aims to identify and cancel resource intensive SearchShardTasks if they have breached certain thresholds. This will help in terminating problematic queries which can put nodes in...

### Description The changes contain rest layer changes for list all PITs and PIT segments APIs. ### Issues Resolved https://github.com/opensearch-project/OpenSearch/issues/1147 https://github.com/opensearch-project/OpenSearch/issues/3959 ### Check List - [ ] New functionality includes...

Signed-off-by: Andriy Redko ### Description Migrate client transports to Apache HttpClient / Core 5.x ### Issues Resolved Closes https://github.com/opensearch-project/OpenSearch/issues/4256 ### Check List - [ ] New functionality includes testing. -...

### Description A follow-up of PR https://github.com/opensearch-project/OpenSearch/pull/4156 that brings in further simplification of the ZIP publication implementation and new tests. It is possible to remove some of the initialization code...

### Description This pull request adds PUT api to add/update weights for weighted routing policy. ### Issues Resolved [2859](https://github.com/opensearch-project/OpenSearch/issues/2859) [3639](https://github.com/opensearch-project/OpenSearch/issues/3639) ### Check List - [x] New functionality includes testing. -...

**Is your feature request related to a problem? Please describe.** PRRL is used to keep lucene operation history and is also used in recovery for replaying these operations once the...

enhancement
distributed framework

Signed-off-by: Dhwanil Patel ### Description Added few of the **Cx driven tasks** to cluster manager task throttling framework. These all tasks onboarded on this PR, extends the `TransportClusterManagerNodeAction`, so they...

**Describe the bug** stumbled across this by chance, the comment claims that this should've been removed with ES 7.0 (which obviously didn't happen if it was still present in 7.10.2...

bug
distributed framework

### Summary In order to show demonstrable progress in search features, we want to have a sample index and a search application that gets updated with each feature we release....