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

### Description During burst of uploads happening typically in finalize recovery in cases like shrink, split and force merge where lot of segments or large segments become available for upload,...

skip-changelog
Storage:Remote
Storage:Resiliency
v2.15.0

### Is your feature request related to a problem? Please describe It seems impossible to get statistics such as disk consumption of individual lucene segment files per field. We do...

enhancement
good first issue
Storage
Indexing:Performance
Storage:Performance
Other

### Describe the bug As of now, we cleanup unreferenced files whenever last write is performed by [merge ](https://github.com/opensearch-project/OpenSearch/blob/main/server/src/main/java/org/opensearch/index/engine/Engine.java#L1370)and it caused disk to get full and shard to fail. Incase...

bug
Storage

### Is your feature request related to a problem? Please describe With wait for refresh semantics write threadpool would be holding up a single lock for refresh till all upload...

enhancement
Storage:Remote

### Describe the bug The test case `org.opensearch.remotestore.RemoteRestoreSnapshotIT.testRestoreShallowSnapshotRepository` is flaky: ``` org.opensearch.remotestore.RemoteRestoreSnapshotIT.testRestoreShallowSnapshotRepository java.lang.AssertionError: max seq. no. [1] does not match [0] at __randomizedtesting.SeedInfo.seed([5705DA441D4A7808]:0) at org.opensearch.index.engine.ReadOnlyEngine.assertMaxSeqNoEqualsToGlobalCheckpoint(ReadOnlyEngine.java:202) at org.opensearch.index.engine.ReadOnlyEngine.ensureMaxSeqNoEqualsToGlobalCheckpoint(ReadOnlyEngine.java:189) at org.opensearch.index.engine.ReadOnlyEngine.(ReadOnlyEngine.java:140) at...

bug
flaky-test
Storage:Remote

### Describe the bug On remote store clusters, we can see cluster state applier thread is blocked on remote store calls. In case when the calls to remote store takes...

bug
Storage:Durability
Cluster Manager

### Is your feature request related to a problem? Please describe Today we have a setting `index.routing.allocation.total_shards_per_node` , which can limit maximum number of shards per index/across all indices on...

enhancement
Storage:Durability
Storage:Performance

### Is your feature request related to a problem? Please describe With full copy snapshots where we upload all the local segments data to snapshot repository, snapshot creation latency is...

enhancement
Storage:Snapshots

### Describe the bug We are seeing timeouts in connection acquisition from S3 client thread pool since we are hitting this AWS SDK bug: https://github.com/aws/aws-sdk-java-v2/pull/4066 . This is causing issues...

bug
Storage
Storage:Remote

### Describe the bug The test case `org.opensearch.remotestore.multipart.RemoteStoreMultipartIT.testNoSearchIdleForAnyReplicaCount` is flaky: ``` org.opensearch.remotestore.multipart.RemoteStoreMultipartIT.testNoSearchIdleForAnyReplicaCount com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=12912, name=Thread-7889, state=RUNNABLE, group=TGRP-RemoteStoreMultipartIT] Caused by: org.apache.lucene.store.AlreadyClosedException: this Directory is closed...

bug
flaky-test
Storage:Remote
v2.15.0