Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[Bug] Update doesn't work on Elasticsearch 7.11 #346

Closed
To-om opened this issue Feb 19, 2021 · 0 comments
Closed

[Bug] Update doesn't work on Elasticsearch 7.11 #346

To-om opened this issue Feb 19, 2021 · 0 comments
Assignees
Labels
Milestone

Comments

@To-om
Copy link
Contributor

To-om commented Feb 19, 2021

Request Type

Bug

Work Environment

Cortex 3.1.0
Elasticsearch 7.11

Problem Description

After updating to Elasticsearch 7.11, document without relation cannot be updated. The error message is:

ElasticError(mapper_parsing_exception,failed to parse,None,None,None,
List(ElasticError(mapper_parsing_exception,failed to parse,None,None,None,null,None,None,None,List())),
Some(CausedBy(illegal_argument_exception,unknown join name [sequence] for field [relations],Map())),
None,None,List())

Before ES7.11, join field can be used to store document type, even if there is no relationship. From ES 7.11, a dedicated field must be used to store document type.

@To-om To-om added the bug label Feb 19, 2021
@To-om To-om added this to the 3.1.1 milestone Feb 19, 2021
@To-om To-om self-assigned this Feb 19, 2021
@To-om To-om closed this as completed Feb 19, 2021
jaredjennings pushed a commit to jaredjennings/Cortex that referenced this issue May 11, 2021
jaredjennings pushed a commit to jaredjennings/Cortex that referenced this issue May 11, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant