Hello to anyone interested,
For about 1 hour on the 9th of June starting around 15h (CET) we got
several gaierrors on the Socket API. I know this api isn't properly
supported yet but it is the only way to use client side certificates at the
moment so I'm just asking anyway. Hosted in the EU if that helps.
The traceback originated here (rest of the traceback is our own code which
look rather not relevant):
sock = socket.create_connection((self.host, self.port), self.timeout)
File
"/base/data/home/runtimes/python27/python27_dist/lib/python2.7/socket.py",
line 551, in create_connection
for res in getaddrinfo(host, port, 0, SOCK_STREAM):
File
"/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/remote_socket/_remote_socket.py",
line 339, in getaddrinfo
canonical=(flags & AI_CANONNAME))
File
"/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/remote_socket/_remote_socket.py",
line 212, in _Resolve
canon, aliases, addresses = _ResolveName(name, families)
File
"/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/remote_socket/_remote_socket.py",
line 232, in _ResolveName
raise _SystemExceptionFromAppError(e)
gaierror: [Errno 2] temporary failure in name resolution
And is a typical result of a) insufficient sockets available on linux
machines (which should result in error 3 but hey, I'm not picky) or b) the
connection was dropped before a request would be made.,which could indicate
a timeout issue but I would expect a timeout error and no gaierror.
Does anyone have any idea what it could be? Is it our own code? Is it some
underlying problem?
The gaierrors I know are EAI_* errors from the socket layer but since we
cannot check those it might just as well be a configuration problem on our
side.
Thank you for your consideration,
Tristan
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit
https://groups.google.com/d/msgid/google-appengine/0009caf7-a169-40fc-894a-d4f01fb2a33c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.