-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
"vector validate" is stuck when running with kafka source and elasticsearch sinks #20367
Comments
A trace when validate works (once in a while, random behavior), we can see that everything is fine on rdkafka side 🤔
|
I'm a bit speechless. Adding 15ms on vector:
And, magic, Can somebody with the problem try this workaround ? 🙏 |
Huh, now that is is strange. Are Kafka and Elasticsearch already up and running when Vector starts up? |
Yes they are up during validate, and during starts up.
Note: If I run |
A note for the community
Problem
Hi, first, thank you for your work on vector :)
I have a problem with vector 0.37.1 (debian package, but I can trigger the problem with 0.36 too), with
vector validate
getting stuck majority of the time.It seems to be related to a
kafka
source and aelasticsearch
sink. If I test other configurations, no problem so far. This may be related to discussions in issue #19333A minimal configuration which trigger the problem is attached.
Sometimes it works:
I can see an open kafka connection to port 9092 when the validate is stuck.
The
offset=Invalid metadata=""
in DEBUG is strange. The kafka cluster works correctly.Thank you,
Configuration
Version
0.37.1
Debug Output
Example Data
No response
Additional Context
No response
References
#19333
The text was updated successfully, but these errors were encountered: