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] MixedClusterEsqlSpecIT class failing #119622

Open
elasticsearchmachine opened this issue Jan 7, 2025 · 3 comments
Open

[CI] MixedClusterEsqlSpecIT class failing #119622

elasticsearchmachine opened this issue Jan 7, 2025 · 3 comments
Assignees
Labels
:Analytics/ES|QL AKA ESQL blocker stateful Marking issues only relevant for stateful releases Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) >test-failure Triaged test failures from CI

Comments

@elasticsearchmachine
Copy link
Collaborator

elasticsearchmachine commented Jan 7, 2025

Build Scans:

Reproduction Line:

./gradlew ":x-pack:plugin:esql:qa:server:mixed-cluster:v8.11.4#javaRestTest" -Dtests.class="org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT" -Dtests.method="test {union_types.MultiIndexIndirectUseOfUnionTypesInMvExpand SYNC}" -Dtests.seed=C7F87DE518CD3AF1 -Dtests.bwc=true -Dtests.locale=zh-Hans-MO -Dtests.timezone=America/Monterrey -Druntime.java=23

Applicable branches:
8.x

Reproduces locally?:
N/A

Failure History:
See dashboard

Failure Message:

org.elasticsearch.client.ResponseException: method [POST], host [http://[::1]:34823], URI [/_query?pretty=true&error_trace=true], status line [HTTP/1.1 400 Bad Request]
:)
�ú�errorú�root_causeøú�typeUverification_exception�reasonvFound 1 problem
line 2:14: Unknown function [MV_APPEND]�stack_traceäorg.elasticsearch.xpack.esql.analysis.VerificationException: Found 1 problem
line 2:14: Unknown function [MV_APPEND]
	at org.elasticsearch.xpack.esql.analysis.Analyzer.verify(Analyzer.java:113)
	at org.elasticsearch.xpack.esql.analysis.Analyzer.analyze(Analyzer.java:107)
	at org.elasticsearch.xpack.esql.session.EsqlSession.lambda$analyzedPlan$2(EsqlSession.java:143)
	at org.elasticsearch.xpack.esql.session.EsqlSession.lambda$preAnalyze$5(EsqlSession.java:168)
	at [email protected]/org.elasticsearch.action.ActionListener$2.onResponse(ActionListener.java:177)
	at org.elasticsearch.xpack.ql.index.IndexResolver.lambda$resolveAsMergedMapping$8(IndexResolver.java:381)
	at [email protected]/org.elasticsearch.action.ActionListenerImplementations$ResponseWrappingActionListener.onResponse(ActionListenerImplementations.java:236)
	at [email protected]/org.elasticsearch.client.internal.node.NodeClient$SafelyWrappedActionListener.onResponse(NodeClient.java:161)
	at [email protected]/org.elasticsearch.tasks.TaskManager$1.onResponse(TaskManager.java:203)
	at [email protected]/org.elasticsearch.tasks.TaskManager$1.onResponse(TaskManager.java:197)
	at [email protected]/org.elasticsearch.action.ActionListener.completeWith(ActionListener.java:305)
	at [email protected]/org.elasticsearch.action.fieldcaps.TransportFieldCapabilitiesAction.mergeIndexResponses(TransportFieldCapabilitiesAction.java:256)
	at [email protected]/org.elasticsearch.action.fieldcaps.TransportFieldCapabilitiesAction.lambda$doExecuteForked$5(TransportFieldCapabilitiesAction.java:189)
	at [email protected]/org.elasticsearch.core.AbstractRefCounted$1.closeInternal(AbstractRefCounted.java:117)
	at [email protected]/org.elasticsearch.core.AbstractRefCounted.decRef(AbstractRefCounted.java:69)
	at [email protected]/org.elasticsearch.action.support.RefCountingRunnable.close(RefCountingRunnable.java:116)
	at [email protected]/org.elasticsearch.core.Releasables$3.close(Releasables.java:142)
	at [email protected]/org.elasticsearch.common.util.concurrent.RunOnce.run(RunOnce.java:40)
	at [email protected]/org.elasticsearch.action.fieldcaps.RequestDispatcher.innerExecute(RequestDispatcher.java:153)
	at [email protected]/org.elasticsearch.action.fieldcaps.RequestDispatcher$1.doRun(RequestDispatcher.java:122)
	at [email protected]/org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:26)
	at [email protected]/org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:33)
	at [email protected]/org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:983)
	at [email protected]/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:1583)
üûùBUverification_exceptionCvFound 1 problem
line 2:14: Unknown function [MV_APPEND]Däorg.elasticsearch.xpack.esql.analysis.VerificationException: Found 1 problem
line 2:14: Unknown function [MV_APPEND]
	at org.elasticsearch.xpack.esql.analysis.Analyzer.verify(Analyzer.java:113)
	at org.elasticsearch.xpack.esql.analysis.Analyzer.analyze(Analyzer.java:107)
	at org.elasticsearch.xpack.esql.session.EsqlSession.lambda$analyzedPlan$2(EsqlSession.java:143)
	at org.elasticsearch.xpack.esql.session.EsqlSession.lambda$preAnalyze$5(EsqlSession.java:168)
	at [email protected]/org.elasticsearch.action.ActionListener$2.onResponse(ActionListener.java:177)
	at org.elasticsearch.xpack.ql.index.IndexResolver.lambda$resolveAsMergedMapping$8(IndexResolver.java:381)
	at [email protected]/org.elasticsearch.action.ActionListenerImplementations$ResponseWrappingActionListener.onResponse(ActionListenerImplementations.java:236)
	at [email protected]/org.elasticsearch.client.internal.node.NodeClient$SafelyWrappedActionListener.onResponse(NodeClient.java:161)
	at [email protected]/org.elasticsearch.tasks.TaskManager$1.onResponse(TaskManager.java:203)
	at [email protected]/org.elasticsearch.tasks.TaskManager$1.onResponse(TaskManager.java:197)
	at [email protected]/org.elasticsearch.action.ActionListener.completeWith(ActionListener.java:305)
	at [email protected]/org.elasticsearch.action.fieldcaps.TransportFieldCapabilitiesAction.mergeIndexResponses(TransportFieldCapabilitiesAction.java:256)
	at [email protected]/org.elasticsearch.action.fieldcaps.TransportFieldCapabilitiesAction.lambda$doExecuteForked$5(TransportFieldCapabilitiesAction.java:189)
	at [email protected]/org.elasticsearch.core.AbstractRefCounted$1.closeInternal(AbstractRefCounted.java:117)
	at [email protected]/org.elasticsearch.core.AbstractRefCounted.decRef(AbstractRefCounted.java:69)
	at [email protected]/org.elasticsearch.action.support.RefCountingRunnable.close(RefCountingRunnable.java:116)
	at [email protected]/org.elasticsearch.core.Releasables$3.close(Releasables.java:142)
	at [email protected]/org.elasticsearch.common.util.concurrent.RunOnce.run(RunOnce.java:40)
	at [email protected]/org.elasticsearch.action.fieldcaps.RequestDispatcher.innerExecute(RequestDispatcher.java:153)
	at [email protected]/org.elasticsearch.action.fieldcaps.RequestDispatcher$1.doRun(RequestDispatcher.java:122)
	at [email protected]/org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:26)
	at [email protected]/org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:33)
	at [email protected]/org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:983)
	at [email protected]/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:1583)
üû�status$ û

Issue Reasons:

  • [8.x] 4 consecutive failures in class org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT
  • [8.x] 7 consecutive failures in step 8.11.4_bwc
  • [8.x] 7 consecutive failures in step 8.14.3_bwc
  • [8.x] 7 consecutive failures in step 8.12.2_bwc
  • [8.x] 7 consecutive failures in step 8.13.4_bwc
  • [8.x] 35 failures in class org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT (5.2% fail rate in 679 executions)
  • [8.x] 10 failures in step 8.11.4_bwc (50.0% fail rate in 20 executions)
  • [8.x] 7 failures in step 8.14.3_bwc (36.8% fail rate in 19 executions)
  • [8.x] 11 failures in step 8.12.2_bwc (52.4% fail rate in 21 executions)
  • [8.x] 7 failures in step 8.13.4_bwc (33.3% fail rate in 21 executions)
  • [8.x] 10 failures in pipeline elasticsearch-periodic (50.0% fail rate in 20 executions)

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

@elasticsearchmachine elasticsearchmachine added :Analytics/ES|QL AKA ESQL >test-failure Triaged test failures from CI Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) needs:risk Requires assignment of a risk label (low, medium, blocker) labels Jan 7, 2025
@elasticsearchmachine
Copy link
Collaborator Author

Pinging @elastic/es-analytical-engine (Team:Analytics)

@alex-spies
Copy link
Contributor

alex-spies commented Jan 7, 2025

@GalLalouche , I think removing the required_capability: union_types from some csv tests here causes them to run in bwc tests against very old nodes. Could you please take a look and make sure the tests are skipped as needed?

Marking as blocker as this will likely mute our bwc tests some time soon.

@elasticsearchmachine
Copy link
Collaborator Author

This has been muted on branch 8.x

Mute Reasons:

  • [8.x] 4 consecutive failures in class org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT
  • [8.x] 7 consecutive failures in step 8.11.4_bwc
  • [8.x] 7 consecutive failures in step 8.14.3_bwc
  • [8.x] 7 consecutive failures in step 8.12.2_bwc
  • [8.x] 7 consecutive failures in step 8.13.4_bwc
  • [8.x] 35 failures in class org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT (5.2% fail rate in 679 executions)
  • [8.x] 10 failures in step 8.11.4_bwc (50.0% fail rate in 20 executions)
  • [8.x] 7 failures in step 8.14.3_bwc (36.8% fail rate in 19 executions)
  • [8.x] 11 failures in step 8.12.2_bwc (52.4% fail rate in 21 executions)
  • [8.x] 7 failures in step 8.13.4_bwc (33.3% fail rate in 21 executions)
  • [8.x] 10 failures in pipeline elasticsearch-periodic (50.0% fail rate in 20 executions)

Build Scans:

elasticsearchmachine added a commit that referenced this issue Jan 8, 2025
….elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT #119622
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Analytics/ES|QL AKA ESQL blocker stateful Marking issues only relevant for stateful releases Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) >test-failure Triaged test failures from CI
Projects
None yet
Development

No branches or pull requests

3 participants