[Yum-devel] [PATCH] Reuse mirrors when max_retries > len(mirrors). BZ 765598
James Antill
james at fedoraproject.org
Fri Apr 12 15:47:44 UTC 2013
On Fri, 2013-04-12 at 16:33 +0200, Zdenek Pavlas wrote:
> When there's less mirrors than the retry limit, we should
> reuse mirrors. A wrapper around the mirror failure callback
> implements this.
>
> This needs a recent python-urlgrabber that sends the 'tries'
> counter to the callback.
Very close to 100% of the time that I move to a different mirror it's
because I got a 404 from a previous one ... so this is exactly the wrong
thing to do in that case.
A significant portion of the rest of the time it's because I got a
checksum failure, and again this is the wrong thing to do.
Which cases is this going to be good for?
More information about the Yum-devel
mailing list