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

Gradle check has failed on push of your commit b7f827810bd2223169b549089017bba7fb639245. Please examine the workflow log https://build.ci.opensearch.org/job/gradle-check/33869/. Is the failure [a flaky test](https://github.com/opensearch-project/OpenSearch/blob/main/DEVELOPER_GUIDE.md#flaky-tests) unrelated to your change?

bug
>test-failure
autocut

### Is your feature request related to a problem? Please describe We developed the Query Insights Plugin as part of https://github.com/opensearch-project/OpenSearch/issues/11429 to provide query-level insights and surface the potential issues...

enhancement
Search:Query Insights

### Description * Optimize remote store cleanup to utilize batch deletion. * Optimize snapshot deletion logic to skip only the shard blob deletion for which remote store cleanup failed. *...

skip-changelog

# What/Why This RFC is an evolution of [4619](https://github.com/opensearch-project/OpenSearch/issues/4619) to capture user behaviors and track queries through all steps of querying and website usage. In this RFC we are proposing...

enhancement
Search:Relevance

### Description **This PR is part 1 of the changes and POC done in #10684. It contains the following changes:** 1. QueryFetchSearchResult as a proto message. 2. A new interface...

v2.15.0

### Describe the bug The test case `org.opensearch.indices.IndicesRequestCacheIT.testCacheWithInvalidation` is flaky: ``` java.lang.AssertionError: expected: but was: at __randomizedtesting.SeedInfo.seed([A162B5B177457586:2AC595CFBB59CC42]:0) at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotEquals(Assert.java:835) at org.junit.Assert.assertEquals(Assert.java:120) at org.junit.Assert.assertEquals(Assert.java:146) at org.opensearch.indices.IndicesRequestCacheIT.assertCacheState(IndicesRequestCacheIT.java:682) at org.opensearch.indices.IndicesRequestCacheIT.testCacheWithInvalidation(IndicesRequestCacheIT.java:661) at...

bug
flaky-test
Search

### Is your feature request related to a problem? Please describe Today, we don't have clear process (atleast I am unaware of) for acceptance or rejection of feature. We should...

enhancement
untriaged
Other

### Description This plugin adds hardware-accelerated (de)compression for the DEFLATE and LZ4 compression algorithms. The hardware that is targeted here is [Intel QAT](https://www.intel.com/content/www/us/en/architecture-and-technology/intel-quick-assist-technology-overview.html), which is now an integrated built-in accelerator...

### Description When migrating from older versions of OpenSearch indices with a setting of `index.mapper.dynamic` - even if the value is null or the default of true prevents migration. With...

bug
Indexing & Search

### Description A new kind of resource that abstracts indices from searches. A _view_ define a projection of targeted indices. I'm trying to start out with as barebones of an...