-
Notifications
You must be signed in to change notification settings - Fork 980
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
Fluentd encountered a memory error (free(): invalid pointer) #1484
Comments
full fluentd pod log |
Also seeing this in logging fails
|
try to downgrade the version to 1.15 |
I ran into the same issue and found out that it's the result of the systemd plugin in combination with libjemalloc. Disabliing the latter will fix the problem. As I already build custom containers for the daemonset, I simply added |
The problem was reducted by the following new images:
|
Describe the bug
hi,
I have fluentd on EKS after updating the cluster from 1.24 to 1.25, i got an issue with fluentd pod.
every pod on my 2 clusters (staging and prod) has an error (free(): invalid pointer) and fills up my pod space with a core. files
I assume it's core dumps error files that cause my node to DiskPressure and evict my fluentd pods and reload them.
It happened to me in every node in the clusters.
To Reproduce
Expected behavior
Your Environment
Your Configuration
Your Error Log
Additional context
kubernetes-fluentd-conf
AUTOMATICALLY GENERATED
DO NOT EDIT THIS FILE DIRECTLY, USE /templates/conf/kubernetes.conf.erb
<label @FLUENT_LOG>
<match fluent.**>
@type null
@id ignore_fluent_logs
The text was updated successfully, but these errors were encountered: