-
Notifications
You must be signed in to change notification settings - Fork 484
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
errno: Interrupted system call #75
Comments
Just to add, I have checked and all lines from the file are correctly appearing in the topic. |
If you disable librdkafka debugging, is kafkacat saying anything? |
Nope, nothing being output if I dont specify "-X debug=all". To give some more info, I'm calling kafkacat from a shell script to process some historical data (few hundred files). It worked fine for while (returning 0) but with the newer files (which are larger) the error happens everytime. The current file is ~24M and 300k lines long. Unfortunately it contains confidential data so I cant share it :( |
Breaking point seems to be somewhere between 10MB and 14MB |
I think Ive reproduced it now. |
You can verify that this is the case by setting |
This should now be fixed on master, can you update and try to reproduce? |
Awesome, its working perfectly now. Thanks for the quick turnaround :) |
This may be related to #18 but its supposed to be fixed.
I am catting a text file into kafka with kafkacat (built today from bootstrap.sh), my messages are appearing in the topic but kafkacat is exiting with a return code of 1. The debug messages show...
Any suggestions?
The text was updated successfully, but these errors were encountered: