[
https://issues.apache.org/jira/browse/KAFKA-1164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason Rosenberg updated KAFKA-1164:
-----------------------------------
Status: Patch Available (was: Open)
Here's a patch, which updates the pom dependency for snappy to 1.0.5. I tested
this, by doing './sbt make-pom', and then inspecting the file:
{code}
core/target/scala-2.8.0/kafka_2.8.0-0.8.1.pom
{code}
I actually am not sure how the actual maven artifact pom.xml is generated, but
I am guessing this should indicate that it will do the right thing?
I updated 4 files that mentioned snappy 1.0.4.1 (and updated to 1.0.5):
{code}
bin/windows/kafka-run-class.bat
core/build.sbt
project/build/KafkaProject.scala
system_test/migration_tool_testsuite/0.7/bin/kafka-run-class.sh
{code}
Admittedly, I was not able to test each of these use cases, such as the windows
kafka-run-class.bat method, or the migration_tool_testsuite.
> kafka should depend on snappy 1.0.5 (instead of 1.0.4.1)
> --------------------------------------------------------
>
> Key: KAFKA-1164
> URL: https://issues.apache.org/jira/browse/KAFKA-1164
> Project: Kafka
> Issue Type: Bug
> Affects Versions: 0.8.0
> Reporter: Jason Rosenberg
> Labels: release
> Fix For: 0.8.1
>
>
> There is a bug in snappy 1.0.4.1, that makes it not work when using java 7,
> on MacOSX. This issue is fixed in snappy 1.0.5. We've confirmed this
> locally.
> https://github.com/ptaoussanis/carmine/issues/5
> So, the kafka distribution should update the KafkaProject.scala file to call
> out version 1.0.5 instead of 1.0.4.1. I believe this file is used when
> generating the pom.xml file for kafka.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)