Skip to content

[CI] MlJobIT.testDeleteJob and testDeleteJobAsync fail with index_not_found_exception #45652

@astefan

Description

@astefan

This one comes from an intake job. Cannot reproduce it. Full log: https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+multijob+fast+part2/793/consoleText

org.elasticsearch.xpack.ml.integration.MlJobIT > testDeleteJobAsync FAILED
    org.elasticsearch.client.ResponseException: method [GET], host [http://[::1]:42583], URI [/_cat/indices], status line [HTTP/1.1 404 Not Found]
    {"error":{"root_cause":[{"type":"index_not_found_exception","reason":"no such index [.ml-annotations-read]","index_uuid":"_na_","resource.type":"index_or_alias","resource.id":".ml-annotations-read","index":".ml-annotations-read"}],"type":"index_not_found_exception","reason":"no such index [.ml-annotations-read]","index_uuid":"_na_","resource.type":"index_or_alias","resource.id":".ml-annotations-read","index":".ml-annotations-read"},"status":404}
        at __randomizedtesting.SeedInfo.seed([F0352FCC3A079DA4:26F0FE2820C6C5DE]:0)
        at org.elasticsearch.client.RestClient.convertResponse(RestClient.java:253)
        at org.elasticsearch.client.RestClient.performRequest(RestClient.java:231)
        at org.elasticsearch.client.RestClient.performRequest(RestClient.java:205)
        at org.elasticsearch.xpack.ml.integration.MlJobIT.testDeleteJobAsync(MlJobIT.java:421)
REPRODUCE WITH: ./gradlew :x-pack:plugin:ml:qa:native-multi-node-tests:integTestRunner --tests "org.elasticsearch.xpack.ml.integration.MlJobIT.testDeleteJobAsync" -Dtests.seed=F0352FCC3A079DA4 -Dtests.security.manager=true -Dtests.locale=es-ES -Dtests.timezone=Europe/Belgrade -Dcompiler.java=12 -Druntime.java=11

Metadata

Metadata

Assignees

No one assigned

    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