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

Signed-off-by: kkewwei [[email protected]](mailto:[email protected]) ### Description The aggs result of NestedAggregator with sub NestedAggregator may be not accurately, it depends on the face that the parentDocId > childDocId in search, but...

bug
Search:Aggregations
backport 2.x

### Description This PR is a sub task of feature request https://github.com/opensearch-project/OpenSearch/issues/13022. And is being tracked here https://github.com/opensearch-project/OpenSearch/issues/13091. This PR include below changes - 1. The translog.ckp file's data is...

enhancement
skip-changelog
Storage:Performance
Storage:Remote
v2.14.0
v2.15.0

### Description Addresses fix for Flaky Test testStaleClusterManagerNotHijackingMajority which is caused in scenarios of Cluster State not being able to publish within configured timeout of 1s This change increases the...

bug
flaky-test
Cluster Manager

**Describe the bug** Random Test Failure. Please dig in, and figure out what went wrong :( [https://ci.opensearch.org/logs/ci/workflow/OpenSearch_CI/PR_Checks/Gradle_Check/gradle_check_1066_reports.zip](https://ci.opensearch.org/logs/ci/workflow/OpenSearch_CI/PR_Checks/Gradle_Check/gradle_check_1066_reports.zip)

bug
flaky-test
Cluster Manager

From https://github.com/opensearch-project/OpenSearch/pull/11043#issuecomment-1788404657.

bug
flaky-test
Cluster Manager

### Description This PR added supported for managed identity in the `repository-azure` plugin. ### Related Issues Resolves #12423 ### Check List - [x] New functionality includes testing. - [x] All...

enhancement
Plugins
v3.0.0
backport 2.x
v2.15.0

### Description I introduced CacheStatsAPIIndicesRequestCacheIT in [this recent PR](https://github.com/opensearch-project/OpenSearch/pull/13237) but I have found it to be flaky (example [here](https://build.ci.opensearch.org/job/gradle-check/38005/testReport/junit/org.opensearch.indices/CacheStatsAPIIndicesRequestCacheIT/testNullLevels__p0___opensearch_experimental_feature_pluggable_caching_enabled___true___/)). I created an issue for this [here](https://github.com/opensearch-project/OpenSearch/issues/13458). If `levels` is uninitialized...

bug
Search:Performance

This adds support for the "wildcard" field type that supports efficient execution of wildcard and prefix queries by matching first against trigrams (or bigrams or individual characters), then post-filtering by...

enhancement
help wanted
feature
Search
Indexing
Search:Query Capabilities
v2.15.0

### Description As part of [tiered caching stats](https://github.com/opensearch-project/OpenSearch/issues/12258), integrates stats with TieredSpilloverCache. This TieredSpilloverCacheStatsHolder implementation is aware of the tier concept and will support aggregating the TSC's stats by tier...

backport 2.x

### Description When intersect and visit a BKD tree, the value of the point or the min/max of the inner node are ever-increasing. The ranges rewritten from date histogram are...

bug
Search:Aggregations
backport 2.x
Performance
v2.14.0