I had the same problem. Please help!<br><br>/usr/sbin/varnishd -P /var/run/varnish80.pid -a :80 -f /etc/varnish/varnish80.vcl -T <a href="http://127.0.0.1:6082">127.0.0.1:6082</a> -t 120 -w 1,1000,120 -u varnish -g varnish -i varnish81 -S /etc/varnish/secret -p thread_pool_add_delay 2 -p thread_pools 1 -p thread_pool_min 800 -p thread_pool_max 2000 -p session_linger 50 -p sess_workspace 4096 -n varnish80 -s malloc,6.5G<br>
<br>configuration related to this problem:<br>backend eadrm {<br>  .host = "<a href="http://drm-ea.xxxxxxxx.com">drm-ea.xxxxxxxx.com</a>";<br>  .port = "80";<br>  .connect_timeout = 40s;<br>  .first_byte_timeout = 80s;<br>
  .between_bytes_timeout = 40s;<br>}<br><br>  }  elsif (req.http.host ~ "drm-ea") {<br>     unset beresp.http.set-cookie;<br>     set beresp.ttl = 86400s;<br>     log "Adjusting EA-DRM TTL to 86400 seconds";<br>
<br>Thanks,<br><br>Lei<br><div class="gmail_quote">On Fri, Nov 4, 2011 at 11:52 AM, Rob S <span dir="ltr"><<a href="mailto:rtshilston@gmail.com">rtshilston@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Can you send the varnishlog for one of these failing requests?  Is<br>
this a POST or a GET request?  Are you using default VCL, or can you<br>
send the VCL you are using?<br>
<br>
Rob<br>
<div><div class="h5">On Fri, Nov 4, 2011 at 6:44 PM, Gresens, August <<a href="mailto:AGresens@scholastic.com">AGresens@scholastic.com</a>> wrote:<br>
> Hello<br>
><br>
><br>
><br>
> We’re having a very nasty production issue. We’re getting intermittent 503<br>
> from Varnish in front of a healthy backend.<br>
><br>
><br>
><br>
> This seems to happen on cache-miss, but we’re not seeing requests make it to<br>
> the backend. Varnish immediately returns the 503. After the first 503, the<br>
> page can usually be loaded by requesting it a few more times. This seems to<br>
> indicate that there is some condition within Varnish that prevents it from<br>
> hitting the backend that clears up quickly.<br>
><br>
><br>
><br>
> Has anyone seen this issue before? Is there anything we can try?<br>
><br>
><br>
><br>
> This is our startup config:<br>
><br>
><br>
><br>
> DAEMON_OPTS="-a :80 \<br>
><br>
> -T localhost:6082 \<br>
><br>
> -f /etc/varnish/default.vcl \<br>
><br>
> -S /etc/varnish/secret \<br>
><br>
> -s file,/var/lib/varnish/$INSTANCE/varnish_storage.bin,1G \<br>
><br>
> -p http_headers=128 \<br>
><br>
> -p sess_workspace=262144 \<br>
><br>
> -p connect_timeout=60 \<br>
><br>
> -p max_restarts=6 \<br>
><br>
> -p log_hashstring=on \<br>
><br>
> -p cli_timeout=60 \<br>
><br>
> -t 0"<br>
><br>
><br>
><br>
> We are on version 2.0.5<br>
><br>
><br>
><br>
> Thanks,<br>
><br>
><br>
><br>
> August<br>
><br>
><br>
><br>
><br>
><br>
</div></div>> _______________________________________________<br>
> varnish-misc mailing list<br>
> <a href="mailto:varnish-misc@varnish-cache.org">varnish-misc@varnish-cache.org</a><br>
> <a href="https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc" target="_blank">https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc</a><br>
><br>
<br>
_______________________________________________<br>
varnish-misc mailing list<br>
<a href="mailto:varnish-misc@varnish-cache.org">varnish-misc@varnish-cache.org</a><br>
<a href="https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc" target="_blank">https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc</a><br>
</blockquote></div><br>