Skip to content

ClassificationIT testTwoJobsWithSameRandomizeSeedUseSameTrainingSet failures #62064

@davidkyle

Description

@davidkyle

Build scan:
https://gradle-enterprise.elastic.co/s/alrafnmsinb3k/console-log?task=:x-pack:plugin:ml:qa:native-multi-node-tests:javaRestTest

Repro line:

./gradlew ':x-pack:plugin:ml:qa:native-multi-node-tests:javaRestTest' --tests "org.elasticsearch.xpack.ml.integration.ClassificationIT.testTwoJobsWithSameRandomizeSeedUseSameTrainingSet" \
  -Dtests.seed=2E25F8B5498350DB \
  -Dtests.security.manager=true \
  -Dtests.locale=th-TH-u-nu-thai-x-lvariant-TH \
  -Dtests.timezone=Europe/Madrid \
  -Druntime.java=11

Reproduces locally?:
No

Applicable branches:
master

Failure history:
Common

Failure excerpt:

org.elasticsearch.ElasticsearchException: all shards failed
	at __randomizedtesting.SeedInfo.seed([2E25F8B5498350DB:6B2EF9D391841721]:0)
	at org.elasticsearch.xpack.core.ml.utils.ExceptionsHelper.serverError(ExceptionsHelper.java:55)
	at org.elasticsearch.xpack.ml.action.TransportGetDataFrameAnalyticsStatsAction.lambda$searchStats$8(TransportGetDataFrameAnalyticsStatsAction.java:233)

From the log the interesting message is

[2020-09-07T11:20:50,053][ERROR][o.e.x.m.a.TransportGetDataFrameAnalyticsStatsAction] [javaRestTest-0] [classification_two_jobs_with_same_randomize_seed_2] Item failure encountered during multi search for request [indices=[.ml-state-write, .ml-state-000001], source={"size":1,"query":{"ids":{"values":["data_frame_analytics-classification_two_jobs_with_same_randomize_seed_2-progress"],"boost":1.0}}}]: all shards failed
org.elasticsearch.action.search.SearchPhaseExecutionException: all shards failed

indices=[.ml-state-write, .ml-state-000001]

Logs attached
logs.zip

Metadata

Metadata

Assignees

Labels

:mlMachine learning>test-failureTriaged test failures from CI

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions