openwayback
openwayback copied to clipboard
ZipNumBlockLoader:numRetries and AccessPoint:maxRedirectAttempts
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.