-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Issue with connection to /tmp/prometheus-nginx.socket #3084
Comments
@petrokashlikov please update to 0.19.0. In that version, we send the metrics in batches to avoid this issue. #2957 |
@aledbf Thank you, we will try this today. |
Closing. Please reopen if this is still an issue after the update to 0.19.0 |
@aledbf it seems I can't re-open issue as per github rules, if you closed it. 2018-09-12 17:45:10.000 EDT |
There is change the behavior for ending paths with / when rewrite is used #2899 |
Closing. Please open a new issue describing the rewrite problem. Please first try 0.20.0. |
Is this a request for help? (If yes, you should use our troubleshooting guide and community support channels, see https://kubernetes.io/docs/tasks/debug-application-cluster/troubleshooting/.):
What keywords did you search in NGINX Ingress controller issues before filing this one? (If you have found any duplicates, you should instead reply there.):
prometheus-nginx.socket,lua,lua entry thread aborted
I was able to find similar issue #2688, but our case is a bit different. nginx is not failing to start and most of the time it actually works properly, but then throw errors
Is this a BUG REPORT or FEATURE REQUEST? (choose one): BUG
NGINX Ingress controller version: 0.17.0
Kubernetes version (use
kubectl version
): v1.10.6-gke.2Environment: GKE
uname -a
): Linux nginx-ingress-controller-65447875dd-shpgj 4.15.0-1017-gcp Audit backend interface for cross platform compatibility #18~16.04.1-Ubuntu SMP Fri Aug 10 13:26:07 UTC 2018 x86_64 GNU/LinuxWhat happened:
After we update nginx to 0.17.0 we begin to get such kind of errors in nginx logs
"2018/09/12 02:43:18 [error] 1600#1600: *686359 connect() to unix:/tmp/prometheus-nginx.socket failed (11: Resource temporarily unavailable), context: ngx.timer, client: 10.12.1.10, server: 0.0.0.0:443
What you expected to happen:
I expect it not to throw this errors
How to reproduce it (as minimally and precisely as possible):
As far I can tell that this seems to be occurring when controller is under load, but I have not yet found exact way to trigger this.
Anything else we need to know:
The text was updated successfully, but these errors were encountered: