Rauli Ikonen
Rauli Ikonen
PGHoard uses single connection to download the entire file, while gsutil apparently fetches different parts of the file with separate connections. We will probably at some point be looking into...
Do you have any details of the cases where this has happened? We're uploading very large number of WAL segments each day and recovering those frequently as well and haven't...
There shouldn't be any generic issue with this as we've done very large amount of restorations across all major cloud providers and haven't been seeing this. If this is reproducible...
> Is there an automated test that runs on a machine with> 2GB of RAM? Yes. It would probably make sense to add an optional configuration parameter that can be...
Created as draft since this is speculative fix based on couple of log lines, didn't actually test in any way
Those tests look somewhat unrelated since the failing tests don't even import the code that was changed. But looks like the failures are consistent and main hasn't failed with the...
Added a constant for max retries to get rid of the magic numbers spread around the code.