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
Want to add in here that think issue is not Kafka specific. We ran into it recently with a significantly smaller number of ScaledObjects (< 10), and using only CPU and Prometheus scalers.
I have similiar problem - no crashing but also no scaling happens - instead getting long stream of
2021-07-19T04:03:24.568Z INFO kafka_scaler invalid offset found for topic topic10 in group knative-group10 and partition 0, probably no offset is committed yet
2021-07-19T04:03:34.709Z INFO kafka_scaler invalid offset found for topic topic10 in group knative-group10 and partition 0, probably no offset is committed yet
2021-07-19T04:03:44.820Z INFO kafka_scaler invalid offset found for topic topic10 in group knative-group10 and partition 0, probably no offset is committed yet
...
That was with v2.1.0 and I am now testing with latest from git.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.
stalebot
added
the
stale
All issues that are marked as stale due to inactivity
label
Oct 13, 2021
Keda sometimes crashes with concurrent map read and write. Our test involves 1000 ScaledObjects all using the Kafka scaler.
Steps to Reproduce the Problem
Create many SO with the Kafka scaler and wait. We experienced a crash after about 10 minutes from startup with 1000 SO, but YMMV.
Logs from KEDA operator
Specifications
The text was updated successfully, but these errors were encountered: