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

### Describe the bug During restart, OpenSearch appears to attempt to relocate the Primary-shard of a `remote_snapshot` type Index and fails. This might be an instance of the problem mentioned...

bug
Search:Searchable Snapshots

### Is your feature request related to a problem? Please describe Dynamic pruning algorithms work by dynamically adding negating filters into the query as disjunctions which are non-competitive( or found...

enhancement
Search:Aggregations
v2.15.0

### Is your feature request related to a problem? Please describe Currently in our system, we only have [contraint](https://github.com/opensearch-project/OpenSearch/blob/a0b519826b2dab19f022e16e613f630a0bce253e/server/src/main/java/org/opensearch/cluster/routing/allocation/RebalanceConstraints.java#L32) for the primary shards rebalance at an index level which was...

enhancement
ShardManagement:Placement

### Describe the bug org.opensearch.transport.RemoteClusterClientTests.testConnectAndExecuteRequest seems to be able to get network exceptions during this workflow ``` 2> junit.framework.AssertionFailedError: Unexpected exception type, expected ActionNotFoundTransportException but got NodeDisconnectedException[[remote_node][127.0.0.1:10600][indices:data/read/scroll] disconnected] at org.apache.lucene.tests.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2894)...

bug
untriaged
flaky-test
Storage:Remote

### Describe the bug Currently, During snapshot deletion we asynchronously try to cleanup shard blobs by creating batches of 1000 blobs at a time. If the index is remote store...

bug
Severity-Critical
Storage:Snapshots

### Describe the bug The test case `org.opensearch.index.shard.SegmentReplicationWithNodeToNodeIndexShardTests.testReplicaClosesWhileReplicating_AfterGetCheckpoint` is flaky: ``` org.opensearch.index.shard.SegmentReplicationWithNodeToNodeIndexShardTests.testReplicaClosesWhileReplicating_AfterGetCheckpoint java.lang.RuntimeException: MockDirectoryWrapper: cannot close: there are still 1 open files: {_0.cfs=1} at __randomizedtesting.SeedInfo.seed([F01091562017B4DF:6D7E22AC42A8EDFB]:0) at org.apache.lucene.tests.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:876) at org.apache.lucene.store.FilterDirectory.close(FilterDirectory.java:111) at...

bug
flaky-test
Storage:Remote

### Is your feature request related to a problem? Please describe - During snapshot restore, individual shards can fail during restore, leading to red index. - Although the index is...

enhancement
Storage
Storage:Snapshots

### Describe the bug ![image (1)(1)](https://github.com/opensearch-project/OpenSearch/assets/85113518/27bda813-fc60-4d99-b926-0b577e55c73b) We use `Remote Purge` threadpool to delete segments data for deleted indices in shallow snapshots. When the number of such indices are huge, as...

bug
Storage:Remote

### Is your feature request related to a problem? Please describe To enable migration of document replication clusters to remote store backed clusters, we will need to allow mixed mode...

enhancement
Storage:Durability
Storage:Remote

### Describe the bug The test case `org.opensearch.snapshots.CloneSnapshotIT.testCloneSnapshotIndex` is flaky: ``` org.opensearch.snapshots.CloneSnapshotIT.testCloneSnapshotIndex java.lang.AssertionError: java.lang.AssertionError: Expected: a value less than or equal to but: was greater than at __randomizedtesting.SeedInfo.seed([96FFD5CDDE9CB328:31772ABECCB3C59F]:0) at org.opensearch.repositories.blobstore.BlobStoreTestUtil.assertConsistency(BlobStoreTestUtil.java:154)...

bug
flaky-test
Storage:Snapshots