Marc Handalian
Marc Handalian
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** The `expand_wildcards` parameter has the following options according to [docs](https://opensearch.org/docs/latest/api-reference/index-apis/stats/): ``` - all: Expand to all open and closed indexes, including hidden indexes. - open: Expand to...
From https://github.com/opensearch-project/OpenSearch/pull/11043#issuecomment-1788404657.
### Describe the bug From https://build.ci.opensearch.org/job/gradle-check/37929/testReport/junit/org.opensearch.indices.replication/SegmentReplicationIT/testReplicaAlreadyAtCheckpoint/ ``` java.lang.IllegalStateException: Some shards are still open after the threadpool terminated. Something is leaking index readers or store references. at __randomizedtesting.SeedInfo.seed([776E1C21CC3D36FF:CEFFDF69ECCD0FF6]:0) at org.opensearch.node.Node.awaitClose(Node.java:1740) at...
**Describe the bug** From https://build.ci.opensearch.org/job/gradle-check/31138/ PR: https://github.com/opensearch-project/OpenSearch/pull/11534
### Description Fix bwcTests on 2.x to point to 2.13 branch. ### Issues Resolved N/A By submitting this pull request, I confirm that my contribution is made under the terms...
From 2.13 release tests [here](https://build.ci.opensearch.org/blue/rest/organizations/jenkins/pipelines/integ-test/runs/8051/nodes/124/steps/716/log/?start=0) there is a failure without security plugin. This seed is reproducible. I think the issue here is a low `waitForCompletionTimeout` value. The test fetches a...
The job scheduler maven publication is missing javadoc and sources jars. These are required to publish to maven central. The pom.xml is also missing developers, licences, and scm information. The...
This issue is for a reproducible test failure, caught by CI: ``` ./gradlew ':opensearch-job-scheduler-spi:test' --tests "org.opensearch.jobscheduler.spi.schedule.IntervalScheduleTests.testNextTimeToExecution" -Dtests.seed=3DD81A7AFCAAAD78 -Dtests.security.manager=false -Dtests.locale=ja-JP-u-ca-japanese-x-lvariant-JP -Dtests.timezone=Pacific/Truk -Druntime.java=14 ``` Log: [failure.txt](https://github.com/opensearch-project/job-scheduler/files/7042337/failure.txt)
Is your feature request related to a problem? Please describe Now that we have basic derived fields we can add aggregation support for them. Describe the solution you'd like Ideally...