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

Unify blob store compress setting #39346

Merged

Conversation

henningandersen
Copy link
Contributor

@henningandersen henningandersen commented Feb 25, 2019

Blob store compression was all implemented generally, except reading the
setting for it. Moved the setting to BlobStoreRepository to unify this.
Also removed deprecated env setting 'repositories.fs.compress'.

This is a follow up on #39073

Given this is not documented, does this need to be included in the breaking changes
documentation for 8.0?

Blob store compression was all implemented generally, except reading the
setting for it. Moved the setting to BlobStoreRepository to unify this.
Also removed deprecated env setting 'repositories.fs.compress'.

This is a follow up on elastic#39073
@henningandersen henningandersen added >enhancement :Distributed/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs v8.0.0 labels Feb 25, 2019
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-distributed

Copy link
Member

@original-brownbear original-brownbear left a comment

Choose a reason for hiding this comment

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

LGTM :)

Not sure about adding something to the breaking changes (instinctively it may be a good idea, given the previous log message) => @ywelsch wdyt?

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. I'm inclined to add a note to the breaking changes docs, as I'm not sure exactly for what purpose this was added and who might be using it. @imotov @dadoonet do you remember where this undocumented node setting repositories.fs.compress is coming from?

Added breaking changes documentation on the removed
'repositories.fs.compress' setting.

This is a follow up on elastic#39073
@henningandersen
Copy link
Contributor Author

I added the breaking changes documentation for the removed setting.

@henningandersen
Copy link
Contributor Author

@elasticmachine run elasticsearch-ci/bwc
@elasticmachine run CLA

@henningandersen henningandersen merged commit ac7ec99 into elastic:master Feb 28, 2019
original-brownbear added a commit to original-brownbear/elasticsearch that referenced this pull request Mar 29, 2019
* Thanks to elastic#39346 we can simplify the logic here some more, now that compress is a `final` field
original-brownbear added a commit that referenced this pull request Apr 1, 2019
* Thanks to #39346 we can simplify the logic here some more, now that compress is a `final` field
gurkankaymak pushed a commit to gurkankaymak/elasticsearch that referenced this pull request May 27, 2019
* Thanks to elastic#39346 we can simplify the logic here some more, now that compress is a `final` field
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Distributed/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs >enhancement v8.0.0-alpha1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants