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] RestEsqlIT testTopLevelFilterBoolMerged {ASYNC} failing #111782

Closed
elasticsearchmachine opened this issue Aug 11, 2024 · 3 comments
Closed
Assignees
Labels
:Analytics/ES|QL AKA ESQL blocker Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) >test-failure Triaged test failures from CI

Comments

@elasticsearchmachine
Copy link
Collaborator

Build Scans:

Reproduction Line:

./gradlew ":x-pack:plugin:esql:qa:server:multi-node:javaRestTest" --tests "org.elasticsearch.xpack.esql.qa.multi_node.RestEsqlIT.testTopLevelFilterBoolMerged {ASYNC}" -Dtests.seed=3BB2B44C920D254B -Dbuild.snapshot=false -Dtests.jvm.argline="-Dbuild.snapshot=false" -Dlicense.key=x-pack/license-tools/src/test/resources/public.key -Dtests.locale=sq-AL -Dtests.timezone=Etc/GMT-8 -Druntime.java=22

Applicable branches:
main

Reproduces locally?:
N/A

Failure History:
See dashboard

Failure Message:

org.elasticsearch.client.ResponseException: method [GET], host [http://[::1]:34765], URI [/_query/async/FlJQbUNoeVRCU3JtbjNsX0hkNDJaY2cadEU3U3cxaVBSejZ6WThCRkhRM0Fkdzo2NTk=?wait_for_completion_timeout=60s&pretty=true&error_trace=true], status line [HTTP/1.1 500 Internal Server Error]
Warnings: [No limit defined, adding default limit of [1000]]
:)
�ú�errorú�root_causeøú�typeHexception�reason!�stack_traceäorg.elasticsearch.ElasticsearchException
	at org.elasticsearch.compute.operator.FailureCollector.unwrapAndCollect(FailureCollector.java:51)
	at org.elasticsearch.xpack.esql.plugin.ComputeListener.lambda$acquireAvoid$2(ComputeListener.java:61)
	at org.elasticsearch.action.ActionListenerImplementations$DelegatingResponseActionListener.acceptException(ActionListenerImplementations.java:187)
	at org.elasticsearch.action.ActionListenerImplementations.safeAcceptException(ActionListenerImplementations.java:63)
	at org.elasticsearch.action.ActionListenerImplementations$DelegatingResponseActionListener.onFailure(ActionListenerImplementations.java:192)
	at org.elasticsearch.action.ActionListenerImplementations.safeAcceptException(ActionListenerImplementations.java:63)
	at org.elasticsearch.action.ActionListenerImplementations.safeOnFailure(ActionListenerImplementations.java:74)
	at org.elasticsearch.action.DelegatingActionListener.onFailure(DelegatingActionListener.java:31)
	at org.elasticsearch.action.ActionListenerImplementations$RunAfterActionListener.onFailure(ActionListenerImplementations.java:306)
	at org.elasticsearch.action.ActionListenerImplementations.safeAcceptException(ActionListenerImplementations.java:63)
	at org.elasticsearch.action.ActionListenerImplementations.safeOnFailure(ActionListenerImplementations.java:74)
	at org.elasticsearch.action.ActionListener$3.onFailure(ActionListener.java:409)
	at org.elasticsearch.action.ActionListenerImplementations.safeAcceptException(ActionListenerImplementations.java:63)
	at org.elasticsearch.action.ActionListener$2.onFailure(ActionListener.java:264)
	at org.elasticsearch.action.ActionListenerImplementations.safeAcceptException(ActionListenerImplementations.java:63)
	at org.elasticsearch.action.ActionListenerImplementations.safeOnFailure(ActionListenerImplementations.java:74)
	at org.elasticsearch.action.DelegatingActionListener.onFailure(DelegatingActionListener.java:31)
	at org.elasticsearch.action.ActionListenerImplementations$MappedActionListener.onResponse(ActionListenerImplementations.java:92)
	at org.elasticsearch.action.ActionListenerResponseHandler.handleResponse(ActionListenerResponseHandler.java:48)
	at org.elasticsearch.transport.TransportService$UnregisterChildTransportResponseHandler.handleResponse(TransportService.java:1775)
	at org.elasticsearch.transport.TransportService$ContextRestoreResponseHandler.handleResponse(TransportService.java:1498)
	at org.elasticsearch.transport.TransportService$DirectResponseChannel.processResponse(TransportService.java:1595)
	at org.elasticsearch.transport.TransportService$DirectResponseChannel$1.doRun(TransportService.java:1575)
	at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:26)
	at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:33)
	at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:991)
	at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:26)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
	at java.lang.Thread.run(Thread.java:1570)
	Suppressed: org.elasticsearch.tasks.TaskCancelledException: cancelled on failure
		at org.elasticsearch.compute.operator.Driver.cancel(Driver.java:304)
		at org.elasticsearch.compute.operator.DriverTaskRunner$DriverRequest$1.onCancelled(DriverTaskRunner.java:101)
		at org.elasticsearch.tasks.CancellableTask.cancel(CancellableTask.java:43)
		at org.elasticsearch.tasks.TaskManager$CancellableTaskHolder.cancel(TaskManager.java:617)
		at org.elasticsearch.tasks.TaskManager.cancel(TaskManager.java:274)
		at org.elasticsearch.tasks.TaskCancellationService.doCancelTaskAndDescendants(TaskCancellationService.java:141)
		at org.elasticsearch.tasks.TaskCancellationService.lambda$cancelTaskAndDescendants$0(TaskCancellationService.java:120)
		at org.elasticsearch.action.ResultDeduplicator.executeOnce(ResultDeduplicator.java:49)
		at org.elasticsearch.tasks.TaskCancellationService.cancelTaskAndDescendants(TaskCancellationService.java:117)
		at org.elasticsearch.tasks.TaskCancellationService$BanParentRequestHandler.messageReceived(TaskCancellationService.java:372)
		at org.elasticsearch.tasks.TaskCancellationService$BanParentRequestHandler.messageReceived(TaskCancellationService.java:356)
		at org.elasticsearch.transport.RequestHandlerRegistry.processMessageReceived(RequestHandlerRegistry.java:75)
		at org.elasticsearch.transport.TransportService.sendLocalRequest(TransportService.java:1085)
		at org.elasticsearch.transport.TransportService$3.sendRequest(TransportService.java:160)
		at org.elasticsearch.transport.TransportService.sendRequestInternal(TransportService.java:982)
		at org.elasticsearch.transport.TransportService.sendRequest(TransportService.java:877)
		at org.elasticsearch.tasks.TaskCancellationService.setBanOnChildConnections(TaskCancellationService.java:195)
		at org.elasticsearch.tasks.TaskCancellationService.doCancelTaskAndDescendants(TaskCancellationService.java:146)
		at org.elasticsearch.tasks.TaskCancellationService.lambda$cancelTaskAndDescendants$0(TaskCancellationService.java:120)
		at org.elasticsearch.action.ResultDeduplicator.executeOnce(ResultDeduplicator.java:49)
		at org.elasticsearch.tasks.TaskCancellationService.cancelTaskAndDescendants(TaskCancellationService.java:117)
		at org.elasticsearch.tasks.TaskManager.cancelTaskAndDescendants(TaskManager.java:812)
		at org.elasticsearch.xpack.esql.plugin.ComputeListener.lambda$acquireAvoid$2(ComputeListener.java:65)
		... 28 more
		Suppressed: org.elasticsearch.ElasticsearchException: 1 further exceptions were dropped
			at org.elasticsearch.action.support.RefCountingListener.finish(RefCountingListener.java:125)
			at org.elasticsearch.core.AbstractRefCounted$1.closeInternal(AbstractRefCounted.java:118)
			at org.elasticsearch.core.AbstractRefCounted.decRef(AbstractRefCounted.java:70)
			at org.elasticsearch.action.support.RefCountingRunnable.close(RefCountingRunnable.java:112)
			at org.elasticsearch.core.Releasables$4.close(Releasables.java:159)
			at org.elasticsearch.action.support.RefCountingListener$1.onResponse(RefCountingListener.java:151)
			at org.elasticsearch.action.support.RefCountingListener$1.onResponse(RefCountingListener.java:146)
			at org.elasticsearch.action.ActionListenerImplementations$DelegatingResponseActionListener.onResponse(ActionListenerImplementations.java:183)
			at org.elasticsearch.action.ActionListener$3.onResponse(ActionListener.java:399)
			at org.elasticsearch.action.support.RefCountingListener.finish(RefCountingListener.java:121)
			at org.elasticsearch.core.AbstractRefCounted$1.closeInternal(AbstractRefCounted.java:118)
			at org.elasticsearch.core.AbstractRefCounted.decRef(AbstractRefCounted.java:70)
			at org.elasticsearch.action.support.RefCountingRunnable.close(RefCountingRunnable.java:112)
			at org.elasticsearch.core.Releasables$4.close(Releasables.java:159)
			at org.elasticsearch.action.support.RefCountingListener$1.onResponse(RefCountingListener.java:151)
			at org.elasticsearch.action.support.RefCountingListener$1.onResponse(RefCountingListener.java:146)
			at org.elasticsearch.action.support.SubscribableListener$SuccessResult.complete(SubscribableListener.java:386)
			at org.elasticsearch.action.support.SubscribableListener.tryComplete(SubscribableListener.java:306)
			at org.elasticsearch.action.support.SubscribableListener.setResult(SubscribableListener.java:351)
			at org.elasticsearch.action.support.SubscribableListener.onResponse(SubscribableListener.java:249)
			at org.elasticsearch.compute.operator.exchange.ExchangeSourceHandler$PendingInstances.finishInstance(ExchangeSourceHandler.java:266)
			at org.elasticsearch.core.Releasables.close(Releasables.java:34)
			at org.elasticsearch.core.Releasables.closeExpectNoException(Releasables.java:56)
			at org.elasticsearch.action.ActionListenerImplementations$2.run(ActionListenerImplementations.java:50)
			at org.elasticsearch.action.ActionListenerImplementations$RunAfterActionListener.onFailure(ActionListenerImplementations.java:308)
			... 21 more
ü�suppressedøúBWtask_cancelled_exceptionCScancelled on failureDäorg.elasticsearch.tasks.TaskCancelledException: cancelled on failure
	at org.elasticsearch.compute.operator.Driver.cancel(Driver.java:304)
	at org.elasticsearch.compute.operator.DriverTaskRunner$DriverRequest$1.onCancelled(DriverTaskRunner.java:101)
	at org.elasticsearch.tasks.CancellableTask.cancel(CancellableTask.java:43)
	at org.elasticsearch.tasks.TaskManager$CancellableTaskHolder.cancel(TaskManager.java:617)
	at org.elasticsearch.tasks.TaskManager.cancel(TaskManager.java:274)
	at org.elasticsearch.tasks.TaskCancellationService.doCancelTaskAndDescendants(TaskCancellationService.java:141)
	at org.elasticsearch.tasks.TaskCancellationService.lambda$cancelTaskAndDescendants$0(TaskCancellationService.java:120)
	at org.elasticsearch.action.ResultDeduplicator.executeOnce(ResultDeduplicator.java:49)
	at org.elasticsearch.tasks.TaskCancellationService.cancelTaskAndDescendants(TaskCancellationService.java:117)
	at org.elasticsearch.tasks.TaskCancellationService$BanParentRequestHandler.messageReceived(TaskCancellationService.java:372)
	at org.elasticsearch.tasks.TaskCancellationService$BanParentRequestHandler.messageReceived(TaskCancellationService.java:356)
	at org.elasticsearch.transport.RequestHandlerRegistry.processMessageReceived(RequestHandlerRegistry.java:75)
	at org.elasticsearch.transport.TransportService.sendLocalRequest(TransportService.java:1085)
	at org.elasticsearch.transport.TransportService$3.sendRequest(TransportService.java:160)
	at org.elasticsearch.transport.TransportService.sendRequestInternal(TransportService.java:982)
	at org.elasticsearch.transport.TransportService.sendRequest(TransportService.java:877)
	at org.elasticsearch.tasks.TaskCancellationService.setBanOnChildConnections(TaskCancellationService.java:195)
	at org.elasticsearch.tasks.TaskCancellationService.doCancelTaskAndDescendants(TaskCancellationService.java:146)
	at org.elasticsearch.tasks.TaskCancellationService.lambda$cancelTaskAndDescendants$0(TaskCancellationService.java:120)
	at org.elasticsearch.action.ResultDeduplicator.executeOnce(ResultDeduplicator.java:49)
	at org.elasticsearch.tasks.TaskCancellationService.cancelTaskAndDescendants(TaskCancellationService.java:117)
	at org.elasticsearch.tasks.TaskManager.cancelTaskAndDescendants(TaskManager.java:812)
	at org.elasticsearch.xpack.esql.plugin.ComputeListener.lambda$acquireAvoid$2(ComputeListener.java:65)
	at org.elasticsearch.action.ActionListenerImplementations$DelegatingResponseActionListener.acceptException(ActionListenerImplementations.java:187)
	at org.elasticsearch.action.ActionListenerImplementations.safeAcceptException(ActionListenerImplementations.java:63)
	at org.elasticsearch.action.ActionListenerImplementations$DelegatingResponseActionListener.onFailure(ActionListenerImplementations.java:192)
	at org.elasticsearch.action.ActionListenerImplementations.safeAcceptException(ActionListenerImplementations.java:63)
	at org.elasticsearch.action.ActionListenerImplementations.safeOnFailure(ActionListenerImplementations.java:74)
	at org.elasticsearch.action.DelegatingActionListener.onFailure(DelegatingActionListener.java:31)
	at org.elasticsearch.action.ActionListenerImplementations$RunAfterActionListener.onFailure(ActionListenerImplementations.java:306)
	at org.elasticsearch.action.ActionListenerImplementations.safeAcceptException(ActionListenerImplementations.java:63)
	at org.elasticsearch.action.ActionListenerImplementations.safeOnFailure(ActionListenerImplementations.java:74)
	at org.elasticsearch.action.ActionListener$3.onFailure(ActionListener.java:409)
	at org.elasticsearch.action.ActionListenerImplementations.safeAcceptException(ActionListenerImplementations.java:63)
	at org.elasticsearch.action.ActionListener$2.onFailure(ActionListener.java:264)
	at org.elasticsearch.action.ActionListenerImplementations.safeAcceptException(ActionListenerImplementations.java:63)
	at org.elasticsearch.action.ActionListenerImplementations.safeOnFailure(ActionListenerImplementations.java:74)
	at org.elasticsearch.action.DelegatingActionListener.onFailure(DelegatingActionListener.java:31)
	at org.elasticsearch.action.ActionListenerImplementations$MappedActionListener.onResponse(ActionListenerImplementations.java:92)
	at org.elasticsearch.action.ActionListenerResponseHandler.handleResponse(ActionListenerResponseHandler.java:48)
	at org.elasticsearch.transport.TransportService$UnregisterChildTransportResponseHandler.handleResponse(TransportService.java:1775)
	at org.elasticsearch.transport.TransportService$ContextRestoreResponseHandler.handleResponse(TransportService.java:1498)
	at org.elasticsearch.transport.TransportService$DirectResponseChannel.processResponse(TransportService.java:1595)
	at org.elasticsearch.transport.TransportService$DirectResponseChannel$1.doRun(TransportService.java:1575)
	at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:26)
	at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:33)
	at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:991)
	at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:26)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
	at java.lang.Thread.run(Thread.java:1570)
	Suppressed: org.elasticsearch.ElasticsearchException: 1 further exceptions were dropped
		at org.elasticsearch.action.support.RefCountingListener.finish(RefCountingListener.java:125)
		at org.elasticsearch.core.AbstractRefCounted$1.closeInternal(AbstractRefCounted.java:118)
		at org.elasticsearch.core.AbstractRefCounted.decRef(AbstractRefCounted.java:70)
		at org.elasticsearch.action.support.RefCountingRunnable.close(RefCountingRunnable.java:112)
		at org.elasticsearch.core.Releasables$4.close(Releasables.java:159)
		at org.elasticsearch.action.support.RefCountingListener$1.onResponse(RefCountingListener.java:151)
		at org.elasticsearch.action.support.RefCountingListener$1.onResponse(RefCountingListener.java:146)
		at org.elasticsearch.action.ActionListenerImplementations$DelegatingResponseActionListener.onResponse(ActionListenerImplementations.java:183)
		at org.elasticsearch.action.ActionListener$3.onResponse(ActionListener.java:399)
		at org.elasticsearch.action.support.RefCountingListener.finish(RefCountingListener.java:121)
		at org.elasticsearch.core.AbstractRefCounted$1.closeInternal(AbstractRefCounted.java:118)
		at org.elasticsearch.core.AbstractRefCounted.decRef(AbstractRefCounted.java:70)
		at org.elasticsearch.action.support.RefCountingRunnable.close(RefCountingRunnable.java:112)
		at org.elasticsearch.core.Releasables$4.close(Releasables.java:159)
		at org.elasticsearch.action.support.RefCountingListener$1.onResponse(RefCountingListener.java:151)
		at org.elasticsearch.action.support.RefCountingListener$1.onResponse(RefCountingListener.java:146)
		at org.elasticsearch.action.support.SubscribableListener$SuccessResult.complete(SubscribableListener.java:386)
		at org.elasticsearch.action.support.SubscribableListener.tryComplete(SubscribableListener.java:306)
		at org.elasticsearch.action.support.SubscribableListener.setResult(SubscribableListener.java:351)
		at org.elasticsearch.action.support.SubscribableListener.onResponse(SubscribableListener.java:249)
		at org.elasticsearch.compute.operator.exchange.ExchangeSourceHandler$PendingInstances.finishInstance(ExchangeSourceHandler.java:266)
		at org.elasticsearch.core.Releasables.close(Releasables.java:34)
		at org.elasticsearch.core.Releasables.closeExpectNoException(Releasables.java:56)
		at org.elasticsearch.action.ActionListenerImplementations$2.run(ActionListenerImplementations.java:50)
		at org.elasticsearch.action.ActionListenerImplementations$RunAfterActionListener.onFailure(ActionListenerImplementations.java:308)
		... 21 more
