-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Closed
Copy link
Labels
:mlMachine learningMachine learning>test-failureTriaged test failures from CITriaged test failures from CI
Description
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 learningMachine learning>test-failureTriaged test failures from CITriaged test failures from CI