-
Notifications
You must be signed in to change notification settings - Fork 25k
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
Blob Store compress default to true #40033
Blob Store compress default to true #40033
Conversation
Changed default of compress setting from false to true for blob store repositories. This aligns the code with documentation and also seems like the better default.
Pinging @elastic/es-distributed |
Adapted test case to new default.
@elasticmachine run elasticsearch-ci/1 Failed due to #40030 |
==== Compression of meta data files is now default on | ||
|
||
Previously, the default value for `compress` was `false`. The default has been changed to `true`. This aligns the | ||
default with documentation. |
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.
should we change the snapshot docs for 7.x and below to say that the default is false? We can then leave this sentence out.
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.
Removed that sentence in fd7d5fe and will do a follow-up PR against 7.x
Improved breaking changes documentation.
…ress_default_true
Found more places to change in documentation.
@ywelsch please notice the additional documentation changes, the compress option was documented on specific repository types too and here it was stated default false (now changed to true). |
@elasticmachine run elasticsearch-ci/2 |
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.
LGTM
Changed default of compress setting from false to true for blob store
repositories. This aligns the code with documentation and also seems
like the better default.