<p dir="ltr">Look at varnishlog, and find the error in the log. And possibly look at a few BeReq before that.</p>
<p dir="ltr">I've seen apache wrongly replying 304 with body. As Varnish expect no body, it bytes are read as the next request's headers, and as you can guess, that doesn't work well. You may be affected my a variant of that.</p>
<div class="gmail_extra"><br><div class="gmail_quote">On Sep 21, 2016 11:14, "Tobias Honacker" <<a href="mailto:t.honacker@googlemail.com">t.honacker@googlemail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi all,<div><br></div><div>we are facing some issues trying to stresstest our oAuth App using Varnish 4.0.3 and Gatling</div><div><br></div><div>Infra:</div><div><br></div><div>LB -> Apache (SSL Offloading) + Varnish -> Appserver (Apache + Tomcat)</div><div><br></div><div>Varnishlog:</div><div><a href="http://pastebin.com/tCWgi01H" target="_blank">http://pastebin.com/tCWgi01H</a><br></div><div><br></div><div>VCL:</div><div><a href="http://pastebin.com/cEdzAwxs" target="_blank">http://pastebin.com/cEdzAwxs</a><br></div><div><br></div><div>tcpdump on our app server with 1 req/s (varnishlog 200): </div><div><a href="http://pastebin.com/XFVsANiN" target="_blank">http://pastebin.com/XFVsANiN</a><br></div><div><br></div><div>tcpdump on our app server with >= 2 req/s (varnishlog 503er):</div><div><a href="http://pastebin.com/f2EKADpx" target="_blank">http://pastebin.com/f2EKADpx</a><br></div><div><br></div><div>If varnish throws HTTP 503 the connection: close header is missing</div><div><br></div><div>Running tests using pipe works fine, because pipe sets connection: close</div><div>Running tests without varnish works fine, too.</div><div><br></div><div>The Apaches using KeepAlive:</div><div><br></div><div>KeepAlive On<br>MaxKeepAliveRequests 100<br>KeepAliveTimeout 10</div><div><br></div><div><br></div><div>Any suggestions?</div><div><br></div><div>Thanks in advance and best regards</div><div>Tobias</div></div>
<br>______________________________<wbr>_________________<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" rel="noreferrer" target="_blank">https://www.varnish-cache.org/<wbr>lists/mailman/listinfo/<wbr>varnish-misc</a><br></blockquote></div></div>