You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: