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
High concurrent long-term requesting, the interceptor component will restart after a period of time. kubectl logs podxxx the pod log show fatal error: concurrent map iteration and map write
Expected Behavior
interceptor should be stable and don't restart when high concurrent requesting.
Actual Behavior
interceptor component restarts many time.
Steps to Reproduce the Problem
All the components is runing.
Using jmeter to send many request to nginx
Logs from KEDA HTTP operator
example
HTTP Add-on Version
0.4.0
Kubernetes Version
1.26
Platform
Any
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Report
High concurrent long-term requesting, the interceptor component will restart after a period of time.
kubectl logs podxxx
the pod log showfatal error: concurrent map iteration and map write
Expected Behavior
interceptor
should be stable and don't restart when high concurrent requesting.Actual Behavior
interceptor
component restarts many time.Steps to Reproduce the Problem
nginx
Logs from KEDA HTTP operator
HTTP Add-on Version
0.4.0
Kubernetes Version
1.26
Platform
Any
Anything else?
No response
The text was updated successfully, but these errors were encountered: