Skip to content
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

[CI] MultiVersionRepositoryAccessIT testCreateAndRestoreSnapshot failing #113058

Closed
elasticsearchmachine opened this issue Sep 17, 2024 · 4 comments · Fixed by #113079
Closed
Assignees
Labels
low-risk An open issue or test failure that is a low risk to future releases :StorageEngine/Rollup Turn fine-grained time-based data into coarser-grained data Team:StorageEngine >test-failure Triaged test failures from CI

Comments

@elasticsearchmachine
Copy link
Collaborator

elasticsearchmachine commented Sep 17, 2024

Build Scans:

Reproduction Line:

./gradlew ":qa:repository-multi-version:v8.15.2#Step1OldClusterTest" -Dtests.class="org.elasticsearch.upgrades.MultiVersionRepositoryAccessIT" -Dtests.method="testReadOnlyRepo" -Dtests.seed=77FC4905466E464C -Dtests.bwc=true -Dtests.locale=fr-GN -Dtests.timezone=Etc/GMT+1 -Druntime.java=22

Applicable branches:
main

Reproduces locally?:
N/A

Failure History:
See dashboard

Failure Message:

org.elasticsearch.client.WarningFailureException: method [GET], host [http://[::1]:38571], URI [/_rollup/job/_all], status line [HTTP/1.1 200 OK]
Warnings: [The rollup functionality will be removed in in Elasticsearch 9.0. See docs for more information.]
{"jobs":[]}

Issue Reasons:

  • [main] 9 consecutive failures in step 8.15.2_bwc-snapshots
  • [main] 4 consecutive failures in pipeline elasticsearch-intake
  • [main] 9 failures in test testCreateAndRestoreSnapshot (0.9% fail rate in 1000 executions)
  • [main] 9 failures in step 8.15.2_bwc-snapshots (10.8% fail rate in 83 executions)
  • [main] 4 failures in pipeline elasticsearch-intake (16.7% fail rate in 24 executions)
  • [main] 4 failures in pipeline elasticsearch-pull-request (6.1% fail rate in 66 executions)

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

@elasticsearchmachine elasticsearchmachine added :Distributed Coordination/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs >test-failure Triaged test failures from CI labels Sep 17, 2024
@elasticsearchmachine
Copy link
Collaborator Author

This has been muted on branch main

Mute Reasons:

  • [main] 4 consecutive failures in step 8.15.2_bwc-snapshots
  • [main] 4 failures in test testCreateAndRestoreSnapshot (0.4% fail rate in 1000 executions)
  • [main] 4 failures in step 8.15.2_bwc-snapshots (5.1% fail rate in 78 executions)
  • [main] 3 failures in pipeline elasticsearch-pull-request (4.6% fail rate in 65 executions)

Build Scans:

@elasticsearchmachine elasticsearchmachine added Team:Distributed (Obsolete) Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination. needs:risk Requires assignment of a risk label (low, medium, blocker) labels Sep 17, 2024
@elasticsearchmachine
Copy link
Collaborator Author

Pinging @elastic/es-distributed (Team:Distributed)

@ywangd ywangd added low-risk An open issue or test failure that is a low risk to future releases :StorageEngine/Rollup Turn fine-grained time-based data into coarser-grained data and removed needs:risk Requires assignment of a risk label (low, medium, blocker) :Distributed Coordination/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs labels Sep 18, 2024
@elasticsearchmachine
Copy link
Collaborator Author

Pinging @elastic/es-storage-engine (Team:StorageEngine)

@elasticsearchmachine elasticsearchmachine removed the Team:Distributed (Obsolete) Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination. label Sep 18, 2024
@ywangd
Copy link
Member

ywangd commented Sep 18, 2024

There have been a few CI failures (eg #113069) with the same root cause

org.elasticsearch.client.WarningFailureException: method [GET], host [http://[::1]:38571], URI [/_rollup/job/_all], status line [HTTP/1.1 200 OK]
Warnings: [The rollup functionality will be removed in in Elasticsearch 9.0. See docs for more information.]
{"jobs":[]}

It is not related to the specific test. But rather about the setup and teardown process.

Relabel this to :StorageEngine/Rollup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
low-risk An open issue or test failure that is a low risk to future releases :StorageEngine/Rollup Turn fine-grained time-based data into coarser-grained data Team:StorageEngine >test-failure Triaged test failures from CI
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants