Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tracereport: also catch gaierror for gethostbyaddr() #117

Merged

Commits on Mar 15, 2024

  1. 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,...).
    olifre committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    9b77055 View commit details
    Browse the repository at this point in the history