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] APMYamlTestSuiteIT test {yaml=/10_apm/Test traces-apm-* data stream indexing} failing #102360

Closed
mark-vieira opened this issue Nov 19, 2023 · 7 comments
Labels
:Data Management/Data streams Data streams and their lifecycles low-risk An open issue or test failure that is a low risk to future releases Team:Data Management Meta label for data/management team >test-failure Triaged test failures from CI

Comments

@mark-vieira
Copy link
Contributor

This has failed a handful of times in the past week, always on Windows.

Build scan:
https://gradle-enterprise.elastic.co/s/ekzo2fpzcpwxa/tests/:x-pack:plugin:apm-data:yamlRestTest/org.elasticsearch.xpack.apmdata.APMYamlTestSuiteIT/test%20%7Byaml=%2F10_apm%2FTest%20traces-apm-*%20data%20stream%20indexing%7D

Reproduction line:

gradlew ':x-pack:plugin:apm-data:yamlRestTest' --tests "org.elasticsearch.xpack.apmdata.APMYamlTestSuiteIT.test {yaml=/10_apm/Test traces-apm-* data stream indexing}" -Dtests.seed=74B735A128E36A00 -Dtests.locale=th-TH-u-nu-thai-x-lvariant-TH -Dtests.timezone=America/Indiana/Vevay -Druntime.java=21

Applicable branches:
main

Reproduces locally?:
No

Failure history:
https://es-delivery-stats.elastic.dev/app/dashboards#/view/dcec9e60-72ac-11ee-8f39-55975ded9e63?_g=(refreshInterval:(pause:!t,value:60000),time:(from:now-7d%2Fd,to:now))&_a=(controlGroupInput:(chainingSystem:HIERARCHICAL,controlStyle:twoLine,ignoreParentSettings:(ignoreFilters:!f,ignoreQuery:!f,ignoreTimerange:!f,ignoreValidations:!t),panels:('0c0c9cb8-ccd2-45c6-9b13-96bac4abc542':(explicitInput:(dataViewId:fbbdc689-be23-4b3d-8057-aa402e9ed0c5,enhancements:(),fieldName:task.keyword,grow:!t,id:'0c0c9cb8-ccd2-45c6-9b13-96bac4abc542',searchTechnique:wildcard,selectedOptions:!(),singleSelect:!t,title:'Gradle%20Task',width:medium),grow:!t,order:0,type:optionsListControl,width:small),'144933da-5c1b-4257-a969-7f43455a7901':(explicitInput:(dataViewId:fbbdc689-be23-4b3d-8057-aa402e9ed0c5,enhancements:(),fieldName:name.keyword,grow:!t,id:'144933da-5c1b-4257-a969-7f43455a7901',searchTechnique:wildcard,selectedOptions:!('test%20%7Byaml%3D/10_apm/Test%20traces-apm-*%20data%20stream%20indexing%7D'),title:Test,width:medium),grow:!t,order:2,type:optionsListControl,width:medium),'4e6ad9d6-6fdc-4fcc-bf1a-aa6ca79e0850':(explicitInput:(dataViewId:fbbdc689-be23-4b3d-8057-aa402e9ed0c5,enhancements:(),fieldName:className.keyword,grow:!t,id:'4e6ad9d6-6fdc-4fcc-bf1a-aa6ca79e0850',searchTechnique:wildcard,selectedOptions:!('org.elasticsearch.xpack.apmdata.APMYamlTestSuiteIT'),title:Suite,width:medium),grow:!t,order:1,type:optionsListControl,width:medium))))

Failure excerpt:

