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

Opensearch uses either MmapDirectory or NioFSDirectory for reading files, depending on the file type. This works well for files that are opened for search operation, where the entire file is...

enhancement
Indexing & Search

**Describe the bug** Node can drop out for OutOfMemory errors other than the VM OutOfMemory like ``` java.lang.OutOfMemoryError: UTF16 String size is 1089861360, should be less than 1073741823 ``` This...

bug
distributed framework

### Description Here is a prototype of security systems using [Apache Shiro](https://shiro.apache.org/). Given the broad scope of security, this isn't meant to cover all scenarios, within this PR is a...

**Is your feature request related to a problem? Please describe.** There seems to be duplication of logic in the code for Cloud Plugins. This is an opportunity for us to...

enhancement
good first issue

**What kind of business use case are you trying to solve? What are your requirements?** Release notes are of varying quality. For example, https://github.com/opensearch-project/OpenSearch/pull/2489 is completely unreadable. **What is the...

discuss
feedback needed

**Is your feature request related to a problem? Please describe.** [Hacktoberfest](https://hacktoberfest.com/) is an annual event run by DigitalOcean that encourages people to contribute to Open Source projects. Participants who complete...

enhancement
discuss

### Describe the bug - Creating remote cluster connection ``` PUT _cluster/settings { "persistent": { "cluster": { "remote": { "my-connection-alias": { "seeds": ["my-opensearch-domain/service:port"] } } } } } ``` -...

bug
untriaged
Indexing:Replication

***Received Error***: **Error building OpenSearch, retry with: ./build.sh manifests/1.3.15/opensearch-1.3.15.yml --component OpenSearch**. OpenSearch failed during the distribution build for version: 1.3.15. Please see build log at https://build.ci.opensearch.org/job/distribution-build-opensearch/9360/display/redirect. The failed build stage...

untriaged
autocut
v1.3.15

Test failure #8771 shows cases where certain random seeds trigger this case. The bug is clear: the substring() call should happen after the startsWith() check in case the blob name...

bug
flaky-test
skip-changelog
Storage:Snapshots

…" highlighter (#10919) (cherry picked from commit 5d327a2f48f4c0fcd8a443fa6675dad8b18b5cb5) ### Check List - [x] New functionality includes testing. - [x] All tests pass - [x] New functionality has been documented. -...