44 messages in ru.sysoev.nginxRe: Weird timeouts, not sure if I've ...
FromSent OnAttachments
mikeApr 30, 2008 9:36 pm 
Igor SysoevApr 30, 2008 9:54 pm 
mikeApr 30, 2008 10:07 pm 
Igor SysoevApr 30, 2008 10:12 pm 
mikeApr 30, 2008 10:25 pm 
Igor SysoevApr 30, 2008 10:29 pm 
mikeApr 30, 2008 10:37 pm 
Igor SysoevApr 30, 2008 10:40 pm 
mikeApr 30, 2008 10:53 pm 
Igor SysoevApr 30, 2008 11:01 pm 
mikeApr 30, 2008 11:26 pm 
Igor SysoevApr 30, 2008 11:43 pm 
mikeApr 30, 2008 11:55 pm 
Igor SysoevMay 1, 2008 12:02 am 
mikeMay 2, 2008 12:40 am 
mikeMay 2, 2008 1:26 am 
mikeMay 2, 2008 1:27 am 
Dave CheneyMay 2, 2008 5:46 am 
mikeMay 2, 2008 10:21 am 
Igor SysoevMay 2, 2008 10:35 am 
Igor SysoevMay 2, 2008 10:37 am 
mikeMay 2, 2008 11:22 am 
Cliff WellsMay 2, 2008 12:39 pm 
mikeMay 2, 2008 12:45 pm 
Cliff WellsMay 2, 2008 1:04 pm 
mikeMay 2, 2008 1:33 pm 
Denis S. FilimonovMay 2, 2008 1:43 pm 
mikeMay 2, 2008 1:52 pm 
Denis S. FilimonovMay 2, 2008 2:16 pm 
Cliff WellsMay 2, 2008 4:56 pm 
Rob MuellerMay 2, 2008 6:13 pm 
Denis S. FilimonovMay 2, 2008 7:35 pm 
mikeMay 2, 2008 8:16 pm 
Dave CheneyMay 2, 2008 9:54 pm 
Igor SysoevMay 2, 2008 10:51 pm 
Igor SysoevMay 2, 2008 11:04 pm 
Igor SysoevMay 2, 2008 11:24 pm 
mikeMay 2, 2008 11:35 pm 
Igor SysoevMay 2, 2008 11:39 pm 
Denis S. FilimonovMay 3, 2008 12:13 am 
Denis S. FilimonovMay 3, 2008 12:14 am 
Igor SysoevMay 3, 2008 2:04 am 
Andrew DeasonMay 3, 2008 3:41 pm 
mikeMay 3, 2008 4:19 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: Weird timeouts, not sure if I've set the right threshholdsActions...
From:mike (mike@public.gmane.org)
Date:Apr 30, 2008 10:25:53 pm
List:ru.sysoev.nginx

On the proxy. I've changed the IPs and hostnames to protect the innocent (except for the upstream IPs - which are the 10.13.5.x ones)

2008/04/30 22:02:44 [error] 24799#0: *77643721 upstream timed out (110: Connection timed out) while reading upstream, client: 21.5.4.247, server: lvs01.myhosting.net, request: "GET /gallery/videos/FLV_LG/ics2.flv HTTP/1.1", upstream: "http://10.13.5.14:80/gallery/videos/FLV_LG/ics2.flv", host: "media.clientdomain.net", referrer: "http://clientdomain.net/images/tempVid_lg.swf"

2008/04/30 22:04:45 [error] 24801#0: *77661724 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 12.107.23.215, server: lvs01.myhosting.net, request: "GET /forum/aus-classifieds/171768-e46-sub-box-2-x-r-f-p2-subs.html HTTP/1.1", upstream: "http://10.13.5.14:80/forum/aus-classifieds/171768-e46-sub-box-2-x-r-f-p2-subs.html", host: "www.clientdomain.net", referrer: "http://images.google.com/imgres?imgurl=http://memimage.cardomain.net/member_images/12/web/2124000-2124999/2124693_10_full.jpg&imgrefurl=http://www.clientdomain.net/forum/aus-classifieds/171768-e46-sub-box-2-x-r-f-p2-subs.html&start=100&h=431&w=575&sz=170&tbnid=vF8z4lznXJyOxM:&tbnh=100&tbnw=134&hl=en&prev=/images%3Fq%3De46%26start%3D80%26imgsz%3Dlarge%257Cxlarge%257Cxxlarge%257Chuge%26gbv%3D1%26hl%3Den%26sa%3DN"

2008/04/30 22:08:18 [error] 24798#0: *77681622 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 66.29.2.76, server: lvs01.myhosting.net, request: "GET /forum/general-discussion/117997-how-hard-repaint-car.html HTTP/1.1", upstream: "http://10.13.5.10:80/forum/general-discussion/117997-how-hard-repaint-car.html", host: "www.clientdomain.net"

i'm not actually seeing anything for that request in the backend error log. sometimes i see "client aborted connection" etc. but i enabled the "fastcgi_ignore_client_abort on;" on the backend, and "proxy_ignore_client_abort on;" on the proxy...

On 4/30/08, Igor Sysoev <is-G@public.gmane.org> wrote:

On Wed, Apr 30, 2008 at 10:07:59PM -0700, mike wrote:

On 4/30/08, Igor Sysoev <is-G@public.gmane.org> wrote:

The timeout errors has no relation to buffers. These errors usually means that backends are too slow.

What should I look at then to speed them up?

The backends are Linux, NFS server is FBSD7, proxy server is Linux. Any pointers are appreciated.

Could you show some timeout messages ?