-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EventHub plugin reports strange values periodically #4250
Comments
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. |
Does this behavior still happen in v2.10? |
I am running in a development environment the upgraded version (2.10.1) and it actually does not seem to happen anymore. I need some more time to verify that this is indeed the case and upgrade production before I can tell for sure. Was there something that was fixed in 2.10 to make that happen? |
If I'm not wrong (and I can be), we upgraded the dep |
If you check the values using prometheus directly, do you see the same? I have had some renderization issues with grafana some times |
I still think that it can be a render error, I have faced with them sometimes in grafana :/ |
I have some issues with persistence, so I cannot go back in time to check unfortunately, but let me wait until it pops up again, and I can check raw prometheus data from prometheus pod to double check |
So, definitively KEDA is who is exposing that value :/ |
I can also add that my setup is 2 - 8 replicas, since I have 8 partitions in a hub. Usually it runs with 2 pods, each listening to 4 partitions each. Azure.Messaging.EventHubs.Processor 5.7.5, Azure Premium Storage Account. |
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. |
This issue has been automatically closed due to inactivity. |
I suppose the issue was not really fixed, just closed? Can we reopen it? |
sure! |
I have now turned the whole setup off since it is not possible to use with this issue, but as far as I remember it happened relatively often, more than once a day. |
I'll check it tomorrow morning |
In KEDA v2.10.1 still happens: Do you have any idea about the root cause @tomkerkhove @v-shenoy . I guess that it's related with the circular buffer of the EventHub, but I'm not sure |
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. |
I think this is still an active issue that should not be closed |
@tomkerkhove , do you think that we could get a revision from anyone with knowledge about the eventhub SDK? |
Can you summarize the issue please? |
Report
I have connected KEDA to event hub
There seem to be a number of issues with the connection:
The value is negative and extremely low:
2023-02-17T11:58:41Z INFO Reconciling ScaledObject {"controller": "scaledobject", "controllerGroup": "keda.sh", "controllerKind": "ScaledObject", "ScaledObject": {"name":"xxx","namespace":"xxx"}, "namespace": "xxx", "name": "data-ingest-iot", "reconcileID": "e272cdaa-8474-421e-9ca4-9fae7bda42f4"}
Which is probably strange since the default check period is every 30 seconds. I have a service bus trigger on another ScaledObject and neither of these things happen (no logs for reconciling, no "off" values either)
Expected Behavior
Actual Behavior
Steps to Reproduce the Problem
P.S. The negative value does not seem to happen in every environment where I run k8s.
Logs from KEDA operator
KEDA Version
2.9.3
Kubernetes Version
1.24
Platform
Microsoft Azure
Scaler Details
EventHubs
Anything else?
No response
The text was updated successfully, but these errors were encountered: