-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
rm index: false from binary mappings #71343
Conversation
Pinging @elastic/ingest-management (Team:Ingest Management) |
I wonder if this was an accidental breaking change. I wouldn't expect a breaking change like this to be introduced in 7.9. |
Additionally, |
@tylersmalley Docs say binary types are not stored and not searchable by default, doesn't that mean we don't need |
@jen-huang, sounds like that would be the case. If so, should be OK to remove. @jbudz have you verified this resolves the tests using the nightly? Might be worth updating the Jenkinsfile to verify: https://www.elastic.co/guide/en/kibana/current/development-es-snapshots.html#_for_pull_requests |
Type error was caused upstream. @elasticmachine merge upstream |
Yes, this was accidental - apologies for the noise. I've created elastic/elasticsearch#59359 and will fix asap next week. |
Adding Thanks for identifying this so quickly. Stack FTW... |
@elasticmachine merge upstream |
hmm - sorry @elasticmachine merge upstream |
Related: #71449 |
@madirey - thanks. I merged that commit in for a full snapshot verification. |
this one's unrelated, we'll address seperately. reverting unverfied snapshot and merging if green. |
This reverts commit 4284ac3.
💚 Build SucceededBuild metrics
History
To update your PR or re-run it, just comment with: |
* rm index: false from binary mappings * test against unverified snapshot * two more * Mapping adjustments * Revert "Mapping adjustments" This reverts commit 52d68dc. * Revert "test against unverified snapshot" This reverts commit 4284ac3. Co-authored-by: Madison Caldwell <madison.caldwell@elastic.co>
7.9/x: 3e9c3dc |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
4 similar comments
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Removes index: false from binary mappings. This is failing on snapshot verification builds -
https://kibana-ci.elastic.co/job/elasticsearch+snapshots+verify/1056/execution/node/390/log/
@romseygeek / @nik9000 - we have this passing on an older snapshot and I'm wondering if elastic/elasticsearch@219b7db is related. Can you verify this option shouldn't be used?