You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Grant Henke (JIRA)" <ji...@apache.org> on 2016/06/03 17:21:59 UTC

[jira] [Updated] (KAFKA-3789) Upgrade Snappy to fix snappy decompression errors

     [ https://issues.apache.org/jira/browse/KAFKA-3789?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Grant Henke updated KAFKA-3789:
-------------------------------
    Status: Patch Available  (was: Open)

> Upgrade Snappy to fix snappy decompression errors
> -------------------------------------------------
>
>                 Key: KAFKA-3789
>                 URL: https://issues.apache.org/jira/browse/KAFKA-3789
>             Project: Kafka
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 0.10.0.0
>            Reporter: Grant Henke
>            Assignee: Grant Henke
>            Priority: Critical
>             Fix For: 0.10.0.1
>
>
> snappy-java recently fixed a bug where parsing the MAGIC HEADER was being handled incorrectly: https://github.com/xerial/snappy-java/issues/142
> This issue caused "unknown broker exceptions" in the clients and prevented these messages from being appended to the log when messages were written using snappy c bindings in clients like librdkafka or ruby-kafka and read using snappy-java in the broker.   
> The related librdkafka issue is here: https://github.com/edenhill/librdkafka/issues/645
> I am able to regularly reproduce the issue with librdkafka in 0.10 and after upgrading snappy-java to 1.1.2.6 the issue is resolved. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)