GitHub user kishoreg opened a pull request:
https://github.com/apache/helix/pull/78
Auto compress ZNode that are greater than 1MB
Previously, users had to explicitly set enableCompression=true in the
ZNRecord to enable compression. This meant that the users had to anticipate
the size prior hand and set it in the ZNRecord to avoid runtime errors. This
patch turns this feature on automatically if the data size is >1MB.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kishoreg/helix auto-compress-znode
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/helix/pull/78.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #78
----
commit c9216c48ea5b900a661fbc1ced7d2f41c8bed38d
Author: kishoreg <[email protected]>
Date: 2017-03-28T21:22:14Z
Auto compress ZNode that are greater than 1MB
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---