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] FullClusterRestartSearchableSnapshotIndexCompatibilityIT testSearchableSnapshot {p0=9.0.0} failing #119646

Closed
elasticsearchmachine opened this issue Jan 7, 2025 · 1 comment · Fixed by #119728
Assignees
Labels
:Distributed Indexing/Recovery Anything around constructing a new shard, either from a local or a remote source. 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

Build Scans:

Reproduction Line:

./gradlew ":qa:lucene-index-compatibility:javaRestTest" --tests "org.elasticsearch.lucene.FullClusterRestartSearchableSnapshotIndexCompatibilityIT" -Dtests.method="testSearchableSnapshot {p0=9.0.0}" -Dtests.seed=BB1936B9C93B0355 -Dtests.locale=lrc-Arab-IR -Dtests.timezone=SystemV/CST6 -Druntime.java=23

Applicable branches:
main

Reproduces locally?:
N/A

Failure History:
See dashboard

Failure Message:

org.elasticsearch.client.ResponseException: method [PUT], host [http://[::1]:36555], URI [index-mounted-testsearchablesnapshot/_mappings], status line [HTTP/1.1 400 Bad Request]
{"error":{"root_cause":[{"type":"illegal_argument_exception","reason":"Limit of total fields [5] has been exceeded"}],"type":"illegal_argument_exception","reason":"Limit of total fields [5] has been exceeded"},"status":400}

Issue Reasons:

  • [main] 2 consecutive failures in test testSearchableSnapshot {p0=9.0.0}
  • [main] 2 failures in test testSearchableSnapshot {p0=9.0.0} (1.3% fail rate in 155 executions)

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

@elasticsearchmachine elasticsearchmachine added :Distributed Indexing/Recovery Anything around constructing a new shard, either from a local or a remote source. >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 Jan 7, 2025
@elasticsearchmachine
Copy link
Collaborator Author

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

tlrx added a commit to tlrx/elasticsearch that referenced this issue Jan 8, 2025
It's stupid to pick a low value for `index.mapping.total_fields.limit`
when at the same time you also add random runtime fields => pick a value
large enough to avoid failing future random mapping updates.

Closes elastic#119646
Closes elastic#119632
Closes elastic#119631
@tlrx tlrx added the low-risk An open issue or test failure that is a low risk to future releases label Jan 8, 2025
@tlrx tlrx self-assigned this Jan 8, 2025
@elasticsearchmachine elasticsearchmachine removed the needs:risk Requires assignment of a risk label (low, medium, blocker) label Jan 8, 2025
@tlrx tlrx closed this as completed in 38260aa Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Distributed Indexing/Recovery Anything around constructing a new shard, either from a local or a remote source. 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

Successfully merging a pull request may close this issue.

2 participants