-
Notifications
You must be signed in to change notification settings - Fork 25.1k
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
Remove synthetic recovery source feature flag. #122615
Remove synthetic recovery source feature flag. #122615
Conversation
Hi @martijnvg, I've created a changelog YAML for you. |
Pinging @elastic/es-storage-engine (Team:StorageEngine) |
Pinging @elastic/es-distributed-indexing (Team:Distributed Indexing) |
…ecovery_source_feature_flag
…ecovery_source_feature_flag
…ecovery_source_feature_flag
Hi @martijnvg, I've updated the changelog YAML for you. |
"es.index_recovery_use_synthetic_source_feature_flag_enabled=true", | ||
Version.fromString("8.18.0"), | ||
null | ||
), |
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.
Does this cause issues during upgrade?
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.
No, since the feature flag is now completely removed and so regular index version checks avoid issue during upgrades.
…ecovery_source_feature_flag
💔 Backport failed
You can use sqren/backport to manually backport by running |
Backporting elastic#122615 to 8.branch. This feature flag controls whether synthetic recovery source is enabled by default when the source mode is synthetic. The synthetic recovery source feature itself is already available via the index.recovery.use_synthetic_source index setting and can be enabled by anyone using synthetic source. The default value of index.recovery.use_synthetic_source setting defaults to true when index.mapping.source.mode is enabled. The index.mapping.source.mode default to true if index.mode is logsdb or time_series. In other words, with this change synthetic recovery source will be enabled by default for logsdb and tsdb. Closes elastic#116726
Backporting #122615 to 8.branch. This feature flag controls whether synthetic recovery source is enabled by default when the source mode is synthetic. The synthetic recovery source feature itself is already available via the index.recovery.use_synthetic_source index setting and can be enabled by anyone using synthetic source. The default value of index.recovery.use_synthetic_source setting defaults to true when index.mapping.source.mode is enabled. The index.mapping.source.mode default to true if index.mode is logsdb or time_series. In other words, with this change synthetic recovery source will be enabled by default for logsdb and tsdb. Closes #116726
This feature flag controls whether synthetic recovery source is enabled by default when the source mode is synthetic. The synthetic recovery source feature itself is already available via the index.recovery.use_synthetic_source index setting and can be enabled by anyone using synthetic source. The default value of index.recovery.use_synthetic_source setting defaults to true when index.mapping.source.mode is enabled. The index.mapping.source.mode default to true if index.mode is logsdb or time_series. In other words, with this change synthetic recovery source will be enabled by default for logsdb and tsdb. Closes elastic#116726
This feature flag controls whether synthetic recovery source is enabled by default when the source mode is synthetic.
The synthetic recovery source feature itself is already available via the
index.recovery.use_synthetic_source
index setting and can be enabled by anyone using synthetic source.The default value of
index.recovery.use_synthetic_source
setting defaults to true whenindex.mapping.source.mode
is enabled. Theindex.mapping.source.mode
default to true ifindex.mode
islogsdb
ortime_series
.In other words, with this change synthetic recovery source will be enabled by default for logsdb and tsdb.
Closes #116726