pg_featureserv icon indicating copy to clipboard operation
pg_featureserv copied to clipboard

Occasional EOF response from tileserv/featureserv - crashing Docker container

Open reyemtm opened this issue 3 years ago • 0 comments

level=warning msg="Error scanning Data rows: EOF"
...
level=fatal msg=EOF

I am not familiar with GO so am not sure what other information to provide. A request was made to a table from featureserv which resulted in the first error, a short series of requests were then made to the collections.json endpoint for health checks, then 9 minutes later the container crashed. This was for featureserv. I get the same messages sometimes from tileserv as well on another machine. I have run an older versions of both the tileserv and featureserv executables on Windows for years with no issues. The affected containers are both running inside Docker on Ubuntu.

There are some discussions on stackoverflow regarding EOF messages and the GO http server, so that may be of some help, not sure if they are related.

https://stackoverflow.com/questions/17714494/golang-http-request-results-in-eof-errors-when-making-multiple-requests-successi

reyemtm avatar Aug 16 '22 10:08 reyemtm