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] FrozenSearchableSnapshotsIntegTests testCreateAndRestorePartialSearchableSnapshot failing #117115

Open
elasticsearchmachine opened this issue Nov 20, 2024 · 2 comments
Labels
:Distributed Indexing/Distributed A catch all label for anything in the Distributed Area. Please avoid if you can. low-risk An open issue or test failure that is a low risk to future releases Team:Distributed Indexing Meta label for Distributed Indexing team >test-failure Triaged test failures from CI

Comments

@elasticsearchmachine
Copy link
Collaborator

elasticsearchmachine commented Nov 20, 2024

Build Scans:

Reproduction Line:

./gradlew ":x-pack:plugin:searchable-snapshots:internalClusterTest" --tests "org.elasticsearch.xpack.searchablesnapshots.FrozenSearchableSnapshotsIntegTests.testCreateAndRestorePartialSearchableSnapshot" -Dtests.seed=9A385DEE6AB9979E -Dtests.locale=saq-KE -Dtests.timezone=America/Argentina/Tucuman -Druntime.java=23

Applicable branches:
8.x

Reproduces locally?:
N/A

Failure History:
See dashboard

Failure Message:

java.lang.AssertionError: Translog should exist
Expected: is <true>
     but: was <false>

Issue Reasons:

  • [8.x] 3 failures in test testCreateAndRestorePartialSearchableSnapshot (0.5% fail rate in 622 executions)
  • [8.x] 3 failures in pipeline elasticsearch-periodic-platform-support (17.6% fail rate in 17 executions)

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

@elasticsearchmachine elasticsearchmachine added :Distributed Indexing/Distributed A catch all label for anything in the Distributed Area. Please avoid if you can. >test-failure Triaged test failures from CI needs:risk Requires assignment of a risk label (low, medium, blocker) Team:Distributed Indexing Meta label for Distributed Indexing team labels Nov 20, 2024
@elasticsearchmachine
Copy link
Collaborator Author

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

@ankikuma
Copy link
Contributor

ankikuma commented Nov 27, 2024

The test is complaining at the following line in 8.x:
assertBusy(() -> assertShardFolders(restoredIndexName, true), 30, TimeUnit.SECONDS);

This timeout was increased 2 years ago. See #84942

Some additional tracing was added here.

@tlrx can you take a look, I think you might have some more context for this.

@ankikuma ankikuma added the low-risk An open issue or test failure that is a low risk to future releases label Dec 3, 2024
@elasticsearchmachine elasticsearchmachine removed the needs:risk Requires assignment of a risk label (low, medium, blocker) label Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Distributed Indexing/Distributed A catch all label for anything in the Distributed Area. Please avoid if you can. low-risk An open issue or test failure that is a low risk to future releases Team:Distributed Indexing Meta label for Distributed Indexing team >test-failure Triaged test failures from CI
Projects
None yet
Development

No branches or pull requests

2 participants