java.lang.AssertionError: Failure at [/10_apm:58]: expected [2xx] status code but api [index] returned [400 Bad Request] [{"error":{"root_cause":[{"type":"illegal_argument_exception","reason":"pipeline with id [traces-apm@pipeline] does not exist","stack_trace":"org.elasticsearch.ElasticsearchException$1: pipeline with id [traces-apm@pipeline] does not exist\r\n\tat [email protected]/org.elasticsearch.ElasticsearchException.guessRootCauses(ElasticsearchException.java:672)\r\n\tat [email protected]/org.elasticsearch.ElasticsearchException.generateFailureXContent(ElasticsearchException.java:600)\r\n\tat [email protected]/org.elasticsearch.rest.RestResponse.build(RestResponse.java:180)\r\n\tat [email protected]/org.elasticsearch.rest.RestResponse.<init>(RestResponse.java:140)\r\n\tat [email protected]/org.elasticsearch.rest.RestResponse.<init>(RestResponse.java:111)\r\n\tat [email protected]/org.elasticsearch.rest.action.RestActionListener.onFailure(RestActionListener.java:55)\r\n\tat [email protected]/org.elasticsearch.action.ActionListenerImplementations.safeAcceptException(ActionListenerImplementations.java:62)\r\n\tat [email protected]/org.elasticsearch.action.ActionListenerImplementations.safeOnFailure(ActionListenerImplementations.java:73)\r\n\tat [email protected]/org.elasticsearch.action.ActionListener$4.onFailure(ActionListener.java:341)\r\n\tat [email protected]/org.elasticsearch.tasks.TaskManager$1.onFailure(TaskManager.java:215)\r\n\tat [email protected]/org.elasticsearch.action.bulk.TransportBulkAction.lambda$unwrappingSingleItemBulkResponse$0(TransportBulkAction.java:220)\r\n\tat [email protected]/org.elasticsearch.action.ActionListenerImplementations$ResponseWrappingActionListener.onResponse(ActionListenerImplementations.java:236)\r\n\tat [email protected]/org.elasticsearch.action.ActionListenerImplementations$RunBeforeActionListener.onResponse(ActionListenerImplementations.java:298)\r\n\tat [email protected]/org.elasticsearch.action.ActionListener$4.onResponse(ActionListener.java:331)\r\n\tat [email protected]/org.elasticsearch.action.ActionListenerImplementations$MappedActionListener.onResponse(ActionListenerImplementations.java:95)\r\n\tat [email protected]/org.elasticsearch.action.bulk.TransportBulkAction.lambda$processBulkIndexIngestRequest$7(TransportBulkAction.java:894)\r\n\tat [email protected]/org.elasticsearch.ingest.IngestService$1.lambda$doRun$0(IngestService.java:691)\r\n\tat [email protected]/org.elasticsearch.core.AbstractRefCounted$1.closeInternal(AbstractRefCounted.java:117)\r\n\tat [email protected]/org.elasticsearch.core.AbstractRefCounted.decRef(AbstractRefCounted.java:69)\r\n\tat [email protected]/org.elasticsearch.action.support.RefCountingRunnable.close(RefCountingRunnable.java:116)\r\n\tat [email protected]/org.elasticsearch.ingest.IngestService$1.doRun(IngestService.java:747)\r\n\tat [email protected]/org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:26)\r\n\tat [email protected]/org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:33)\r\n\tat [email protected]/org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:983)\r\n\tat [email protected]/org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:26)\r\n\tat java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)\r\n\tat java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)\r\n\tat java.base/java.lang.Thread.run(Thread.java:1583)\r\nCaused by: java.lang.IllegalArgumentException: pipeline with id [traces-apm@pipeline] does not exist\r\n\tat [email protected]/org.elasticsearch.ingest.IngestService.executePipelines(IngestService.java:841)\r\n\tat [email protected]/org.elasticsearch.ingest.IngestService.lambda$executePipelines$7(IngestService.java:944)\r\n\tat [email protected]/org.elasticsearch.ingest.IngestService.lambda$executePipeline$9(IngestService.java:973)\r\n\tat [email protected]/org.elasticsearch.ingest.IngestDocument.lambda$executePipeline$1(IngestDocument.java:860)\r\n\tat [email protected]/org.elasticsearch.ingest.Pipeline.lambda$execute$0(Pipeline.java:135)\r\n\tat [email protected]/org.elasticsearch.ingest.CompoundProcessor.innerExecute(CompoundProcessor.java:147)\r\n\tat [email protected]/org.elasticsearch.ingest.CompoundProcessor.lambda$innerExecute$2(CompoundProcessor.java:204)\r\n\tat [email protected]/org.elasticsearch.ingest.PipelineProcessor.execute(PipelineProcessor.java:45)\r\n\tat [email protected]/org.elasticsearch.ingest.CompoundProcessor.innerExecute(CompoundProcessor.java:197)\r\n\tat [email protected]/org.elasticsearch.ingest.CompoundProcessor.lambda$innerExecute$2(CompoundProcessor.java:204)\r\n\tat [email protected]/org.elasticsearch.ingest.PipelineProcessor.execute(PipelineProcessor.java:45)\r\n\tat [email protected]/org.elasticsearch.ingest.CompoundProcessor.innerExecute(CompoundProcessor.java:197)\r\n\tat [email protected]/org.elasticsearch.ingest.CompoundProcessor.lambda$innerExecute$2(CompoundProcessor.java:204)\r\n\tat [email protected]/org.elasticsearch.ingest.PipelineProcessor.execute(PipelineProcessor.java:45)\r\n\tat [email protected]/org.elasticsearch.ingest.CompoundProcessor.innerExecute(CompoundProcessor.java:197)\r\n\tat [email protected]/org.elasticsearch.ingest.CompoundProcessor.execute(CompoundProcessor.java:141)\r\n\tat [email protected]/org.elasticsearch.ingest.Pipeline.execute(Pipeline.java:129)\r\n\tat [email protected]/org.elasticsearch.ingest.IngestDocument.executePipeline(IngestDocument.java:853)\r\n\tat [email protected]/org.elasticsearch.ingest.IngestService.executePipeline(IngestService.java:969)\r\n\tat [email protected]/org.elasticsearch.ingest.IngestService.executePipelines(IngestService.java:845)\r\n\tat [email protected]/org.elasticsearch.ingest.IngestService$1.doRun(IngestService.java:738)\r\n\t... 7 more\r\n"}],"type":"illegal_argument_exception","reason":"pipeline with id [traces-apm@pipeline] does not exist","stack_trace":"java.lang.IllegalArgumentException: pipeline with id [traces-apm@pipeline] does not exist\r\n\tat [email protected]/org.elasticsearch.ingest.IngestService.executePipelines(IngestService.java:841)\r\n\tat [email protected]/org.elasticsearch.ingest.IngestService.lambda$executePipelines$7(IngestService.java:944)\r\n\tat [email protected]/org.elasticsearch.ingest.IngestService.lambda$executePipeline$9(IngestService.java:973)\r\n\tat [email protected]/org.elasticsearch.ingest.IngestDocument.lambda$executePipeline$1(IngestDocument.java:860)\r\n\tat [email protected]/org.elasticsearch.ingest.Pipeline.lambda$execute$0(Pipeline.java:135)\r\n\tat [email protected]/org.elasticsearch.ingest.CompoundProcessor.innerExecute(CompoundProcessor.java:147)\r\n\tat [email protected]/org.elasticsearch.ingest.CompoundProcessor.lambda$innerExecute$2(CompoundProcessor.java:204)\r\n\tat [email protected]/org.elasticsearch.ingest.PipelineProcessor.execute(PipelineProcessor.java:45)\r\n\tat [email protected]/org.elasticsearch.ingest.CompoundProcessor.innerExecute(CompoundProcessor.java:197)\r\n\tat [email protected]/org.elasticsearch.ingest.CompoundProcessor.lambda$innerExecute$2(CompoundProcessor.java:204)\r\n\tat [email protected]/org.elasticsearch.ingest.PipelineProcessor.execute(PipelineProcessor.java:45)\r\n\tat [email protected]/org.elasticsearch.ingest.CompoundProcessor.innerExecute(CompoundProcessor.java:197)\r\n\tat [email protected]/org.elasticsearch.ingest.CompoundProcessor.lambda$innerExecute$2(CompoundProcessor.java:204)\r\n\tat [email protected]/org.elasticsearch.ingest.PipelineProcessor.execute(PipelineProcessor.java:45)\r\n\tat [email protected]/org.elasticsearch.ingest.CompoundProcessor.innerExecute(CompoundProcessor.java:197)\r\n\tat [email protected]/org.elasticsearch.ingest.CompoundProcessor.execute(CompoundProcessor.java:141)\r\n\tat [email protected]/org.elasticsearch.ingest.Pipeline.execute(Pipeline.java:129)\r\n\tat [email protected]/org.elasticsearch.ingest.IngestDocument.executePipeline(IngestDocument.java:853)\r\n\tat [email protected]/org.elasticsearch.ingest.IngestService.executePipeline(IngestService.java:969)\r\n\tat [email protected]/org.elasticsearch.ingest.IngestService.executePipelines(IngestService.java:845)\r\n\tat [email protected]/org.elasticsearch.ingest.IngestService$1.doRun(IngestService.java:738)\r\n\tat [email protected]/org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:26)\r\n\tat [email protected]/org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:33)\r\n\tat [email protected]/org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:983)\r\n\tat [email protected]/org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:26)\r\n\tat java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)\r\n\tat java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)\r\n\tat java.base/java.lang.Thread.run(Thread.java:1583)\r\n"},"status":400}]

  at __randomizedtesting.SeedInfo.seed([74B735A128E36A00:FCE30A7B861F07F8]:0)
  at org.elasticsearch.test.rest.yaml.ESClientYamlSuiteTestCase.executeSection(ESClientYamlSuiteTestCase.java:572)
  at org.elasticsearch.test.rest.yaml.ESClientYamlSuiteTestCase.test(ESClientYamlSuiteTestCase.java:524)
  at jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
  at java.lang.reflect.Method.invoke(Method.java:580)
  at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1758)
  at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
  at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
  at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
  at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
  at org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48)
  at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
  at org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45)
  at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
  at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
  at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
  at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
  at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843)
  at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490)
  at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955)
  at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840)
  at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891)
  at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
  at org.elasticsearch.test.cluster.local.DefaultLocalElasticsearchCluster$1.evaluate(DefaultLocalElasticsearchCluster.java:47)
  at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
  at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
  at org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38)
  at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
  at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
  at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
  at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
  at org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
  at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
  at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
  at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
  at org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47)
  at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
  at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
  at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
  at java.lang.Thread.run(Thread.java:1583)

  Caused by: java.lang.AssertionError: expected [2xx] status code but api [index] returned [400 Bad Request] [{"error":{"root_cause":[{"type":"illegal_argument_exception","reason":"pipeline with id [traces-apm@pipeline] does not exist","stack_trace":"org.elasticsearch.ElasticsearchException$1: pipeline with id [traces-apm@pipeline] does not exist\r\n\tat [email protected]/org.elasticsearch.ElasticsearchException.guessRootCauses(ElasticsearchException.java:672)\r\n\tat [email protected]/org.elasticsearch.ElasticsearchException.generateFailureXContent(ElasticsearchException.java:600)\r\n\tat [email protected]/org.elasticsearch.rest.RestResponse.build(RestResponse.java:180)\r\n\tat [email protected]/org.elasticsearch.rest.RestResponse.<init>(RestResponse.java:140)\r\n\tat [email protected]/org.elasticsearch.rest.RestResponse.<init>(RestResponse.java:111)\r\n\tat [email protected]/org.elasticsearch.rest.action.RestActionListener.onFailure(RestActionListener.java:55)\r\n\tat [email protected]/org.elasticsearch.action.ActionListenerImplementations.safeAcceptException(ActionListenerImplementations.java:62)\r\n\tat [email protected]/org.elasticsearch.action.ActionListenerImplementations.safeOnFailure(ActionListenerImplementations.java:73)\r\n\tat [email protected]/org.elasticsearch.action.ActionListener$4.onFailure(ActionListener.java:341)\r\n\tat [email protected]/org.elasticsearch.tasks.TaskManager$1.onFailure(TaskManager.java:215)\r\n\tat [email protected]/org.elasticsearch.action.bulk.TransportBulkAction.lambda$unwrappingSingleItemBulkResponse$0(TransportBulkAction.java:220)\r\n\tat [email protected]/org.elasticsearch.action.ActionListenerImplementations$ResponseWrappingActionListener.onResponse(ActionListenerImplementations.java:236)\r\n\tat [email protected]/org.elasticsearch.action.ActionListenerImplementations$RunBeforeActionListener.onResponse(ActionListenerImplementations.java:298)\r\n\tat [email protected]/org.elasticsearch.action.ActionListener$4.onResponse(ActionListener.java:331)\r\n\tat [email protected]/org.elasticsearch.action.ActionListenerImplementations$MappedActionListener.onResponse(ActionListenerImplementations.java:95)\r\n\tat [email protected]/org.elasticsearch.action.bulk.TransportBulkAction.lambda$processBulkIndexIngestRequest$7(TransportBulkAction.java:894)\r\n\tat [email protected]/org.elasticsearch.ingest.IngestService$1.lambda$doRun$0(IngestService.java:691)\r\n\tat [email protected]/org.elasticsearch.core.AbstractRefCounted$1.closeInternal(AbstractRefCounted.java:117)\r\n\tat [email protected]/org.elasticsearch.core.AbstractRefCounted.decRef(AbstractRefCounted.java:69)\r\n\tat [email protected]/org.elasticsearch.action.support.RefCountingRunnable.close(RefCountingRunnable.java:116)\r\n\tat [email protected]/org.elasticsearch.ingest.IngestService$1.doRun(IngestService.java:747)\r\n\tat [email protected]/org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:26)\r\n\tat [email protected]/org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:33)\r\n\tat [email protected]/org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:983)\r\n\tat [email protected]/org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:26)\r\n\tat java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)\r\n\tat java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)\r\n\tat java.base/java.lang.Thread.run(Thread.java:1583)\r\nCaused by: java.lang.IllegalArgumentException: pipeline with id [traces-apm@pipeline] does not exist\r\n\tat [email protected]/org.elasticsearch.ingest.IngestService.executePipelines(IngestService.java:841)\r\n\tat [email protected]/org.elasticsearch.ingest.IngestService.lambda$executePipelines$7(IngestService.java:944)\r\n\tat [email protected]/org.elasticsearch.ingest.IngestService.lambda$executePipeline$9(IngestService.java:973)\r\n\tat [email protected]/org.elasticsearch.ingest.IngestDocument.lambda$executePipeline$1(IngestDocument.java:860)\r\n\tat [email protected]/org.elasticsearch.ingest.Pipeline.lambda$execute$0(Pipeline.java:135)\r\n\tat [email protected]/org.elasticsearch.ingest.CompoundProcessor.innerExecute(CompoundProcessor.java:147)\r\n\tat [email protected]/org.elasticsearch.ingest.CompoundProcessor.lambda$innerExecute$2(CompoundProcessor.java:204)\r\n\tat [email protected]/org.elasticsearch.ingest.PipelineProcessor.execute(PipelineProcessor.java:45)\r\n\tat [email protected]/org.elasticsearch.ingest.CompoundProcessor.innerExecute(CompoundProcessor.java:197)\r\n\tat [email protected]/org.elasticsearch.ingest.CompoundProcessor.lambda$innerExecute$2(CompoundProcessor.java:204)\r\n\tat [email protected]/org.elasticsearch.ingest.PipelineProcessor.execute(PipelineProcessor.java:45)\r\n\tat [email protected]/org.elasticsearch.ingest.CompoundProcessor.innerExecute(CompoundProcessor.java:197)\r\n\tat [email protected]/org.elasticsearch.ingest.CompoundProcessor.lambda$innerExecute$2(CompoundProcessor.java:204)\r\n\tat [email protected]/org.elasticsearch.ingest.PipelineProcessor.execute(PipelineProcessor.java:45)\r\n\tat [email protected]/org.elasticsearch.ingest.CompoundProcessor.innerExecute(CompoundProcessor.java:197)\r\n\tat [email protected]/org.elasticsearch.ingest.CompoundProcessor.execute(CompoundProcessor.java:141)\r\n\tat [email protected]/org.elasticsearch.ingest.Pipeline.execute(Pipeline.java:129)\r\n\tat [email protected]/org.elasticsearch.ingest.IngestDocument.executePipeline(IngestDocument.java:853)\r\n\tat [email protected]/org.elasticsearch.ingest.IngestService.executePipeline(IngestService.java:969)\r\n\tat [email protected]/org.elasticsearch.ingest.IngestService.executePipelines(IngestService.java:845)\r\n\tat [email protected]/org.elasticsearch.ingest.IngestService$1.doRun(IngestService.java:738)\r\n\t... 7 more\r\n"}],"type":"illegal_argument_exception","reason":"pipeline with id [traces-apm@pipeline] does not exist","stack_trace":"java.lang.IllegalArgumentException: pipeline with id [traces-apm@pipeline] does not exist\r\n\tat [email protected]/org.elasticsearch.ingest.IngestService.executePipelines(IngestService.java:841)\r\n\tat [email protected]/org.elasticsearch.ingest.IngestService.lambda$executePipelines$7(IngestService.java:944)\r\n\tat [email protected]/org.elasticsearch.ingest.IngestService.lambda$executePipeline$9(IngestService.java:973)\r\n\tat [email protected]/org.elasticsearch.ingest.IngestDocument.lambda$executePipeline$1(IngestDocument.java:860)\r\n\tat [email protected]/org.elasticsearch.ingest.Pipeline.lambda$execute$0(Pipeline.java:135)\r\n\tat [email protected]/org.elasticsearch.ingest.CompoundProcessor.innerExecute(CompoundProcessor.java:147)\r\n\tat [email protected]/org.elasticsearch.ingest.CompoundProcessor.lambda$innerExecute$2(CompoundProcessor.java:204)\r\n\tat [email protected]/org.elasticsearch.ingest.PipelineProcessor.execute(PipelineProcessor.java:45)\r\n\tat [email protected]/org.elasticsearch.ingest.CompoundProcessor.innerExecute(CompoundProcessor.java:197)\r\n\tat [email protected]/org.elasticsearch.ingest.CompoundProcessor.lambda$innerExecute$2(CompoundProcessor.java:204)\r\n\tat [email protected]/org.elasticsearch.ingest.PipelineProcessor.execute(PipelineProcessor.java:45)\r\n\tat [email protected]/org.elasticsearch.ingest.CompoundProcessor.innerExecute(CompoundProcessor.java:197)\r\n\tat [email protected]/org.elasticsearch.ingest.CompoundProcessor.lambda$innerExecute$2(CompoundProcessor.java:204)\r\n\tat [email protected]/org.elasticsearch.ingest.PipelineProcessor.execute(PipelineProcessor.java:45)\r\n\tat [email protected]/org.elasticsearch.ingest.CompoundProcessor.innerExecute(CompoundProcessor.java:197)\r\n\tat [email protected]/org.elasticsearch.ingest.CompoundProcessor.execute(CompoundProcessor.java:141)\r\n\tat [email protected]/org.elasticsearch.ingest.Pipeline.execute(Pipeline.java:129)\r\n\tat [email protected]/org.elasticsearch.ingest.IngestDocument.executePipeline(IngestDocument.java:853)\r\n\tat [email protected]/org.elasticsearch.ingest.IngestService.executePipeline(IngestService.java:969)\r\n\tat [email protected]/org.elasticsearch.ingest.IngestService.executePipelines(IngestService.java:845)\r\n\tat [email protected]/org.elasticsearch.ingest.IngestService$1.doRun(IngestService.java:738)\r\n\tat [email protected]/org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:26)\r\n\tat [email protected]/org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:33)\r\n\tat [email protected]/org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:983)\r\n\tat [email protected]/org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:26)\r\n\tat java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)\r\n\tat java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)\r\n\tat java.base/java.lang.Thread.run(Thread.java:1583)\r\n"},"status":400}]

    at org.junit.Assert.fail(Assert.java:88)
    at org.elasticsearch.test.rest.yaml.section.DoSection.execute(DoSection.java:374)
    at org.elasticsearch.test.rest.yaml.ESClientYamlSuiteTestCase.executeSection(ESClientYamlSuiteTestCase.java:552)
    at org.elasticsearch.test.rest.yaml.ESClientYamlSuiteTestCase.test(ESClientYamlSuiteTestCase.java:524)
    at jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
    at java.lang.reflect.Method.invoke(Method.java:580)
    at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1758)
    at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
    at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
    at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
    at org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48)
    at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
    at org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45)
    at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
    at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
    at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
    at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843)
    at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490)
    at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955)
    at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840)
    at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891)
    at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
    at org.elasticsearch.test.cluster.local.DefaultLocalElasticsearchCluster$1.evaluate(DefaultLocalElasticsearchCluster.java:47)
    at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
    at org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38)
    at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
    at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
    at org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
    at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
    at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
    at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
    at org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47)
    at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
    at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
    at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
    at java.lang.Thread.run(Thread.java:1583)

@mark-vieira mark-vieira added :Core/Infra/Core Core issues without another label >test-failure Triaged test failures from CI labels Nov 19, 2023
@elasticsearchmachine elasticsearchmachine added blocker Team:Core/Infra Meta label for core/infra team labels Nov 19, 2023
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-core-infra (Team:Core/Infra)

@pgomulka
Copy link
Contributor

this test was introduced by observability team (not es team). but it was initially under the guidance of @elastic/es-data-management team. Is this still own by this team?

@pgomulka pgomulka added the Team:Deployment Management Meta label for Management Experience - Deployment Management team label Nov 20, 2023
@elasticsearchmachine elasticsearchmachine removed the Team:Deployment Management Meta label for Management Experience - Deployment Management team label Nov 20, 2023
@craigtaverner
Copy link
Contributor

This has failed 7 times in the last week. We should mute it.

@craigtaverner craigtaverner added Team:Data Management Meta label for data/management team and removed :Core/Infra/Core Core issues without another label Team:Core/Infra Meta label for core/infra team labels Nov 21, 2023
@elasticsearchmachine elasticsearchmachine added needs:triage Requires assignment of a team area label and removed Team:Data Management Meta label for data/management team labels Nov 21, 2023
@craigtaverner craigtaverner added :Data Management/Data streams Data streams and their lifecycles Team:Data Management Meta label for data/management team and removed needs:triage Requires assignment of a team area label labels Nov 21, 2023
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-data-management (Team:Data Management)

@axw
Copy link
Member

axw commented Nov 22, 2023

I think this should be fixed by #101768

NEUpanning pushed a commit to NEUpanning/elasticsearch that referenced this issue Nov 22, 2023
@gmarouli gmarouli self-assigned this Nov 29, 2023
@dakrone dakrone added low-risk An open issue or test failure that is a low risk to future releases and removed blocker labels Nov 30, 2023
@gmarouli
Copy link
Contributor

gmarouli commented Jan 12, 2024

I think this should be fixed by #101768

+1, since I am not currently working on this issue, it needs to be prioritised, I will unassing myself.

@gmarouli gmarouli removed their assignment Jan 12, 2024
@elasticsearchmachine elasticsearchmachine closed this as not planned Won't fix, can't repro, duplicate, stale Nov 5, 2024
@elasticsearchmachine
Copy link
Collaborator

This issue has been closed because it has been open for too long with no activity.

Any muted tests that were associated with this issue have been unmuted.

If the tests begin failing again, a new issue will be opened, and they may be muted again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Data Management/Data streams Data streams and their lifecycles low-risk An open issue or test failure that is a low risk to future releases Team:Data Management Meta label for data/management team >test-failure Triaged test failures from CI
Projects
None yet
Development

No branches or pull requests

7 participants