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

## Goal of the enhancement Coming from https://github.com/opensearch-project/OpenSearch/issues/2589 Replace non-inclusive terminologies "blacklist" and "whitelist" throughout this repository with inclusive ones. ## Context #### What is “inclusive language”? Inclusive language is...

enhancement
Meta

**Describe the bug** Kafka's clients production `org.apache.kafka:kafka-clients:3.0.1` and test ` org.apache.kafka:kafka-clients:3.0.1:test` jars contain overlapping classes in `org.apache.kafka.common.message`. When attempting to build or run tests `JarHell` is detecting this an erroring...

bug
Build Libraries & Interfaces

With the backwards compatibility flag (#847) available in OpenSearch 1.0, [Curator 5.8.4](https://github.com/elastic/curator/commit/191de8cd0c7c719de6d5fca1f9fbbc8adfb5c006#diff-4d7c51b1efe9043e44439a949dfd92e5827321b34082903477fd04876edb7552R2) is expected to be the [last functioning Curator release](https://github.com/elastic/elasticsearch-py/commit/12c869df56e644863f05c74faa19151416b22aa2). When the compatibility flag is eventually removed from OpenSearch...

enhancement

Caught on PR #2574 this test was not reproducible and looks like a one off CI blip. Documenting for posterity: ``` REPRODUCE WITH: ./gradlew ':server:internalClusterTest' --tests "org.opensearch.aliases.IndexAliasesIT.testSameAlias" -Dtests.seed=D759B90667E7AFC3 -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1...

bug
CI
Flakey Random Test Failure

**Is your feature request related to a problem? Please describe.** https://github.com/opensearch-project/OpenSearch/issues/1042 aims to build back-pressure support for Search requests. This framework will act as a basic building block for building...

enhancement

Signed-off-by: Rishab Nahata ### Description As part of #3917 to decommission a zone, this PR adds a service to execute zone decommission. A separate PR will created to hook the...

Currently, these flags are passed as JVM args to the process that launches the server. The general (though not universal) convention today is that JVM args are mostly used for...

enhancement
good first issue
low hanging fruit
distributed framework

Failed on unrelated PR #1742. Not reproducible locally. Opening to track if this continues to fail. ``` REPRODUCE WITH: ./gradlew ':server:internalClusterTest' --tests "org.opensearch.gateway.RecoveryFromGatewayIT.testReuseInFileBasedPeerRecovery" -Dtests.seed=1183E5842BAA4635 -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m -Djava.security.manager=allow" -Dtests.locale=ja-JP -Dtests.timezone=Pacific/Kwajalein...

bug
>test-failure
CI
discuss
Flakey Random Test Failure

**Describe the bug** When a failure is met with one or more operations included in the bulk request, the `ObjectMapper.writeValueAsString` that we use to convert the bulk response throws the...

bug
Indexing & Search

# Introduction BackPressure in Search Path aims to enhance the overall resiliency of OpenSearch. The current protection mechanisms on OS nodes such as ThreadPoolQueueSize and CircuitBreakers are not fully efficient...

enhancement
roadmap
v2.3.0