Skip to content

[CI] TimeSeriesDataStreamsIT testShrinkActionInPolicyWithoutHotPhase failing #126746

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
elasticsearchmachine opened this issue Apr 12, 2025 · 2 comments · Fixed by #126851
Closed
Assignees
Labels
:Data Management/ILM+SLM Index and Snapshot lifecycle management low-risk An open issue or test failure that is a low risk to future releases Team:Data Management Meta label for data/management team >test-failure Triaged test failures from CI

Comments

@elasticsearchmachine
Copy link
Collaborator

Build Scans:

Reproduction Line:

./gradlew ":x-pack:plugin:ilm:qa:multi-node:javaRestTest" --tests "org.elasticsearch.xpack.ilm.TimeSeriesDataStreamsIT.testShrinkActionInPolicyWithoutHotPhase" -Dtests.seed=E09DE1E27786974F -Dtests.locale=pl -Dtests.timezone=NZ -Druntime.java=24

Applicable branches:
main

Reproduces locally?:
N/A

Failure History:
See dashboard

Failure Message:

org.elasticsearch.client.ResponseException: method [GET], host [http://127.0.0.1:33149], URI [shrink-stkv-.ds-logs-dakdrclfzi-2025.04.12-000001/_ilm/explain?only_errors=false&only_managed=false], status line [HTTP/1.1 404 Not Found]
{"error":{"root_cause":[{"type":"index_not_found_exception","reason":"no such index [shrink-stkv-.ds-logs-dakdrclfzi-2025.04.12-000001]","resource.type":"index_or_alias","resource.id":"shrink-stkv-.ds-logs-dakdrclfzi-2025.04.12-000001","index_uuid":"_na_","index":"shrink-stkv-.ds-logs-dakdrclfzi-2025.04.12-000001"}],"type":"index_not_found_exception","reason":"no such index [shrink-stkv-.ds-logs-dakdrclfzi-2025.04.12-000001]","resource.type":"index_or_alias","resource.id":"shrink-stkv-.ds-logs-dakdrclfzi-2025.04.12-000001","index_uuid":"_na_","index":"shrink-stkv-.ds-logs-dakdrclfzi-2025.04.12-000001"},"status":404}

Issue Reasons:

  • [main] 3 failures in test testShrinkActionInPolicyWithoutHotPhase (0.3% fail rate in 889 executions)
  • [main] 2 failures in step part-5 (0.5% fail rate in 418 executions)
  • [main] 2 failures in pipeline elasticsearch-pull-request (0.5% fail rate in 417 executions)

Note:
This issue was created using new test triage automation. Please report issues or feedback to es-delivery.

@elasticsearchmachine elasticsearchmachine added :Data Management/ILM+SLM Index and Snapshot lifecycle management >test-failure Triaged test failures from CI labels Apr 12, 2025
@elasticsearchmachine
Copy link
Collaborator Author

This has been muted on branch main

Mute Reasons:

  • [main] 3 failures in test testShrinkActionInPolicyWithoutHotPhase (0.3% fail rate in 889 executions)
  • [main] 2 failures in step part-5 (0.5% fail rate in 418 executions)
  • [main] 2 failures in pipeline elasticsearch-pull-request (0.5% fail rate in 417 executions)

Build Scans:

@elasticsearchmachine elasticsearchmachine added Team:Data Management Meta label for data/management team needs:risk Requires assignment of a risk label (low, medium, blocker) labels Apr 12, 2025
@elasticsearchmachine
Copy link
Collaborator Author

Pinging @elastic/es-data-management (Team:Data Management)

@nielsbauman nielsbauman self-assigned this Apr 13, 2025
@nielsbauman nielsbauman added low-risk An open issue or test failure that is a low risk to future releases and removed needs:risk Requires assignment of a risk label (low, medium, blocker) labels Apr 13, 2025
nielsbauman added a commit that referenced this issue Apr 15, 2025
These tests had the potential to fail when subsequent requests would hit
different nodes with different versions of the cluster state.

Only one of these tests failed already, but we fix the other ones
proactively to avoid future failures.

Fixes #126746
nielsbauman added a commit that referenced this issue Apr 15, 2025
These tests had the potential to fail when subsequent requests would hit
different nodes with different versions of the cluster state.

Only one of these tests failed already, but we fix the other ones
proactively to avoid future failures.

Fixes #126746
nielsbauman added a commit that referenced this issue Apr 15, 2025
These tests had the potential to fail when subsequent requests would hit
different nodes with different versions of the cluster state.

Only one of these tests failed already, but we fix the other ones
proactively to avoid future failures.

Fixes #126746
nielsbauman added a commit to nielsbauman/elasticsearch that referenced this issue Apr 15, 2025
These tests had the potential to fail when subsequent requests would hit
different nodes with different versions of the cluster state.

Only one of these tests failed already, but we fix the other ones
proactively to avoid future failures.

Fixes elastic#126746
nielsbauman added a commit that referenced this issue Apr 17, 2025
These tests had the potential to fail when subsequent requests would hit
different nodes with different versions of the cluster state.

Only one of these tests failed already, but we fix the other ones
proactively to avoid future failures.

Fixes #126746
elasticsearchmachine pushed a commit that referenced this issue Apr 17, 2025
These tests had the potential to fail when subsequent requests would hit
different nodes with different versions of the cluster state.

Only one of these tests failed already, but we fix the other ones
proactively to avoid future failures.

Fixes #126746

(cherry picked from commit 16070a3)

# Conflicts:
#	muted-tests.yml
#	test/framework/src/main/java/org/elasticsearch/test/rest/ESRestTestCase.java
#	x-pack/plugin/ilm/qa/multi-node/src/javaRestTest/java/org/elasticsearch/xpack/ilm/TimeSeriesDataStreamsIT.java
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Data Management/ILM+SLM Index and Snapshot lifecycle management low-risk An open issue or test failure that is a low risk to future releases Team:Data Management Meta label for data/management team >test-failure Triaged test failures from CI
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants