-
Notifications
You must be signed in to change notification settings - Fork 24.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"PUT mapping with _doc on an index that has types" fails #38202
Labels
:Search Foundations/Mapping
Index mappings, including merging and defining field types
Team:Search Foundations
Meta label for the Search Foundations team in Elasticsearch
>test-failure
Triaged test failures from CI
Comments
dnhatn
added
:Search Foundations/Mapping
Index mappings, including merging and defining field types
>test-failure
Triaged test failures from CI
labels
Feb 1, 2019
Pinging @elastic/es-search |
dnhatn
added a commit
to dnhatn/elasticsearch
that referenced
this issue
Feb 1, 2019
dnhatn
added a commit
to dnhatn/elasticsearch
that referenced
this issue
Feb 1, 2019
Thanks @dnhatn I'll look. |
dnhatn
added a commit
that referenced
this issue
Feb 1, 2019
dnhatn
added a commit
that referenced
this issue
Feb 1, 2019
jpountz
added a commit
to jpountz/elasticsearch
that referenced
this issue
Feb 18, 2019
The test assumed that it could run against all 6.x indices but it actually requires 6.2+ since 6.2 is the first version that allowed `_doc` as a type name (elastic#27816). Closes elastic#38202
Closed via #39054 |
javanna
added
the
Team:Search Foundations
Meta label for the Search Foundations team in Elasticsearch
label
Jul 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
:Search Foundations/Mapping
Index mappings, including merging and defining field types
Team:Search Foundations
Meta label for the Search Foundations team in Elasticsearch
>test-failure
Triaged test failures from CI
This test fails twice after it was backported into 6.x today.
We expect the test fails with "the final mapping would have more than 1 type" but the actual reason is "Document mapping type name can't start with '_', found: [_doc]".
I can reproduce this after around 10 runs.
Relates #37871
CI: https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+6.x+internalClusterTest/284/console
The text was updated successfully, but these errors were encountered: