[Bug debuginfod/27531] Support retry of failed downloads

mark at klomp dot org sourceware-bugzilla@sourceware.org
Fri Jul 9 13:58:57 GMT 2021


https://sourceware.org/bugzilla/show_bug.cgi?id=27531

Mark Wielaard <mark at klomp dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
                 CC|                            |mark at klomp dot org
             Status|NEW                         |RESOLVED

--- Comment #13 from Mark Wielaard <mark at klomp dot org> ---
commit 60117fb6b2006e1ef282fee48eae7646622d1667
Author: Alice Zhang <alizhang@redhat.com>
Date:   Tue Jul 6 16:12:43 2021 -0400

    PR27531: retry within default retry_limit will be supported.

    In debuginfod-client.c (debuginfod_query_server),insert a
    goto statement for jumping back to the beginning of curl
    handles set up if query fails and a non ENOENT error is returned.

    Also introduced DEBUGINFOD_RETRY_LIMIT_ENV_VAR and default
    DEBUGINFOD_RETRY_LIMIT(which is 2).

    Correponding test has been added to tests/run-debuginfod-find.sh

    Signed-off-by: Alice Zhang <alizhang@redhat.com>

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Elfutils-devel mailing list