-
Notifications
You must be signed in to change notification settings - Fork 264
making multi line work? Dead lock recursive locking #111
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
Note that despite the error, it works. But I don't think I should proceed until error is gone |
Thanks for reporting this Vince, and appreciate you logging the issue on the concat repo. fluent-plugins-nursery/fluent-plugin-concat#69 I will assist with following up with the concat devs, in the meantime, I will validate that flipping back to the 1.0.1 logging images doesn't show this error. The 1.1.0 images bumped the fluentd and concat plugin versions, so it may just be that they don't play nice yet with fluent 1.4. |
I can confirm 1.0.1 removed the errors |
I have updated the issue on the concat repo with reproducible steps for docker. |
Fixed in 1.2.0 |
I am still having this issue on SplunkConnect for kuberentes(i am on AWS EKS). Do I update the fluentd image to the updated one -1.2.0? |
yes, update to fluentd-hec image 1.1.1 OR see link to concat issues where there is a label workaround. looks like root cause is due to events being remitted to @splunk label... |
Thank you for the super quick response @matthewmodestino . Should I just update the version here to "1.2.0"?? |
no, there is no 1.2 https://hub.docker.com/r/splunk/fluentd-hec/tags Can you share the log you are seeing and the config you are running? |
You mean the pod logs ?? And the config of configMap or the daemonset? |
yes, I would pick a logging pod and dump the logs. At the head of the log we render the configuration the pod is running, then grab one of the errors you are seeing. |
I am not seeing any errors in the logs. |
ok...so let's back up then. Are you setting multiline rules in your configmap? If so, are you seeing the deadlock error? |
and are you seeing errors? also do all your containers actually match that line breaker? |
I have pushed the settings via configmap, so all containers should be having these settings. |
I have some events on multi line
So I added this line:
Which produces this config:
I'm getting an error "deadlock; recursive locking"
What am I doing wrong?
The text was updated successfully, but these errors were encountered: