[
https://issues.apache.org/jira/browse/ARROW-11611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17289186#comment-17289186
]
Ian Cook edited comment on ARROW-11611 at 2/23/21, 5:01 PM:
------------------------------------------------------------
FYI we are starting to see rate limiting problems downloading the third-party
package tarballs from
[https://github.com/ursa-labs/thirdparty/releases/tag/latest]. This week I had
a GHA task fail when downloading from
[https://github.com/ursa-labs/thirdparty/releases/download] with the error:
{code:java}
Connection state changed (MAX_CONCURRENT_STREAMS == 100)!
The requested URL returned error: 429
stopped the pause stream! {code}
So when these packages are updated, could we consider also uploading them to
another place for added redundancy (and adding those URLs to
ThirdpartyToolchain.cmake)?
was (Author: icook):
FYI we are starting to see rate limiting problems downloading the third-party
package tarballs from
[https://github.com/ursa-labs/thirdparty/releases/tag/latest]. This week I had
a GHA task fail when downloading from
[https://github.com/ursa-labs/thirdparty/releases/download] with the error:
{code:java}
Connection state changed (MAX_CONCURRENT_STREAMS == 100)!
The requested URL returned error: 429
stopped the pause stream! {code}
> [C++] Update third party dependency mirrors
> -------------------------------------------
>
> Key: ARROW-11611
> URL: https://issues.apache.org/jira/browse/ARROW-11611
> Project: Apache Arrow
> Issue Type: Improvement
> Components: C++
> Reporter: Neal Richardson
> Assignee: Ben Kietzman
> Priority: Major
> Fix For: 4.0.0
>
>
> We added copies of these a while back as GitHub releases to handle rate
> limiting to our own bintray. We've since bumped our dependency versions but
> didn't update our copies in these mirrors, so they're currently useless.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)