[ https://issues.apache.org/jira/browse/INFRA-15984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Zoltan Haindrich resolved INFRA-15984.
--------------------------------------
Resolution: Fixed
Thank you [~gmcdonald]!
I'll resolve this now...and reopen it if it somehow comes back...
> jenkins: connection refused from some hosts
> -------------------------------------------
>
> Key: INFRA-15984
> URL: https://issues.apache.org/jira/browse/INFRA-15984
> Project: Infrastructure
> Issue Type: Bug
> Components: Jenkins
> Reporter: Zoltan Haindrich
> Assignee: Gavin
> Priority: Major
>
> currently trying to access the same url from 2 different machines ends with different
results :)
> from (178.164.247.0/24)
> {code}
> wget https://builds.apache.org/job/PreCommit-HIVE-Build/9009/testReport
> --2018-02-04 11:39:20-- https://builds.apache.org/job/PreCommit-HIVE-Build/9009/testReport
> Resolving builds.apache.org (builds.apache.org)... 62.210.60.235
> Connecting to builds.apache.org (builds.apache.org)|62.210.60.235|:443... failed: Connection
refused.
> {code}
> meanwhile - from (94.199.53.0/24):
> {code}
> wget -O/tmp/a https://builds.apache.org/job/PreCommit-HIVE-Build/9009/testReport
> --2018-02-04 11:39:32-- https://builds.apache.org/job/PreCommit-HIVE-Build/9009/testReport
> Resolving builds.apache.org (builds.apache.org)... 62.210.60.235
> Connecting to builds.apache.org (builds.apache.org)|62.210.60.235|:443... connected.
> HTTP request sent, awaiting response... 302
> Location: /job/PreCommit-HIVE-Build/9009/testReport/ [following]
> ...
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
|