Skip to content
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

Conversation

henningandersen
Copy link
Contributor

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.

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.
@henningandersen henningandersen added >bug >breaking :Distributed Coordination/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs v8.0.0 labels Mar 14, 2019
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-distributed

Adapted test case to new default.
@henningandersen
Copy link
Contributor Author

@elasticmachine run elasticsearch-ci/1

Failed due to #40030

docs/reference/migration/migrate_8_0/snapshots.asciidoc Outdated Show resolved Hide resolved
==== 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.
Copy link
Contributor

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.

Copy link
Contributor Author

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

Found more places to change in documentation.
@henningandersen
Copy link
Contributor Author

@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).

@henningandersen
Copy link
Contributor Author

@elasticmachine run elasticsearch-ci/2

@henningandersen henningandersen requested a review from ywelsch March 15, 2019 08:27
Copy link
Contributor

@ywelsch ywelsch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants