-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Place index_mode field behind feature flag. #83650
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
Place index_mode field behind feature flag. #83650
Conversation
Ensure that `index_mode` field in data stream template is behind `es.index_mode_feature_flag_registered` feature flag. This was not the case.
|
Pinging @elastic/es-data-management (Team:Data Management) |
modules/data-streams/build.gradle
Outdated
| tasks.named("yamlRestTest").configure{enabled = false } | ||
| } | ||
|
|
||
| if (BuildParams.isSnapshotBuild() == false) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should have been added via #83391, but didn't label that pr with release-test label.
|
I'm fixing the the release build before this pr in #83720. Changes not related to this change should be merged in first to fix the release build. |
imotov
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like we need to hunt down and add systemProperty 'es.index_mode_feature_flag_registered', 'true' to a few other builds. But the rest LGTM.
|
@elasticmachine run elasticsearch-ci/bwc |
Ensure that `index_mode` field in data stream template is behind `es.index_mode_feature_flag_registered` feature flag. This was not the case.
💚 Backport successful
|
Ensure that
index_modefield in data stream template is behindes.index_mode_feature_flag_registeredfeature flag.This was not the case and and using this would cause errors, because large part of tsdb is currently behind feature flag.
This isn't a bug yet, because 8.1.0 hasn't been released yet.