-
Notifications
You must be signed in to change notification settings - Fork 37
Runtime Error with json kafka output #204
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
Comments
The kafka code is not well tested. Unfortunately, I'm not an expert on Kafka, so the code is very basic and maybe some error handling is missing. However, unless there is a way to replicate the error in a reasonable time, I'm not able to fix it at this point. Would you be able to provide a way (set of commands) to replicate the issue? |
We ran 'ipfixcol -v 3 ' command after configuring startup.xml as following
|
I was hoping for a bit more detailed information, something similar to the following: I'm trying to reproduce the issue now on Ubuntu 18.04 LTS with 2.1.0. I've setup the system as follows:
Configuration of the IPFIXcol is the following:
The following is done to start kafka and ipfixcol
I'm sending the same data repeatedly from file to ipfixcol and a consumer is running as follows:
Also, I needed to create enough partitions (not done by the broker by default):
I'll check the VM tomorrow to see whether it crashed or not. |
So, what crashed was the kafka process. Could you start with the above configuration and provide additional steps to reproduce the issue? |
In our case Kafka process din't crash.
…On 12/6/18, Petr Velan ***@***.***> wrote:
So, what crashed was the kafka process. Could you start with the above
configuration and provide additional steps to reproduce the issue?
--
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
#204 (comment)
|
When we run ipfixol using 'ipfixcol -v 3' with input ipfix messages over udp and json output on kafka we get this error on console almost after 12-24 hours:
terminate called after throwing an instance of 'std::runtime_error'
what(): Requested 'partition' is unknown in the Kafka cluster.
Aborted
Though partition never changes, and spark as a consumer continues to work using same partition & topic but without data.
The text was updated successfully, but these errors were encountered: