You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by ortutay <gi...@git.apache.org> on 2018/09/16 04:06:21 UTC

[GitHub] phoenix pull request #349: PHOENIX-4902 Use only compressed portion of hash ...

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 <ma...@...>
Date:   2018-09-16T04:05:12Z

    PHOENIX-4902 Use only compressed portion of hash cache memory buffer

----


---

[GitHub] phoenix issue #349: PHOENIX-4902 Use only compressed portion of hash cache m...

Posted by ortutay <gi...@git.apache.org>.
Github user ortutay commented on the issue:

    https://github.com/apache/phoenix/pull/349
  
    Ping, please let me know if there are any issues with this PR


---