SumoLogic / tailing-sidecar

tailing sidecar - the cluster-level logging agent for Kubernetes
Apache License 2.0
49 stars 14 forks source link

tailing-sidecar container gets ContainerOOMKilled, memory leak? #664

Open pm-src opened 7 months ago

pm-src commented 7 months ago

Seeing memory consumption grow periodically and then the container gets OOMKilled. Memory leak in the tailing agent container needs profiling(not the operator). Same pattern repeats every 10 days. Attached is the image showing memory usage.

Following are the version details: tailing-agent public.ecr.aws/sumologic/tailing-sidecar:0.9.0

image

kasia-kujawa commented 6 months ago

Do you observe this issue for the latest release https://github.com/SumoLogic/tailing-sidecar/releases/tag/v0.11.0? In latest release there is following change which impacts tailing-sidecar image:

In the future we plan to switch to otelcol based tailing sidecar at this moment there are only dev container images https://github.com/SumoLogic/tailing-sidecar/pkgs/container/tailing-sidecar-otel

pm-src commented 6 months ago

I'm still using v0.9.0, Let me test with the v0.11.0. thank you.