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

Transport: add global compression support compressing all internal transport communication (using lzf) #321

Closed
kimchy opened this issue Aug 14, 2010 · 1 comment

Comments

@kimchy
Copy link
Member

kimchy commented Aug 14, 2010

By setting transport.tcp.compress to true, all communication between nodes will be compressed using lzf (offers a very good tradeoff between compression size and cpu overhead).

This can be very handy for environments where network is not as fast as one would hope it will be.

@kimchy
Copy link
Member Author

kimchy commented Aug 14, 2010

Transport: add global compression support compressing all internal transport communication (using lzf), closed by 1ee2f80.

williamrandolph pushed a commit to williamrandolph/elasticsearch that referenced this issue Jun 4, 2020
williamrandolph pushed a commit to williamrandolph/elasticsearch that referenced this issue Jun 4, 2020
Since the API between Hadoop versions is not backwards compatible,
expand the compat layer to allow the binary to run across 2.2, 2.3,
2.4, 2.4.1, 2.5 and 2.5.1. Note the latest 2.4 (2.4.1) is recommended.
Additionally add plenty of polishing to the CLI

related to elastic#321
williamrandolph pushed a commit to williamrandolph/elasticsearch that referenced this issue Jun 4, 2020
mindw pushed a commit to mindw/elasticsearch that referenced this issue Sep 5, 2022
…ic#321)

MPC-3647: wgu dedicated stack creation

* wgu dedicated stack creation

* remove forgotten (and now unused) variable

* fix region, remove var, add scaling note

* remove misplaced comment

* updated to 2.0.9 after discussion


Approved-by: Can Yildiz
This issue was closed.
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