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] EnrichIT testListeningRatio failing #109816

Closed
benwtrent opened this issue Jun 17, 2024 · 6 comments
Closed

[CI] EnrichIT testListeningRatio failing #109816

benwtrent opened this issue Jun 17, 2024 · 6 comments
Assignees
Labels
:Analytics/ES|QL AKA ESQL high hanging fruit medium-risk An open issue or test failure that is a medium risk to future releases Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) >test-failure Triaged test failures from CI

Comments

@benwtrent
Copy link
Member

Build scan:
https://gradle-enterprise.elastic.co/s/gg6slpy3q6pfo/tests/:x-pack:plugin:esql:internalClusterTest/org.elasticsearch.xpack.esql.action.EnrichIT/testListeningRatio

Reproduction line:

./gradlew ':x-pack:plugin:esql:internalClusterTest' --tests "org.elasticsearch.xpack.esql.action.EnrichIT.testListeningRatio" -Dtests.seed=DF4CDC0FFA0D2B5A -Dtests.locale=nn-NO -Dtests.timezone=BET -Druntime.java=22

Applicable branches:
main

Reproduces locally?:
Didn't try

Failure history:
Failure dashboard for org.elasticsearch.xpack.esql.action.EnrichIT#testListeningRatio

Failure excerpt:

org.elasticsearch.ResourceNotFoundException: sink exchanger for id [X-0HDkoMR1WQ6Vf59zXpFQ:23] doesn't exist

  at __randomizedtesting.SeedInfo.seed([DF4CDC0FFA0D2B5A:2CED2CE9A0414374]:0)
  at org.elasticsearch.compute.operator.exchange.ExchangeService.getSinkHandler(ExchangeService.java:131)
  at org.elasticsearch.xpack.esql.plugin.ComputeService.runComputeOnDataNode(ComputeService.java:714)
  at org.elasticsearch.xpack.esql.plugin.ComputeService$DataNodeRequestHandler.messageReceived(ComputeService.java:787)
  at org.elasticsearch.xpack.esql.plugin.ComputeService$DataNodeRequestHandler.messageReceived(ComputeService.java:754)
  at org.elasticsearch.transport.RequestHandlerRegistry.processMessageReceived(RequestHandlerRegistry.java:75)
  at org.elasticsearch.transport.InboundHandler.doHandleRequest(InboundHandler.java:287)
  at org.elasticsearch.transport.InboundHandler$1.doRun(InboundHandler.java:300)
  at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:984)
  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:984)
  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)

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

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

@benwtrent
Copy link
Member Author

It doesn't reproduce reliably, but looking at the test history, it definitely seems flaky. If this continues to fail, we should mute.

@wchaparro wchaparro 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 Jun 21, 2024
@nik9000
Copy link
Member

nik9000 commented Jun 25, 2024

@dnhatn, another one of these sink exchanger for id [XXXX] doesn't exist tests.

@dnhatn dnhatn self-assigned this Jun 25, 2024
@dnhatn
Copy link
Member

dnhatn commented Jun 25, 2024

@nik9000 Yes, there are some issues with the exchange timeout. I will spend some time on it.

@alex-spies alex-spies added high hanging fruit medium-risk An open issue or test failure that is a medium risk to future releases and removed low-risk An open issue or test failure that is a low risk to future releases labels Jun 28, 2024
@dnhatn
Copy link
Member

dnhatn commented Jul 4, 2024

Fixed in #110450

@dnhatn dnhatn closed this as completed Jul 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Analytics/ES|QL AKA ESQL high hanging fruit medium-risk An open issue or test failure that is a medium risk to future 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

6 participants