-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to decompress snappy #55
Comments
This is due to the snappy-java framing that will sometimes create multiple frames, which rdkafka currently doesn't support. |
The problem I saw was on the publisher side though, where messages simply On Wednesday, January 8, 2014, Magnus Edenhill wrote:
|
Can you reproduce with rdkafka_performance or .._example? |
Reproduced with example. On Wednesday, January 8, 2014, Magnus Edenhill wrote:
|
Perfect, can you provide command lines? |
./rdkafka_example -P -b kafkadevcluster1-1.masked.com:5757, Error on publisher with debug on: 1389224014.657 RDKAFKA-7-MSGSET: rdkafka#producer-0: 1389224014.657 RDKAFKA-7-MSGSET: rdkafka#producer-0: On Wednesday, January 8, 2014, Magnus Edenhill wrote:
|
Is there any exception on the broker when this happens? Can you run with debug enabled?: ... -d all and see if it says anything more specific about that unknown error. |
I can reproduce it against an 0.8.0 (beta) cluster and not 0.8.1 so maybe On Wednesday, January 8, 2014, Magnus Edenhill wrote:
|
Maybe, but Ive been running most of my tests on 0.8.0 beta. |
Unfortunately I don't have access to the cluster hosts/logs. I guess try On Thursday, January 9, 2014, Magnus Edenhill wrote:
|
I cant reproduce it and would need more to go on. 2014/1/9 winbatch [email protected]
|
Got the broker log. Looks like snappy wasn't in the classpath/noclassdeffounderror |
Okay, good news. |
Snappy compressed messages sometimes fail decompression in the consumer
The text was updated successfully, but these errors were encountered: