You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have observed a memory leak in the sarama library used in the keda-operator app which is causing the keda-operator pod to be OOM killed. The issue arises when there a many invalid kafka scaledobjects objects configured. We've enabled profiling on the keda-operator and see the below usage in the heap
Expected Behavior
The keda-operator app should not have a memory leak
Actual Behavior
The keda-operator pod getting OOM killed frequently
Steps to Reproduce the Problem
Install KEDA 2.15.1
Create a bunch of invalid kafka scaledobjects
Observe the pod memory usage increasing gradually until it gets OOM Killed
Logs from KEDA operator
example
KEDA Version
2.15.1
Kubernetes Version
1.28
Platform
Microsoft Azure
Scaler Details
Kafka
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Report
We have observed a memory leak in the sarama library used in the keda-operator app which is causing the keda-operator pod to be OOM killed. The issue arises when there a many invalid kafka scaledobjects objects configured. We've enabled profiling on the keda-operator and see the below usage in the heap
Expected Behavior
The keda-operator app should not have a memory leak
Actual Behavior
The keda-operator pod getting OOM killed frequently
Steps to Reproduce the Problem
Logs from KEDA operator
KEDA Version
2.15.1
Kubernetes Version
1.28
Platform
Microsoft Azure
Scaler Details
Kafka
Anything else?
No response
The text was updated successfully, but these errors were encountered: