Skip to content

Blob Store compress default to true#40033

Merged
henningandersen merged 5 commits intoelastic:masterfrom
henningandersen:fix_blob_store_compress_default_true
Mar 15, 2019
Merged

Blob Store compress default to true#40033
henningandersen merged 5 commits intoelastic:masterfrom
henningandersen:fix_blob_store_compress_default_true

Conversation

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

Pinging @elastic/es-distributed

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

@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.
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
Contributor Author

@elasticmachine run elasticsearch-ci/2

@henningandersen henningandersen requested a review from ywelsch March 15, 2019 08:27
Copy link
Copy Markdown
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

>breaking >bug :Distributed/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs v8.0.0-alpha1

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants