CI on the maintenance branches is currently failing with a high incidence rate (~80% of jobs!), see 20.x, 19.x, 18.x; I've seen similar behaviour in the past few days already, though with more manageable failure rates.
Details
Downloading https://www.apache.org/dyn/closer.lua/arrow/arrow-20.0.0/apache-arrow-20.0.0.tar.gz?action=download
WARNING:urllib3.connectionpool:Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='archive.apache.org', port=443): Read timed out. (read timeout=9.15)")': /dist/arrow/arrow-20.0.0/apache-arrow-20.0.0.tar.gz
WARNING:urllib3.connectionpool:Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='archive.apache.org', port=443): Read timed out. (read timeout=9.15)")': /dist/arrow/arrow-20.0.0/apache-arrow-20.0.0.tar.gz
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='archive.apache.org', port=443): Read timed out. (read timeout=9.15)")': /dist/arrow/arrow-20.0.0/apache-arrow-20.0.0.tar.gz
WARNING: Error: HTTP 000 CONNECTION FAILED for url <[https://www.apache.org/dyn/closer.lua/arrow/arrow-20.0.0/apache-arrow-20.0.0.tar.gz?action=download>](https://www.apache.org/dyn/closer.lua/arrow/arrow-20.0.0/apache-arrow-20.0.0.tar.gz?action=download%3E)
Elapsed: -
This is one reason among several why I wanted to use the more reliable tarballs from the github tags (c.f. discussion in apache/arrow#32572), but upstream arrow maintainers have repeatedly recommended to use the https://www.apache.org/dyn/closer.lua?action=[...] URL, leading ultimately to a switch in dd20501
CC @raulcd @kou @assignUser
CI on the maintenance branches is currently failing with a high incidence rate (~80% of jobs!), see 20.x, 19.x, 18.x; I've seen similar behaviour in the past few days already, though with more manageable failure rates.
Details
This is one reason among several why I wanted to use the more reliable tarballs from the github tags (c.f. discussion in apache/arrow#32572), but upstream arrow maintainers have repeatedly recommended to use the
https://www.apache.org/dyn/closer.lua?action=[...]URL, leading ultimately to a switch in dd20501CC @raulcd @kou @assignUser