You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by dpkp <gi...@git.apache.org> on 2016/04/11 07:41:29 UTC

[GitHub] kafka pull request: KAFKA-3160: Fix LZ4 Framing

GitHub user dpkp opened a pull request:

    https://github.com/apache/kafka/pull/1212

    KAFKA-3160: Fix LZ4 Framing

    This contribution is my original work and I license the work under Apache 2.0.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/dpkp/kafka KAFKA-3160

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/kafka/pull/1212.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 #1212
    
----
commit b64e5f9f054131ae7bf6b9a10be861f5fb0caeab
Author: Dana Powers <da...@gmail.com>
Date:   2016-04-11T04:35:43Z

    Update KafkaLZ4Block* implementation to 1.5.1 framing spec
    
     - update spec to 1.5.1; remove dictID
     - fix frame descriptor HC check (dont include magic bytes)
     - dont require HC validation on input by default
     - add useBrokenHC boolean for output compatibility
     - nominal support for contentChecksum / contentSize flags

commit f1380d0e5f6e1e9d7b48a9cff3fbcd13b7a5fe3f
Author: Dana Powers <da...@gmail.com>
Date:   2016-04-11T05:35:31Z

    KAFKA-3160: use LZ4 v1.5.1 framing for all v1 messages; keep old framing for v0 messages

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] kafka pull request: KAFKA-3160: Fix LZ4 Framing

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/kafka/pull/1212


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---