OpenSearch
OpenSearch copied to clipboard
🔎 Open source distributed and RESTful search engine.
**Describe the solution you'd like** As per the comment: https://github.com/opensearch-project/OpenSearch/pull/4020#discussion_r939948386, uploadMetadata should not be a public method. This will allow to abstract it as part of `RemoteSegmentStoreDirectory` and callers will...
Bumps avro from 1.11.0 to 1.11.1. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
**Is your feature request related to a problem? Please describe.** In Lucene 8.4 the BKDReader packedIndex was moved off heap ([LUCENE-8932](https://issues.apache.org/jira/browse/LUCENE-8932)). In some cases this can cause the BKDReader to...
Bumps [gson](https://github.com/google/gson) from 2.9.0 to 2.9.1. Release notes Sourced from gson's releases. Gson 2.9.1 Make Object and JsonElement deserialization iterative rather than recursive (#1912) Added parsing support for enum that...
### Description To support inclusive language, the `whitelist` terminology is going to be replaced by `allowlist` in the code base. ### Issues Resolved A part of issue https://github.com/opensearch-project/OpenSearch/issues/1683 ### Check...
**Describe the bug** During a run of Docker Opensearch version 2.1.0 via docker-compose way, the Docker Opensearch container killed herself during full sweep execution. We have provisioned 32GB RAM (50%...
Release Version 2.2.0 This is a component issue for __2.2.0__. Coming from [opensearch-build#2271](https://github.com/opensearch-project/opensearch-build/issues/2271). Please follow the following checklist. __Please refer to the DATES in that post__. How to use this...
I have talked to @qreshi @ohltyler on this extensively. When using `opensearch 1.0.x` artifacts doing bwc test, as `odfe` is deprecated right now, we see this: ``` Caused by: java.lang.IllegalStateException:...
**Is your feature request related to a problem? Please describe.** With Segment replication the primary publishes checkpoints on OpenSearch refresh/flush, however soon after the relocation hand-off is complete the peer...
**Describe the bug** The gradle build action failed while raising the pull request, the logs says that Build Successful but github action is failed. Link: https://build.ci.opensearch.org/job/gradle-check/1426/ **To Reproduce** Steps to...