openwayback icon indicating copy to clipboard operation
openwayback copied to clipboard

ZipNumBlockLoader:numRetries and AccessPoint:maxRedirectAttempts

Open PsypherPunk opened this issue 9 years ago • 0 comments

We're using the FlexResourceStore and ZipNumBlockLoader in our CDXCollection.xml.

If the numRetries in ZipNumBlockLoader is set to anything > 1, then you can see errors like this in the log:

LOADFAIL: Timeout: Too many retries, limited to 1 

That is, unless you also set maxRedirectAttempts in the AccessPoint to be the same value as numRetries.

I'm not sure if this is an issue or just a documentation exercise; it seems odd having a retry count as a redirect.

PsypherPunk avatar Mar 20 '15 14:03 PsypherPunk