-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CI][C++] Recurrent failures downloading ORC from download.apache.org #44985
Comments
pitrou
added a commit
to pitrou/arrow
that referenced
this issue
Dec 10, 2024
pitrou
added a commit
to pitrou/arrow
that referenced
this issue
Dec 10, 2024
pitrou
added a commit
that referenced
this issue
Dec 10, 2024
…4977) ### Rationale for this change https://archive.apache.org/ is not suitable as the download primary location for CI builds, as it has strict rate limits and can cause download timeouts if the limit is reached. ### What changes are included in this PR? Use the [recommended download addresses](https://infra.apache.org/release-download-pages.html#download-page) and fall back on the ASF CDN. ### Are these changes tested? Yes, by CI. ### Are there any user-facing changes? No. * GitHub Issue: #44985 Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>
Issue resolved by pull request 44977 |
@pitrou I think we are still getting hit by this (or similar) in https://github.com/apache/arrow/actions/runs/12313812270/job/34368638458?pr=43782#step:12:1347? |
@NickCrews Yes, this will be fully solved with the next ORC release (see apache/orc#1830) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug, including details regarding any error messages, version, and platform.
We have recently starting to see very frequent download errors for the ORC library. Example:
https://github.com/apache/arrow/actions/runs/12245621761/job/34159883827
https://archive.apache.org/ indexes all past releases but discourages heavy use. We're probably hitting a rate limiter and being temporarily banned because of that.
Component(s)
C++, Continuous Integration
The text was updated successfully, but these errors were encountered: