Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tracereport: also catch gaierror for gethostbyaddr()
socket.gethostbyaddr() throws a socket.gaierror exception if the address can not be resolved which was not caught before. Fixes regression introduced by e7d7c6f , after which Pilot yielded stage-in and stage-out errors with backtrace for sites using a non-DNS resolvable PANDA_HOSTNAME (VMs, long-lived containers,...).
- Loading branch information