-
Notifications
You must be signed in to change notification settings - Fork 835
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
Repeatedly logging [DEBUG] Closing connection. #2568
Comments
Thank you for the heads up @ntorba - can you provide the version of the seldon containers for your model and for the seldon core controller? |
Here is a truncated description of my deployment. Let me know if anything else you need is not here (amp) HQSML-1712547:src ntorba605$ kubectl describe deploy seldon-controller-manager
Name: seldon-controller-manager
Service Account: seldon-manager
Containers:
manager:
Image: docker.io/seldonio/seldon-core-operator:1.2.3
Ports: 443/TCP, 8080/TCP
Host Ports: 0/TCP, 0/TCP
ENGINE_CONTAINER_IMAGE_AND_VERSION: docker.io/seldonio/engine:1.2.3
EXECUTOR_CONTAINER_IMAGE_AND_VERSION: docker.io/seldonio/seldon-core- |
Thanks @ntorba - are you using prepackaged servers for deploying your model? Or are you using language wrapper? If the latter can you share the image you used to build it? |
We are using the language wrapper. Do you know where I can look to find which language wrapper image was used? |
Hmm that is basically created at the time of containerisation, ie |
This is not something we've observed so I'm not sure what could be causing this - is this something you are seeing in the executor or in your model container? |
It's in the model container |
I'm using seldon_core version 1.3.0. |
Is it coming from gunicorn or if you are using grpc the the grpc server? |
gunicorn |
@cliveseldon @axsaucedo Adding this issue we found during community call: benoitc/gunicorn#1952 I should have mentioned in the first comment that my endpoint is still working... sorry! So this message is harmless for now, and also something that is likely being generated by some service running on my infra. I will let your team know if I identify the source of these logs! |
@ntorba as discussed, this seems to be a common issue in gunicorn so closing for now |
Describe the bug
Hello,
Recently, my seldon deployments started logging large sequences like this:
This had never happened until recently, and I'm not sure what I changed to have this happen. I was curious if anyone has seen similar effects.
To reproduce
Happens for any seldon deployment I make.
Expected behaviour
Before recently, The only logs shown would be for startup and requests sent to the model.
Environment
Running this on EKS cluster
Model Details
kubectl get seldondeployment -n <yourmodelnamespace> <seldondepname> -o yaml | grep image:
where<yourmodelnamespace>
]kubectl logs -n <yourmodelnamespace> <seldonpodname> <container>
]The text was updated successfully, but these errors were encountered: