Mary Gouseti
Mary Gouseti
Introduce a base transport action for health node requests. This action ensures that: - the target node is a health node
**The issue** The flaky test simulates the following: - Create a shrink policy with an invalid target shard count - Then change the policy to have a valid target shard...
Change the details of the disk indicator to provide an overview of the impact of the disk space health instead of a comprehensive list.
This test doesn't fail often but there have been 8 fails in history starting on the 27th of December 2023 (I checked 90 days). **Build scan:** https://gradle-enterprise.elastic.co/s/37emgjkj2kabs/tests/:x-pack:plugin:searchable-snapshots:internalClusterTest/org.elasticsearch.xpack.searchablesnapshots.SearchableSnapshotsCanMatchOnCoordinatorIntegTests/testSearchableSnapshotShardsThatHaveMatchingDataAreNotSkippedOnTheCoordinatingNode **Reproduction line:** ```...
In this PR we introduce the `failure_store` query param in all the APIs that are using `org.elasticsearch.action.support.IndicesOptions#fromRequest` and we do our best to use these values in the `org.elasticsearch.cluster.metadata.IndexNameExpressionResolver`. The...
This PR is the first part of https://github.com/elastic/elasticsearch/pull/105386. It contains all the changes behind the transport version and it is meant to help with the reviewing process. In this PR...
I wasn't able to reproduce it locally (tried with `-Dtests.iters=500`). **Build scan:** https://gradle-enterprise.elastic.co/s/3tgciezc7km42/tests/:x-pack:plugin:transform:test/org.elasticsearch.xpack.transform.transforms.TransformIndexerStateTests/testStopAtCheckpoint **Reproduction line:** `./gradlew ':x-pack:plugin:transform:test' --tests "org.elasticsearch.xpack.transform.transforms.TransformIndexerStateTests.testStopAtCheckpoint" -Dtests.seed=F796A9736602D273 -Dtests.locale=nb-NO -Dtests.timezone=Antarctica/Palmer -Druntime.java=18` **Applicable branches:** 8.5 **Reproduces locally?:** No **Failure...
While the global retention is work in progress, we would like to display the effective retention conditionally. For this reason we added an extra requirement to determine if we are...
While working on #107281 we noticed that when we were running `testPartialRestoreSnapshotThatIncludesDataStream` and we would include the global state, we would get the assertion error that the cluster state size...
In this PR we enable the data stream lifecycle to also manage the failure store indices. How: - We apply the lifecycle configuration that the user has provided. - We...