You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (Jira)" <ji...@apache.org> on 2019/11/05 22:32:00 UTC

[jira] [Closed] (ARROW-7065) Swiss mirror for thrift is not accessible.

     [ https://issues.apache.org/jira/browse/ARROW-7065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wes McKinney closed ARROW-7065.
-------------------------------
    Resolution: Won't Fix

It's probably a transient issue, but you can set the environment variable {{$ARROW_THRIFT_URL}} to use some other URL in the meantime. 

https://github.com/apache/arrow/blob/master/cpp/cmake_modules/ThirdpartyToolchain.cmake#L386

> Swiss mirror for thrift is not accessible.
> ------------------------------------------
>
>                 Key: ARROW-7065
>                 URL: https://issues.apache.org/jira/browse/ARROW-7065
>             Project: Apache Arrow
>          Issue Type: Bug
>    Affects Versions: 0.14.1
>            Reporter: Dmitri Konstantinov
>            Priority: Major
>
> Dear experts,
> We are doing builds of our software with Apache Arrow with builtin Thrift and since this night we are getting the following error message:
> {code:java}
> -- Retrying...
> -- Using src='http://www.pirbot.com/mirrors/apache//thrift/0.12.0/thrift-0.12.0.tar.gz'
> -- Retry after 5 seconds (attempt #2) ...
> -- Using src='http://www.pirbot.com/mirrors/apache//thrift/0.12.0/thrift-0.12.0.tar.gz'
> -- Retry after 5 seconds (attempt #3) ...
> -- Using src='http://www.pirbot.com/mirrors/apache//thrift/0.12.0/thrift-0.12.0.tar.gz'
> -- Retry after 15 seconds (attempt #4) ...
> -- Using src='http://www.pirbot.com/mirrors/apache//thrift/0.12.0/thrift-0.12.0.tar.gz'
> -- Retry after 60 seconds (attempt #5) ...
> -- Using src='http://www.pirbot.com/mirrors/apache//thrift/0.12.0/thrift-0.12.0.tar.gz'
> CMake Error at thrift_ep-stamp/download-thrift_ep.cmake:159 (message):
>   Each download failed!    error: downloading 'http://www.pirbot.com/mirrors/apache//thrift/0.12.0/thrift-0.12.0.tar.gz' failed
>          status_code: 7
>          status_string: "Couldn't connect to server"
>          log:
>          --- LOG BEGIN ---
>            Trying 5.135.182.112...  TCP_NODELAY set  connect to 5.135.182.112 port 80 failed: Connection timed out  Failed to connect to www.pirbot.com port 80: Connection timed out  Closing connection 0           --- LOG END ---
>          error: downloading 'http://www.pirbot.com/mirrors/apache//thrift/0.12.0/thrift-0.12.0.tar.gz' failed
>          status_code: 7
>          status_string: "Couldn't connect to server"
>          log:
>          --- LOG BEGIN ---
>            Trying 5.135.182.112...  TCP_NODELAY set  connect to 5.135.182.112 port 80 failed: Connection timed out  Failed to connect to www.pirbot.com port 80: Connection timed out  Closing connection 0
> {code}
> Apparently, Swiss mirror site www.pirbot.com/ providing Apache packages is down.
> Please let us know if there is any way to mitigate this.
> Cheers,   
>      Dmitri
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)