Obsolete
Status Update
Comments
da...@gmail.com <da...@gmail.com> #2
Adding support is not as trivial as adding the enums. Testing with 6.0.1 and 6.1.0 fails with:
org.elasticsearch.client.ResponseException: method [PUT], host [http://localhost:33093 ], URI [/withdetailsaccounts_0007], status line [HTTP/1.1 400 Bad Request]
{"error":{"root_cause":[{"type":"invalid_type_name_exception","reason":"mapping type name [_doc] can't start with '_'"}],"type":"invalid_type_name_exception","reason":"mapping type name [_doc] can't start with '_'"},"status":400}
org.elasticsearch.client.ResponseException: method [PUT], host [
{"error":{"root_cause":[{"type":"invalid_type_name_exception","reason":"mapping type name [_doc] can't start with '_'"}],"type":"invalid_type_name_exception","reason":"mapping type name [_doc] can't start with '_'"},"status":400}
ma...@gmail.com <ma...@gmail.com> #3
[Empty comment from Monorail migration]
ma...@gmail.com <ma...@gmail.com> #4
[Empty comment from Monorail migration]
da...@gmail.com <da...@gmail.com> #5
According to Elasticsearch's eol page [1], version 6.0 is EOL since 2019-05-14 and 6.1 EOL since 2019-06-13 so I think we don't need to support those any more and we can just close this issue.
[1]https://www.elastic.co/support/eol
[1]
ma...@gmail.com <ma...@gmail.com> #6
ek...@google.com <ek...@google.com> #7
[Monorail components: Modules>Elasticsearch]
ek...@google.com <ek...@google.com> #8
[Monorail components: -Elasticsearch-old]
is...@google.com <is...@google.com> #9
Edits were made to reflect the following in Monorail: auto-CCs.
Description
*****************************************************************
***** *****
***** !!!! THIS BUG TRACKER IS FOR GERRIT CODE REVIEW !!!! *****
***** *****
***** DO NOT SUBMIT BUGS FOR CHROME, ANDROID, CYANOGENMOD, *****
***** INTERNAL ISSUES WITH YOUR COMPANY'S GERRIT SETUP, ETC.*****
***** *****
***** THOSE ISSUES BELONG IN DIFFERENT ISSUE TRACKERS *****
***** *****
*****************************************************************
Affected Version: 2.15 and later
We support 6.2.* and all minor releases later than that up to 6.7.*, but we don't support the earlier releases 6.0.* and 6.1.*
This is probably not a showstopper, but for the sake of completeness it would be nice to also support them.