[Varnish] #650: Varnish probes and nginx + FastCGI don't get on together.
Varnish
varnish-bugs at projects.linpro.no
Tue Feb 23 20:25:08 CET 2010
#650: Varnish probes and nginx + FastCGI don't get on together.
----------------------+-----------------------------------------------------
Reporter: t0m | Owner: phk
Type: defect | Status: new
Priority: normal | Milestone:
Component: varnishd | Version: trunk
Severity: major | Resolution:
Keywords: |
----------------------+-----------------------------------------------------
Comment (by t0m):
strace doesn't show anything interesting when varnish is consuming 100% of
CPU:
{{{
button varnish $ sudo strace -p 713
Process 713 attached - interrupt to quit
restart_syscall(<... resuming interrupted call ...>) = 1
read(10, "ping\n", 8191) = 5
time(NULL) = 1266953031
writev(13, [{"200 19 \n", 13}, {"PONG 1266953031 1.0", 19}, {"\n",
1}], 3) = 33
poll([{fd=10, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(10, "ping\n", 8191) = 5
time(NULL) = 1266953034
writev(13, [{"200 19 \n", 13}, {"PONG 1266953034 1.0", 19}, {"\n",
1}], 3) = 33
poll([{fd=10, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(10, "ping\n", 8191) = 5
time(NULL) = 1266953037
writev(13, [{"200 19 \n", 13}, {"PONG 1266953037 1.0", 19}, {"\n",
1}], 3) = 33
poll( <unfinished ...>
Process 713 detached
}}}
I'll attach a varnishstat and my config.
--
Ticket URL: <http://varnish-cache.org/ticket/650#comment:3>
Varnish <http://varnish.projects.linpro.no/>
The Varnish HTTP Accelerator
More information about the varnish-bugs
mailing list