503 Backend fetch failed / (again)

Ayberk Kimsesiz ayberk.kimsesiz at gmail.com
Mon Nov 21 12:05:54 CET 2016


Hi Geoff,

Thank you for your suggestion.  My current settings:

backend default {
  .host = "IP";
  .port = "8080";
  .connect_timeout = 60s;
  .first_byte_timeout = 60s;
  .between_bytes_timeout = 60s;
  .max_connections = 800;

}

The log screen: http://i.imgur.com/RixRgM3.png


And the *http first read error: EOF*  continues.

Thanks.


​


2016-11-21 13:53 GMT+03:00 Geoff Simmons <geoff at uplex.de>:

> On 11/21/2016 10:34 AM, Ayberk Kimsesiz wrote:
> >
> > Varnishlog:  *FetchError     http first read error: EOF*
>
> That's a first byte timeout.
>
> > *-   FetchError     http first read error: EOF* -   BackendClose
> > 160 boot.default -   Timestamp      Beresp: 1479720457.535409
> > 60.000158 60.000088 -   Timestamp      Error: 1479720457.535417
> > 60.000165 0.000008
>
> The Timestamp is telling you (2nd and 3rd numbers after
> Timestamp:Beresp) that your backend "boot.default" didn't send a
> response for 60 seconds before Varnish gave up, presumably because
> first_byte_timeout=60s.
>
> man vsl(7) tells you how to interpret the Timestamp log entries:
>
> https://www.varnish-cache.org/docs/trunk/reference/vsl.html#timestamps
>
> https://www.varnish-cache.org/docs/trunk/reference/vsl.html#
> backend-fetch-timestamps
>
> So you need to fix your backend.
>
>
> HTH,
> Geoff
> --
> ** * * UPLEX - Nils Goroll Systemoptimierung
>
> Scheffelstraße 32
> 22301 Hamburg
>
> Tel +49 40 2880 5731
> Mob +49 176 636 90917
> Fax +49 40 42949753
>
> http://uplex.de
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.varnish-cache.org/lists/pipermail/varnish-misc/attachments/20161121/ada2d981/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ad.png
Type: image/png
Size: 69204 bytes
Desc: not available
URL: <https://www.varnish-cache.org/lists/pipermail/varnish-misc/attachments/20161121/ada2d981/attachment-0001.png>


More information about the varnish-misc mailing list