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

HTTP: Support compression (gzip, deflate) when using Accept-Encoding header #815

Closed
kimchy opened this issue Mar 30, 2011 · 1 comment
Closed

Comments

@kimchy
Copy link
Member

kimchy commented Mar 30, 2011

HTTP: Support compression (gzip, deflate) when using Accept-Encoding header. By default, its enabled, to disable it set http.compress to false. Compression level (on responses) can also be configured by setting http.compress_level to a value between 1 and 10 (defaults to 6).

@kimchy
Copy link
Member Author

kimchy commented Mar 30, 2011

HTTP: Support compression (gzip, deflate) when using Accept-Encoding header, closed by 8a5dd90.

@kimchy kimchy closed this as completed Mar 30, 2011
martijnvg pushed a commit to martijnvg/elasticsearch that referenced this issue Jan 31, 2018
If a persistent task throws an exception, the persistent tasks framework will no longer try to restart the task. This is a temporary measure to prevent threshing the cluster with endless restart attempt. We will revisit this in the future version to make the restart process more robust. Please note, however, that if node executing the task goes down, the task will still be restarted on another node.
martijnvg pushed a commit that referenced this issue Feb 5, 2018
If a persistent task throws an exception, the persistent tasks framework will no longer try to restart the task. This is a temporary measure to prevent threshing the cluster with endless restart attempt. We will revisit this in the future version to make the restart process more robust. Please note, however, that if node executing the task goes down, the task will still be restarted on another node.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant