Skip to content

[CI]MultiVersionRepositoryAccessIT fails due rollup cleanups #51141

@hendrikmuhs

Description

@hendrikmuhs

Build: https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+7.6+default-distro+bwc/BWC_VERSION=6.4.3,nodes=centos-7&&immutable/5/

Reproduction:

https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+7.6+default-distro+bwc/BWC_VERSION=6.4.3,nodes=centos-7&&immutable/5/

Failure:

org.elasticsearch.client.ResponseException: method [GET], host [http://[::1]:39825], URI [/_rollup/job/_all], status line [HTTP/1.1 404 Not Found]
    {"error":{"root_cause":[{"type":"index_not_found_exception","reason":"no such index","resource.type":"index_expression","resource.id":"_rollup","index_uuid":"_na_","index":"_rollup"}],"type":"index_not_found_exception","reason":"no such index","resource.type":"index_expression","resource.id":"_rollup","index_uuid":"_na_","index":"_rollup"},"status":404}

The reason for the failure is the cleanup code for rollups - which are not even used for this test - using an API introduced in 7.0.0 but not available for 6.x.

This issue has been see already: #36000 - fixed and than reverted. I could not find the reason and do not know the details, hope @polyfractal can help out.

/CC @original-brownbear (FYI, worked last on MultiVersionRepositoryAccessIT)

Metadata

Metadata

Labels

:StorageEngine/RollupTurn fine-grained time-based data into coarser-grained data>test-failureTriaged test failures from CITeam:AnalyticsMeta label for analytical engine team (ESQL/Aggs/Geo)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions