KEDA operator restarting many times #1551
Unanswered
kevinmat
asked this question in
Q&A / Need Help
Replies: 1 comment 2 replies
-
@kevinmat could please try KEDA 2.1? We have made some performance improvements in that release, wrt to a bigger number of triggers. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am using KEDA version 2.0.0 , KEDA operator POD and KEDA metric pod are running on Kubernetes. I have defined many Kafka Triggers.
However I have noticed that the KEDA operator POD restarts many times and when I see the error in the pod logs of KEDA operator I see the following:
"error": "error getting scaler for trigger #0: error creating kafka client: kafka: client has run out of available brokers to talk to (Is your cluster reachable?)"}
github.com/go-logr/zapr.(*zapLogger).Error
/go/pkg/mod/github.com/go-logr/[email protected]/zapr.go:128
github.com/kedacore/keda/pkg/scaling.(*scaleHandler).checkScalers
/workspace/pkg/scaling/scale_handler.go:184
github.com/kedacore/keda/pkg/scaling.(*scaleHandler).startScaleLoop
/workspace/pkg/scaling/scale_handler.go:135
2021/01/31 13:14:10 http: Accept error: accept tcp [::]:8081: accept4: too many open files; retrying in 1s
Could anyone please suggest how to debug this issue . I have around 700 Kafka topics which have triggers associated across 5-6 of my K8s applications which I wanted to auto scale based on kafka lagThreshold and use KEDA.
Thanks in advance,
Kevin
Beta Was this translation helpful? Give feedback.
All reactions