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] DataStreamsSnapshotsIT testRestoreSnapshotFully failing with assertion error #108758

Closed
cbuescher opened this issue May 17, 2024 · 1 comment · Fixed by #108792
Closed

[CI] DataStreamsSnapshotsIT testRestoreSnapshotFully failing with assertion error #108758

cbuescher opened this issue May 17, 2024 · 1 comment · Fixed by #108792
Assignees
Labels
:Data Management/Data streams Data streams and their lifecycles 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

@cbuescher
Copy link
Member

Test suite dies with timeout but I see this assertion error in the logs:

[2024-05-17T05:19:23,003][INFO ][o.e.c.m.MetadataCreateDataStreamService] [node_s0] adding data stream [other-ds] with write index [.ds-other-ds-2024.05.17-000001], backing indices [], and aliases []
[2024-05-17T05:19:23,205][INFO ][o.e.c.m.MetadataCreateIndexService] [node_s0] [.ds-with-fs-2024.05.17-000001] creating index, cause [initialize_data_stream], templates [t2], shards [1]/[1]
mag 17, 2024 5:19:23 AM com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
WARNING: Uncaught exception in thread: Thread[#75,elasticsearch[node_s0][masterService#updateTask][T#1],5,TGRP-DataStreamsSnapshotsIT]
java.lang.AssertionError
at __randomizedtesting.SeedInfo.seed([BBB6F13456677C37]:0)
at org.elasticsearch.cluster.metadata.MetadataCreateDataStreamService.createDataStream(MetadataCreateDataStreamService.java:315)
at org.elasticsearch.cluster.metadata.MetadataCreateDataStreamService.createDataStream(MetadataCreateDataStreamService.java:199)
at org.elasticsearch.cluster.metadata.MetadataCreateDataStreamService$1.execute(MetadataCreateDataStreamService.java:104)
at org.elasticsearch.cluster.service.MasterService$UnbatchedExecutor.execute(MasterService.java:551)
at org.elasticsearch.cluster.service.MasterService.innerExecuteTasks(MasterService.java:1050)
at org.elasticsearch.cluster.service.MasterService.executeTasks(MasterService.java:1015)
at org.elasticsearch.cluster.service.MasterService.executeAndPublishBatch(MasterService.java:233)
at org.elasticsearch.cluster.service.MasterService$BatchingTaskQueue$Processor.lambda$run$2(MasterService.java:1656)
at org.elasticsearch.action.ActionListener.run(ActionListener.java:433)
at org.elasticsearch.cluster.service.MasterService$BatchingTaskQueue$Processor.run(MasterService.java:1653)
at org.elasticsearch.cluster.service.MasterService$5.lambda$doRun$0(MasterService.java:1248)
at org.elasticsearch.action.ActionListener.run(ActionListener.java:433)
at org.elasticsearch.cluster.service.MasterService$5.doRun(MasterService.java:1227)
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:984)
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:26)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base/java.lang.Thread.run(Thread.java:1570)

https://gradle-enterprise.elastic.co/s/soapkjh7w7ixs/tests/task/:modules:data-streams:internalClusterTest/details/org.elasticsearch.datastreams.DataStreamsSnapshotsIT/testRestoreSnapshotFully?top-execution=1

Build scan:
https://gradle-enterprise.elastic.co/s/soapkjh7w7ixs/tests/:modules:data-streams:internalClusterTest/org.elasticsearch.datastreams.DataStreamsSnapshotsIT/testRestoreSnapshotFully

Reproduction line:

./gradlew ':modules:data-streams:internalClusterTest' --tests "org.elasticsearch.datastreams.DataStreamsSnapshotsIT.testRestoreSnapshotFully" -Dtests.seed=BBB6F13456677C37 -Dbuild.snapshot=false -Dtests.jvm.argline="-Dbuild.snapshot=false" -Dtests.locale=it-CH -Dtests.timezone=Atlantic/Faroe -Druntime.java=22

Applicable branches:
main

Reproduces locally?:
Didn't try

Failure history:
Failure dashboard for org.elasticsearch.datastreams.DataStreamsSnapshotsIT#testRestoreSnapshotFully

Failure excerpt:

java.lang.Exception: Test abandoned because suite timeout was reached.

  at __randomizedtesting.SeedInfo.seed([BBB6F13456677C37]:0)

@cbuescher cbuescher added :Data Management/Data streams Data streams and their lifecycles >test-failure Triaged test failures from CI labels May 17, 2024
@elasticsearchmachine elasticsearchmachine added Team:Data Management Meta label for data/management team needs:risk Requires assignment of a risk label (low, medium, blocker) labels May 17, 2024
@elasticsearchmachine
Copy link
Collaborator

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

@nielsbauman nielsbauman self-assigned this May 17, 2024
@nielsbauman nielsbauman added blocker and removed >test-failure Triaged test failures from CI labels May 17, 2024
@gmarouli gmarouli added >test-failure Triaged test failures from CI and removed needs:risk Requires assignment of a risk label (low, medium, blocker) labels May 17, 2024
@elasticsearchmachine elasticsearchmachine added the needs:risk Requires assignment of a risk label (low, medium, blocker) label May 17, 2024
@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 May 17, 2024
nielsbauman added a commit to nielsbauman/elasticsearch that referenced this issue May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Data Management/Data streams Data streams and their lifecycles 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.

4 participants