OpenSearch
                                
                                 OpenSearch copied to clipboard
                                
                                    OpenSearch copied to clipboard
                            
                            
                            
                        🔎 Open source distributed and RESTful search engine.
### Describe the bug The test case `org.opensearch.remotestore.SegmentReplicationUsingRemoteStoreIT.testRestartPrimary_NoReplicas` if flaky: ``` Jan 23, 2024 10:50:42 AM com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException WARNUNG: Uncaught exception in thread: Thread[#1383,opensearch[node_t2][remote_refresh_retry][T#1],5,TGRP-SegmentReplicationUsingRemoteStoreIT] org.opensearch.core.concurrency.OpenSearchRejectedExecutionException: rejected execution of java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@582274dc[Not completed,...
### Is your feature request related to a problem? Please describe As of today only multipart upload uses `AsyncService` , which uses Netty Event loop based async IO . We...
### Is your feature request related to a problem? Please describe 1. #11819 2. #11964 3. #11985 4. #11409 5. #12025 6. #12026 7. #12027 8. #12031 9. #12032 10....
### Is your feature request related to a problem? Please describe A couple of issues encountered recently with S3 SDK https://github.com/aws/aws-sdk-java-v2/issues/3652 ### Describe the solution you'd like Bump the version...
### Description Exposes a cache type setting for IndicesRequestCache which can be set by user. For now, integrating only onHeap. When tiered cache are changes are done, it will added...
### Description Methods `create` and `postProcess` in QueryCollectorContext cannot be called from outside of the package. That is limiting extensions for core OS in certain scenarios, as those methods need...
https://build.ci.opensearch.org/job/gradle-check/20332/ ``` REPRODUCE WITH: ./gradlew ':server:test' --tests "org.opensearch.snapshots.SnapshotResiliencyTests.testConcurrentSnapshotDeleteAndDeleteIndex" -Dtests.seed=B7F15DFF786CE73D -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=es-NI -Dtests.timezone=Asia/Oral -Druntime.java=17 NOTE: leaving temporary files on disk at: /var/jenkins/workspace/gradle-check/search/server/build/testrun/test/temp/org.opensearch.snapshots.SnapshotResiliencyTests_B7F15DFF786CE73D-001 NOTE: test params are: codec=Asserting(Lucene95): {}, docValues:{},...
### Describe the bug org.opensearch.upgrades.IndexingIT.testIndexingWithSegRep is flaky, [jenkins logs](https://build.ci.opensearch.org/job/gradle-check/33789/testReport/org.opensearch.upgrades/IndexingIT/testIndexingWithSegRep/). Assertion is from this codeblock: https://github.com/opensearch-project/OpenSearch/blob/f73c82aa466cf3354b5d2e3e3f46f0613cacbb0f/qa/rolling-upgrade/src/test/java/org/opensearch/upgrades/IndexingIT.java#L119-L121 ``` Suppressed: java.lang.AssertionError: expected: but was: at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotEquals(Assert.java:835) at org.junit.Assert.assertEquals(Assert.java:647) at org.junit.Assert.assertEquals(Assert.java:633) at...
### Describe the bug When setting the KEYSTORE_PASSWORD environment variable the opensearch start command unsets this environment variable. The if statement then errors out as failed to read keystore password...
### Description - When an instance of Store is created, a shardlock is created which is released on closing the instance of store. - Currently, we create 2 instances of...