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)
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:
Failure:
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.0but not available for6.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)