You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When launching the new, modular digital fingerprintinting pipeline, if the Kafka topic does not yet exist the pipeline will emit an error, but not retry or exit. The pod must be deleted and relaunched after the topic exists to proceed.
E20230912 21:18:35.035174 106 kafka_source.cpp:525] Failed retrieve Kafka committed offsets. Received unexpected ErrorCode. Expected: RdKafka::ERR_NO_ERROR(0), Received: -185, Msg: Local: Timed out
Minimum reproducible example
The easiest way to reproduce is to build the DFP container, but edit the pipeline to remove the sleep()s and basic Kafka-topic-exists check in the main() loop, then deploy the Helm chart for DFP and tail the pod logs.
Relevant log output
Click here to see error details
[Paste the error here, it will be hidden by default]
Full env printout
NGC DFP Helm chart
Other/Misc.
No response
Code of Conduct
I agree to follow Morpheus' Code of Conduct
I have searched the open bugs and have found no duplicates for this bug report
The text was updated successfully, but these errors were encountered:
Thanks for submitting this issue - our team has been notified and we'll get back to you as soon as we can!
In the mean time, feel free to add any relevant information to this issue.
Version
23.07
Which installation method(s) does this occur on?
Kubernetes
Describe the bug.
When launching the new, modular digital fingerprintinting pipeline, if the Kafka topic does not yet exist the pipeline will emit an error, but not retry or exit. The pod must be deleted and relaunched after the topic exists to proceed.
E20230912 21:18:35.035174 106 kafka_source.cpp:525] Failed retrieve Kafka committed offsets. Received unexpected ErrorCode. Expected: RdKafka::ERR_NO_ERROR(0), Received: -185, Msg: Local: Timed out
Minimum reproducible example
Relevant log output
Click here to see error details
Full env printout
NGC DFP Helm chart
Other/Misc.
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: