GitHub user ortutay opened a pull request:
https://github.com/apache/phoenix/pull/349
PHOENIX-4902 Use only compressed portion of hash cache memory buffer
See ticket https://issues.apache.org/jira/browse/PHOENIX-4902 for
description of issue. Current code loses Snappy compression benefits, this
change makes sure only the compressed portion is sent in the RPC message.a
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ortutay/phoenix
PHOENIX-4902-snappy-compression-fix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/phoenix/pull/349.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 #349
----
commit ed5f2251b6c0f10c3166c4a5480734c6741df4a4
Author: Marcell Ortutay <marcell.ortutay@...>
Date: 2018-09-16T04:05:12Z
PHOENIX-4902 Use only compressed portion of hash cache memory buffer
----
---