üEøúBHexceptionC`1 further exceptions were droppedDäorg.elasticsearch.ElasticsearchException: 1 further exceptions were dropped
	at org.elasticsearch.action.support.RefCountingListener.finish(RefCountingListener.java:125)
	at org.elasticsearch.core.AbstractRefCounted$1.closeInternal(AbstractRefCounted.java:118)
	at org.elasticsearch.core.AbstractRefCounted.decRef(AbstractRefCounted.java:70)
	at org.elasticsearch.action.support.RefCountingRunnable.close(RefCountingRunnable.java:112)
	at org.elasticsearch.core.Releasables$4.close(Releasables.java:159)
	at org.elasticsearch.action.support.RefCountingListener$1.onResponse(RefCountingListener.java:151)
	at org.elasticsearch.action.support.RefCountingListener$1.onResponse(RefCountingListener.java:146)
	at org.elasticsearch.action.ActionListenerImplementations$DelegatingResponseActionListener.onResponse(ActionListenerImplementations.java:183)
	at org.elasticsearch.action.ActionListener$3.onResponse(ActionListener.java:399)
	at org.elasticsearch.action.support.RefCountingListener.finish(RefCountingListener.java:121)
	at org.elasticsearch.core.AbstractRefCounted$1.closeInternal(AbstractRefCounted.java:118)
	at org.elasticsearch.core.AbstractRefCounted.decRef(AbstractRefCounted.java:70)
	at org.elasticsearch.action.support.RefCountingRunnable.close(RefCountingRunnable.java:112)
	at org.elasticsearch.core.Releasables$4.close(Releasables.java:159)
	at org.elasticsearch.action.support.RefCountingListener$1.onResponse(RefCountingListener.java:151)
	at org.elasticsearch.action.support.RefCountingListener$1.onResponse(RefCountingListener.java:146)
	at org.elasticsearch.action.support.SubscribableListener$SuccessResult.complete(SubscribableListener.java:386)
	at org.elasticsearch.action.support.SubscribableListener.tryComplete(SubscribableListener.java:306)
	at org.elasticsearch.action.support.SubscribableListener.setResult(SubscribableListener.java:351)
	at org.elasticsearch.action.support.SubscribableListener.onResponse(SubscribableListener.java:249)
	at org.elasticsearch.compute.operator.exchange.ExchangeSourceHandler$PendingInstances.finishInstance(ExchangeSourceHandler.java:266)
	at org.elasticsearch.core.Releasables.close(Releasables.java:34)
	at org.elasticsearch.core.Releasables.closeExpectNoException(Releasables.java:56)
	at org.elasticsearch.action.ActionListenerImplementations$2.run(ActionListenerImplementations.java:50)
	at org.elasticsearch.action.ActionListenerImplementations$RunAfterActionListener.onFailure(ActionListenerImplementations.java:308)
	at org.elasticsearch.action.ActionListenerImplementations.safeAcceptException(ActionListenerImplementations.java:63)
	at org.elasticsearch.action.ActionListenerImplementations.safeOnFailure(ActionListenerImplementations.java:74)
	at org.elasticsearch.action.ActionListener$3.onFailure(ActionListener.java:409)
	at org.elasticsearch.action.ActionListenerImplementations.safeAcceptException(ActionListenerImplementations.java:63)
	at org.elasticsearch.action.ActionListener$2.onFailure(ActionListener.java:264)
	at org.elasticsearch.action.ActionListenerImplementations.safeAcceptException(ActionListenerImplementations.java:63)
	at org.elasticsearch.action.ActionListenerImplementations.safeOnFailure(ActionListenerImplementations.java:74)
	at org.elasticsearch.action.DelegatingActionListener.onFailure(DelegatingActionListener.java:31)
	at org.elasticsearch.action.ActionListenerImplementations$MappedActionListener.onResponse(ActionListenerImplementations.java:92)
	at org.elasticsearch.action.ActionListenerResponseHandler.handleResponse(ActionListenerResponseHandler.java:48)
	at org.elasticsearch.transport.TransportService$UnregisterChildTransportResponseHandler.handleResponse(TransportService.java:1775)
	at org.elasticsearch.transport.TransportService$ContextRestoreResponseHandler.handleResponse(TransportService.java:1498)
	at org.elasticsearch.transport.TransportService$DirectResponseChannel.processResponse(TransportService.java:1595)
	at org.elasticsearch.transport.TransportService$DirectResponseChannel$1.doRun(TransportService.java:1575)
	at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:26)
	at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:33)
	at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:991)
	at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:26)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
	at java.lang.Thread.run(Thread.java:1570)
üûùûùûùBHexceptionC!Däorg.elasticsearch.ElasticsearchException
	at org.elasticsearch.compute.operator.FailureCollector.unwrapAndCollect(FailureCollector.java:51)
	at org.elasticsearch.xpack.esql.plugin.ComputeListener.lambda$acquireAvoid$2(ComputeListener.java:61)
	at org.elasticsearch.action.ActionListenerImplementations$DelegatingResponseActionListener.acceptException(ActionListenerImplementations.java:187)
	at org.elasticsearch.action.ActionListenerImplementations.safeAcceptException(ActionListenerImplementations.java:63)
	at org.elasticsearch.action.ActionListenerImplementations$DelegatingResponseActionListener.onFailure(ActionListenerImplementations.java:192)
	at org.elasticsearch.action.ActionListenerImplementations.safeAcceptException(ActionListenerImplementations.java:63)
	at org.elasticsearch.action.ActionListenerImplementations.safeOnFailure(ActionListenerImplementations.java:74)
	at org.elasticsearch.action.DelegatingActionListener.onFailure(DelegatingActionListener.java:31)
	at org.elasticsearch.action.ActionListenerImplementations$RunAfterActionListener.onFailure(ActionListenerImplementations.java:306)
	at org.elasticsearch.action.ActionListenerImplementations.safeAcceptException(ActionListenerImplementations.java:63)
	at org.elasticsearch.action.ActionListenerImplementations.safeOnFailure(ActionListenerImplementations.java:74)
	at org.elasticsearch.action.ActionListener$3.onFailure(ActionListener.java:409)
	at org.elasticsearch.action.ActionListenerImplementations.safeAcceptException(ActionListenerImplementations.java:63)
	at org.elasticsearch.action.ActionListener$2.onFailure(ActionListener.java:264)
	at org.elasticsearch.action.ActionListenerImplementations.safeAcceptException(ActionListenerImplementations.java:63)
	at org.elasticsearch.action.ActionListenerImplementations.safeOnFailure(ActionListenerImplementations.java:74)
	at org.elasticsearch.action.DelegatingActionListener.onFailure(DelegatingActionListener.java:31)
	at org.elasticsearch.action.ActionListenerImplementations$MappedActionListener.onResponse(ActionListenerImplementations.java:92)
	at org.elasticsearch.action.ActionListenerResponseHandler.handleResponse(ActionListenerResponseHandler.java:48)
	at org.elasticsearch.transport.TransportService$UnregisterChildTransportResponseHandler.handleResponse(TransportService.java:1775)
	at org.elasticsearch.transport.TransportService$ContextRestoreResponseHandler.handleResponse(TransportService.java:1498)
	at org.elasticsearch.transport.TransportService$DirectResponseChannel.processResponse(TransportService.java:1595)
	at org.elasticsearch.transport.TransportService$DirectResponseChannel$1.doRun(TransportService.java:1575)
	at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:26)
	at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:33)
	at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:991)
	at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:26)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
	at java.lang.Thread.run(Thread.java:1570)
	Suppressed: org.elasticsearch.tasks.TaskCancelledException: cancelled on failure
		at org.elasticsearch.compute.operator.Driver.cancel(Driver.java:304)
		at org.elasticsearch.compute.operator.DriverTaskRunner$DriverRequest$1.onCancelled(DriverTaskRunner.java:101)
		at org.elasticsearch.tasks.CancellableTask.cancel(CancellableTask.java:43)
		at org.elasticsearch.tasks.TaskManager$CancellableTaskHolder.cancel(TaskManager.java:617)
		at org.elasticsearch.tasks.TaskManager.cancel(TaskManager.java:274)
		at org.elasticsearch.tasks.TaskCancellationService.doCancelTaskAndDescendants(TaskCancellationService.java:141)
		at org.elasticsearch.tasks.TaskCancellationService.lambda$cancelTaskAndDescendants$0(TaskCancellationService.java:120)
		at org.elasticsearch.action.ResultDeduplicator.executeOnce(ResultDeduplicator.java:49)
		at org.elasticsearch.tasks.TaskCancellationService.cancelTaskAndDescendants(TaskCancellationService.java:117)
		at org.elasticsearch.tasks.TaskCancellationService$BanParentRequestHandler.messageReceived(TaskCancellationService.java:372)
		at org.elasticsearch.tasks.TaskCancellationService$BanParentRequestHandler.messageReceived(TaskCancellationService.java:356)
		at org.elasticsearch.transport.RequestHandlerRegistry.processMessageReceived(RequestHandlerRegistry.java:75)
		at org.elasticsearch.transport.TransportService.sendLocalRequest(TransportService.java:1085)
		at org.elasticsearch.transport.TransportService$3.sendRequest(TransportService.java:160)
		at org.elasticsearch.transport.TransportService.sendRequestInternal(TransportService.java:982)
		at org.elasticsearch.transport.TransportService.sendRequest(TransportService.java:877)
		at org.elasticsearch.tasks.TaskCancellationService.setBanOnChildConnections(TaskCancellationService.java:195)
		at org.elasticsearch.tasks.TaskCancellationService.doCancelTaskAndDescendants(TaskCancellationService.java:146)
		at org.elasticsearch.tasks.TaskCancellationService.lambda$cancelTaskAndDescendants$0(TaskCancellationService.java:120)
		at org.elasticsearch.action.ResultDeduplicator.executeOnce(ResultDeduplicator.java:49)
		at org.elasticsearch.tasks.TaskCancellationService.cancelTaskAndDescendants(TaskCancellationService.java:117)
		at org.elasticsearch.tasks.TaskManager.cancelTaskAndDescendants(TaskManager.java:812)
		at org.elasticsearch.xpack.esql.plugin.ComputeListener.lambda$acquireAvoid$2(ComputeListener.java:65)
		... 28 more
		Suppressed: org.elasticsearch.ElasticsearchException: 1 further exceptions were dropped
			at org.elasticsearch.action.support.RefCountingListener.finish(RefCountingListener.java:125)
			at org.elasticsearch.core.AbstractRefCounted$1.closeInternal(AbstractRefCounted.java:118)
			at org.elasticsearch.core.AbstractRefCounted.decRef(AbstractRefCounted.java:70)
			at org.elasticsearch.action.support.RefCountingRunnable.close(RefCountingRunnable.java:112)
			at org.elasticsearch.core.Releasables$4.close(Releasables.java:159)
			at org.elasticsearch.action.support.RefCountingListener$1.onResponse(RefCountingListener.java:151)
			at org.elasticsearch.action.support.RefCountingListener$1.onResponse(RefCountingListener.java:146)
			at org.elasticsearch.action.ActionListenerImplementations$DelegatingResponseActionListener.onResponse(ActionListenerImplementations.java:183)
			at org.elasticsearch.action.ActionListener$3.onResponse(ActionListener.java:399)
			at org.elasticsearch.action.support.RefCountingListener.finish(RefCountingListener.java:121)
			at org.elasticsearch.core.AbstractRefCounted$1.closeInternal(AbstractRefCounted.java:118)
			at org.elasticsearch.core.AbstractRefCounted.decRef(AbstractRefCounted.java:70)
			at org.elasticsearch.action.support.RefCountingRunnable.close(RefCountingRunnable.java:112)
			at org.elasticsearch.core.Releasables$4.close(Releasables.java:159)
			at org.elasticsearch.action.support.RefCountingListener$1.onResponse(RefCountingListener.java:151)
			at org.elasticsearch.action.support.RefCountingListener$1.onResponse(RefCountingListener.java:146)
			at org.elasticsearch.action.support.SubscribableListener$SuccessResult.complete(SubscribableListener.java:386)
			at org.elasticsearch.action.support.SubscribableListener.tryComplete(SubscribableListener.java:306)
			at org.elasticsearch.action.support.SubscribableListener.setResult(SubscribableListener.java:351)
			at org.elasticsearch.action.support.SubscribableListener.onResponse(SubscribableListener.java:249)
			at org.elasticsearch.compute.operator.exchange.ExchangeSourceHandler$PendingInstances.finishInstance(ExchangeSourceHandler.java:266)
			at org.elasticsearch.core.Releasables.close(Releasables.java:34)
			at org.elasticsearch.core.Releasables.closeExpectNoException(Releasables.java:56)
			at org.elasticsearch.action.ActionListenerImplementations$2.run(ActionListenerImplementations.java:50)
			at org.elasticsearch.action.ActionListenerImplementations$RunAfterActionListener.onFailure(ActionListenerImplementations.java:308)
			... 21 more
üEøúBWtask_cancelled_exceptionCScancelled on failureDäorg.elasticsearch.tasks.TaskCancelledException: cancelled on failure
	at org.elasticsearch.compute.operator.Driver.cancel(Driver.java:304)
	at org.elasticsearch.compute.operator.DriverTaskRunner$DriverRequest$1.onCancelled(DriverTaskRunner.java:101)
	at org.elasticsearch.tasks.CancellableTask.cancel(CancellableTask.java:43)
	at org.elasticsearch.tasks.TaskManager$CancellableTaskHolder.cancel(TaskManager.java:617)
	at org.elasticsearch.tasks.TaskManager.cancel(TaskManager.java:274)
	at org.elasticsearch.tasks.TaskCancellationService.doCancelTaskAndDescendants(TaskCancellationService.java:141)
	at org.elasticsearch.tasks.TaskCancellationService.lambda$cancelTaskAndDescendants$0(TaskCancellationService.java:120)
	at org.elasticsearch.action.ResultDeduplicator.executeOnce(ResultDeduplicator.java:49)
	at org.elasticsearch.tasks.TaskCancellationService.cancelTaskAndDescendants(TaskCancellationService.java:117)
	at org.elasticsearch.tasks.TaskCancellationService$BanParentRequestHandler.messageReceived(TaskCancellationService.java:372)
	at org.elasticsearch.tasks.TaskCancellationService$BanParentRequestHandler.messageReceived(TaskCancellationService.java:356)
	at org.elasticsearch.transport.RequestHandlerRegistry.processMessageReceived(RequestHandlerRegistry.java:75)
	at org.elasticsearch.transport.TransportService.sendLocalRequest(TransportService.java:1085)
	at org.elasticsearch.transport.TransportService$3.sendRequest(TransportService.java:160)
	at org.elasticsearch.transport.TransportService.sendRequestInternal(TransportService.java:982)
	at org.elasticsearch.transport.TransportService.sendRequest(TransportService.java:877)
	at org.elasticsearch.tasks.TaskCancellationService.setBanOnChildConnections(TaskCancellationService.java:195)
	at org.elasticsearch.tasks.TaskCancellationService.doCancelTaskAndDescendants(TaskCancellationService.java:146)
	at org.elasticsearch.tasks.TaskCancellationService.lambda$cancelTaskAndDescendants$0(TaskCancellationService.java:120)
	at org.elasticsearch.action.ResultDeduplicator.executeOnce(ResultDeduplicator.java:49)
	at org.elasticsearch.tasks.TaskCancellationService.cancelTaskAndDescendants(TaskCancellationService.java:117)
	at org.elasticsearch.tasks.TaskManager.cancelTaskAndDescendants(TaskManager.java:812)
	at org.elasticsearch.xpack.esql.plugin.ComputeListener.lambda$acquireAvoid$2(ComputeListener.java:65)
	at org.elasticsearch.action.ActionListenerImplementations$DelegatingResponseActionListener.acceptException(ActionListenerImplementations.java:187)
	at org.elasticsearch.action.ActionListenerImplementations.safeAcceptException(ActionListenerImplementations.java:63)
	at org.elasticsearch.action.ActionListenerImplementations$DelegatingResponseActionListener.onFailure(ActionListenerImplementations.java:192)
	at org.elasticsearch.action.ActionListenerImplementations.safeAcceptException(ActionListenerImplementations.java:63)
	at org.elasticsearch.action.ActionListenerImplementations.safeOnFailure(ActionListenerImplementations.java:74)
	at org.elasticsearch.action.DelegatingActionListener.onFailure(DelegatingActionListener.java:31)
	at org.elasticsearch.action.ActionListenerImplementations$RunAfterActionListener.onFailure(ActionListenerImplementations.java:306)
	at org.elasticsearch.action.ActionListenerImplementations.safeAcceptException(ActionListenerImplementations.java:63)
	at org.elasticsearch.action.ActionListenerImplementations.safeOnFailure(ActionListenerImplementations.java:74)
	at org.elasticsearch.action.ActionListener$3.onFailure(ActionListener.java:409)
	at org.elasticsearch.action.ActionListenerImplementations.safeAcceptException(ActionListenerImplementations.java:63)
	at org.elasticsearch.action.ActionListener$2.onFailure(ActionListener.java:264)
	at org.elasticsearch.action.ActionListenerImplementations.safeAcceptException(ActionListenerImplementations.java:63)
	at org.elasticsearch.action.ActionListenerImplementations.safeOnFailure(ActionListenerImplementations.java:74)
	at org.elasticsearch.action.DelegatingActionListener.onFailure(DelegatingActionListener.java:31)
	at org.elasticsearch.action.ActionListenerImplementations$MappedActionListener.onResponse(ActionListenerImplementations.java:92)
	at org.elasticsearch.action.ActionListenerResponseHandler.handleResponse(ActionListenerResponseHandler.java:48)
	at org.elasticsearch.transport.TransportService$UnregisterChildTransportResponseHandler.handleResponse(TransportService.java:1775)
	at org.elasticsearch.transport.TransportService$ContextRestoreResponseHandler.handleResponse(TransportService.java:1498)
	at org.elasticsearch.transport.TransportService$DirectResponseChannel.processResponse(TransportService.java:1595)
	at org.elasticsearch.transport.TransportService$DirectResponseChannel$1.doRun(TransportService.java:1575)
	at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:26)
	at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:33)
	at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:991)
	at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:26)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
	at java.lang.Thread.run(Thread.java:1570)
	Suppressed: org.elasticsearch.ElasticsearchException: 1 further exceptions were dropped
		at org.elasticsearch.action.support.RefCountingListener.finish(RefCountingListener.java:125)
		at org.elasticsearch.core.AbstractRefCounted$1.closeInternal(AbstractRefCounted.java:118)
		at org.elasticsearch.core.AbstractRefCounted.decRef(AbstractRefCounted.java:70)
		at org.elasticsearch.action.support.RefCountingRunnable.close(RefCountingRunnable.java:112)
		at org.elasticsearch.core.Releasables$4.close(Releasables.java:159)
		at org.elasticsearch.action.support.RefCountingListener$1.onResponse(RefCountingListener.java:151)
		at org.elasticsearch.action.support.RefCountingListener$1.onResponse(RefCountingListener.java:146)
		at org.elasticsearch.action.ActionListenerImplementations$DelegatingResponseActionListener.onResponse(ActionListenerImplementations.java:183)
		at org.elasticsearch.action.ActionListener$3.onResponse(ActionListener.java:399)
		at org.elasticsearch.action.support.RefCountingListener.finish(RefCountingListener.java:121)
		at org.elasticsearch.core.AbstractRefCounted$1.closeInternal(AbstractRefCounted.java:118)
		at org.elasticsearch.core.AbstractRefCounted.decRef(AbstractRefCounted.java:70)
		at org.elasticsearch.action.support.RefCountingRunnable.close(RefCountingRunnable.java:112)
		at org.elasticsearch.core.Releasables$4.close(Releasables.java:159)
		at org.elasticsearch.action.support.RefCountingListener$1.onResponse(RefCountingListener.java:151)
		at org.elasticsearch.action.support.RefCountingListener$1.onResponse(RefCountingListener.java:146)
		at org.elasticsearch.action.support.SubscribableListener$SuccessResult.complete(SubscribableListener.java:386)
		at org.elasticsearch.action.support.SubscribableListener.tryComplete(SubscribableListener.java:306)
		at org.elasticsearch.action.support.SubscribableListener.setResult(SubscribableListener.java:351)
		at org.elasticsearch.action.support.SubscribableListener.onResponse(SubscribableListener.java:249)
		at org.elasticsearch.compute.operator.exchange.ExchangeSourceHandler$PendingInstances.finishInstance(ExchangeSourceHandler.java:266)
		at org.elasticsearch.core.Releasables.close(Releasables.java:34)
		at org.elasticsearch.core.Releasables.closeExpectNoException(Releasables.java:56)
		at org.elasticsearch.action.ActionListenerImplementations$2.run(ActionListenerImplementations.java:50)
		at org.elasticsearch.action.ActionListenerImplementations$RunAfterActionListener.onFailure(ActionListenerImplementations.java:308)
		... 21 more
üEøúBHexceptionC`1 further exceptions were droppedDäorg.elasticsearch.ElasticsearchException: 1 further exceptions were dropped
	at org.elasticsearch.action.support.RefCountingListener.finish(RefCountingListener.java:125)
	at org.elasticsearch.core.AbstractRefCounted$1.closeInternal(AbstractRefCounted.java:118)
	at org.elasticsearch.core.AbstractRefCounted.decRef(AbstractRefCounted.java:70)
	at org.elasticsearch.action.support.RefCountingRunnable.close(RefCountingRunnable.java:112)
	at org.elasticsearch.core.Releasables$4.close(Releasables.java:159)
	at org.elasticsearch.action.support.RefCountingListener$1.onResponse(RefCountingListener.java:151)
	at org.elasticsearch.action.support.RefCountingListener$1.onResponse(RefCountingListener.java:146)
	at org.elasticsearch.action.ActionListenerImplementations$DelegatingResponseActionListener.onResponse(ActionListenerImplementations.java:183)
	at org.elasticsearch.action.ActionListener$3.onResponse(ActionListener.java:399)
	at org.elasticsearch.action.support.RefCountingListener.finish(RefCountingListener.java:121)
	at org.elasticsearch.core.AbstractRefCounted$1.closeInternal(AbstractRefCounted.java:118)
	at org.elasticsearch.core.AbstractRefCounted.decRef(AbstractRefCounted.java:70)
	at org.elasticsearch.action.support.RefCountingRunnable.close(RefCountingRunnable.java:112)
	at org.elasticsearch.core.Releasables$4.close(Releasables.java:159)
	at org.elasticsearch.action.support.RefCountingListener$1.onResponse(RefCountingListener.java:151)
	at org.elasticsearch.action.support.RefCountingListener$1.onResponse(RefCountingListener.java:146)
	at org.elasticsearch.action.support.SubscribableListener$SuccessResult.complete(SubscribableListener.java:386)
	at org.elasticsearch.action.support.SubscribableListener.tryComplete(SubscribableListener.java:306)
	at org.elasticsearch.action.support.SubscribableListener.setResult(SubscribableListener.java:351)
	at org.elasticsearch.action.support.SubscribableListener.onResponse(SubscribableListener.java:249)
	at org.elasticsearch.compute.operator.exchange.ExchangeSourceHandler$PendingInstances.finishInstance(ExchangeSourceHandler.java:266)
	at org.elasticsearch.core.Releasables.close(Releasables.java:34)
	at org.elasticsearch.core.Releasables.closeExpectNoException(Releasables.java:56)
	at org.elasticsearch.action.ActionListenerImplementations$2.run(ActionListenerImplementations.java:50)
	at org.elasticsearch.action.ActionListenerImplementations$RunAfterActionListener.onFailure(ActionListenerImplementations.java:308)
	at org.elasticsearch.action.ActionListenerImplementations.safeAcceptException(ActionListenerImplementations.java:63)
	at org.elasticsearch.action.ActionListenerImplementations.safeOnFailure(ActionListenerImplementations.java:74)
	at org.elasticsearch.action.ActionListener$3.onFailure(ActionListener.java:409)
	at org.elasticsearch.action.ActionListenerImplementations.safeAcceptException(ActionListenerImplementations.java:63)
	at org.elasticsearch.action.ActionListener$2.onFailure(ActionListener.java:264)
	at org.elasticsearch.action.ActionListenerImplementations.safeAcceptException(ActionListenerImplementations.java:63)
	at org.elasticsearch.action.ActionListenerImplementations.safeOnFailure(ActionListenerImplementations.java:74)
	at org.elasticsearch.action.DelegatingActionListener.onFailure(DelegatingActionListener.java:31)
	at org.elasticsearch.action.ActionListenerImplementations$MappedActionListener.onResponse(ActionListenerImplementations.java:92)
	at org.elasticsearch.action.ActionListenerResponseHandler.handleResponse(ActionListenerResponseHandler.java:48)
	at org.elasticsearch.transport.TransportService$UnregisterChildTransportResponseHandler.handleResponse(TransportService.java:1775)
	at org.elasticsearch.transport.TransportService$ContextRestoreResponseHandler.handleResponse(TransportService.java:1498)
	at org.elasticsearch.transport.TransportService$DirectResponseChannel.processResponse(TransportService.java:1595)
	at org.elasticsearch.transport.TransportService$DirectResponseChannel$1.doRun(TransportService.java:1575)
	at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:26)
	at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:33)
	at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:991)
	at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:26)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
	at java.lang.Thread.run(Thread.java:1570)
üûùûùû�status$�¨û

Issue Reasons:

  • [main] 7 consecutive failures in step release-tests
  • [main] 7 failures in test testTopLevelFilterBoolMerged {ASYNC} (2.0% fail rate in 346 executions)
  • [main] 7 failures in step release-tests (100.0% fail rate in 7 executions)
  • [main] 7 failures in pipeline elasticsearch-periodic (77.8% fail rate in 9 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 Aug 11, 2024
@elasticsearchmachine
Copy link
Collaborator Author

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

@alex-spies
Copy link
Contributor

[2024-08-11T13:55:42,707][ERROR][o.e.ExceptionsHelper     ] [test-cluster-1] fatal error java.lang.AssertionError: java.lang.ClassCastException: class org.elasticsearch.common.io.stream.NamedWriteableAwareStreamInput cannot be cast to class org.elasticsearch.xpack.esql.io.stream.PlanStreamInput (org.elasticsearch.common.io.stream.NamedWriteableAwareStreamInput is in module [email protected] of loader 'app'; org.elasticsearch.xpack.esql.io.stream.PlanStreamInput is in unnamed module of loader java.net.FactoryURLClassLoader @16b64a03)	

Seems to be the same as #111701

@alex-spies alex-spies added blocker and removed needs:risk Requires assignment of a risk label (low, medium, blocker) labels Aug 12, 2024
@alex-spies
Copy link
Contributor

Fixed by #111779

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 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