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
Hi,
We are using KNaive serving 1.11.1 for auto scaling our grpc service running in AKS. Sometimes we get below error when we send too many requests at once(80) in the activator logs
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
We are using KNaive serving 1.11.1 for auto scaling our grpc service running in AKS. Sometimes we get below error when we send too many requests at once(80) in the activator logs
{"severity":"ERROR","timestamp":"2023-10-10T20:31:54.809790427Z","logger":"activator","caller":"handler/handler.go:105","message":"Throttler try error","commit":"f60eb32","knative.dev/controller":"activator","knative.dev/pod":"activator-df6b87646-dz2g4","knative.dev/key":"testsvc/test-service-latest","error":"context canceled","stacktrace":"knative.dev/serving/pkg/activator/handler.(*activationHandler).ServeHTTP\n\tknative.dev/serving/pkg/activator/handler/handler.go:105\nknative.dev/serving/pkg/http/handler.(*timeoutHandler).ServeHTTP.func4\n\tknative.dev/serving/pkg/http/handler/timeout.go:118"}
And the client recieves
'Failed to connect all address" error.
Here is our service yaml:
apiVersion: serving.knative.dev/v1
kind: Service
metadata:
name: test-service
namespace: testsvc
spec:
template:
metadata:
name: test-service-latest
annotations:
Beta Was this translation helpful? Give feedback.
All reactions