[
https://issues.apache.org/jira/browse/KAFKA-3789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15314443#comment-15314443
]
ASF GitHub Bot commented on KAFKA-3789:
---------------------------------------
GitHub user granthenke opened a pull request:
https://github.com/apache/kafka/pull/1467
KAFKA-3789: Upgrade Snappy to fix snappy decompression errors
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/granthenke/kafka snappy-fix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/1467.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 #1467
----
commit f08e12a9a59fb143049f337bccdb1b9dc21120d1
Author: Grant Henke <[email protected]>
Date: 2016-06-03T17:13:23Z
KAFKA-3789: Upgrade Snappy to fix snappy decompression errors
----
> 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)