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

Deprecate large max content length truncation #29339

Conversation

jasontedor
Copy link
Member

@jasontedor jasontedor commented Apr 2, 2018

Today if a user inputs a value for http.max_content_length that is greater than the setting can accomodate (Integer.MAX_VALUE), we truncate this to 100 MB (the default). This commit deprecates this leniency which will be removed in 7.0.0.

Relates #29337

Today if a user inputs a value for http.max_content_length that is
greater than the setting can accomodate (Integer.MAX_VALUE), we truncate
this to 100 MB (the default). This commit deprecates this leniency which
will be removed in 7.0.0.
@jasontedor jasontedor added review :Distributed Coordination/Network Http and internode communication implementations >deprecation v6.3.0 labels Apr 2, 2018
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-core-infra

Copy link
Member

@dakrone dakrone left a comment

Choose a reason for hiding this comment

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

LGTM

@jasontedor jasontedor merged commit a44e905 into elastic:6.x Apr 3, 2018
@jasontedor jasontedor deleted the deprecate-out-of-bounds-max-content-length-truncation branch April 3, 2018 00:19
@jasontedor
Copy link
Member Author

Thanks @dakrone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>deprecation :Distributed Coordination/Network Http and internode communication implementations v6.3.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants