Skip to content
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.

keda scale up doesn't work despite large queue length lag #7

Closed
mchmarny opened this issue Aug 30, 2020 · 1 comment
Closed

keda scale up doesn't work despite large queue length lag #7

mchmarny opened this issue Aug 30, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@mchmarny
Copy link
Owner

Example log

{"level":"debug","ts":1598799261.2208235,"logger":"kafka_scaler","msg":"Group autoscaling has a lag of 147410 for topic messages and partition 0\n"}
{"level":"debug","ts":1598799261.2208657,"logger":"scalehandler","msg":"Scaler for scaledObject is active","ScaledObject.Namespace":"default","ScaledObject.Name":"queue-outoscaling-scaler","ScaledObject.ScaleType":"deployment","Scaler":{}}
{"level":"debug","ts":1598799261.2310224,"logger":"scalehandler","msg":"ScaledObject's Status was properly updated","ScaledObject.Namespace":"default","ScaledObject.Name":"queue-outoscaling-scaler","ScaledObject.ScaleType":"deployment"}

This seems to be an issue with the HPA config (i.e. too old resource version)

W0830 14:54:22.057920       1 reflector.go:289] pkg/mod/k8s.io/[email protected]+incompatible/tools/cache/reflector.go:94: watch of *unstructured.Unstructured ended with: too old resource version: 1894736 (1894804)

There is a similar HPA issue being reported here

@mchmarny mchmarny added the bug Something isn't working label Aug 30, 2020
@mchmarny
Copy link
Owner Author

mchmarny commented Sep 1, 2020

Looks like this has been fixed in upcoming Keda v2 release. More on that here

@mchmarny mchmarny closed this as completed Sep 1, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant