Skip to content
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

[BUG]: Kafka topic not existing at startup causes pipeline to crash but not exit #1491

Open
2 tasks done
nvawood opened this issue Feb 1, 2024 · 1 comment
Open
2 tasks done
Assignees
Labels
bug Something isn't working external This issue was filed by someone outside of the Morpheus team

Comments

@nvawood
Copy link

nvawood commented Feb 1, 2024

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

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
@nvawood nvawood added the bug Something isn't working label Feb 1, 2024
@jarmak-nv jarmak-nv added Needs Triage Need team to review and classify external This issue was filed by someone outside of the Morpheus team labels Feb 1, 2024
@jarmak-nv
Copy link
Contributor

Hi @nvawood!

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.

@efajardo-nv efajardo-nv removed the Needs Triage Need team to review and classify label Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working external This issue was filed by someone outside of the Morpheus team
Projects
Status: Todo
Development

No branches or pull requests

3 participants