[ 
https://issues.apache.org/jira/browse/IMPALA-8527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16835875#comment-16835875
 ] 

ASF subversion and git services commented on IMPALA-8527:
---------------------------------------------------------

Commit 4c6ac151ef2c6efac8a8a3d02c342334bf9d688c in impala's branch 
refs/heads/master from Tim Armstrong
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=4c6ac15 ]

IMPALA-8527: prune maven repo dependencies

We transitively pull in references to repository.apache.org,
which in turn means we'll go looking for most of our dependencies
there. Downloading from repository.apache.org occasionally hangs,
so there's a high probability of a build getting stuck.

I was able to disable repository.apache.org entirely - the same packages
are available from other repositories that we don't see the same
issues with.

Locating snapshot versions is very chatty - we reach out to
mvnrepository.com and apache.org repeatedly, but I don't think
we actually need to consume any snapshots from them. So I
tried to minimise the number of repositories that we'll consume
snapshots from - I think we only intend to download snapshots
from the CDH repo.

Also remove the plugin snapshots repository. We historically
needed it because we used a snapshot version of the cup plugin,
but that was fixed by IMPALA-3418. Otherwise depending on plugin
snapshots seems like a bad idea.

Change-Id: I08e1f1b7d7742edd61179ee52b5e268c3b4dc61d
Reviewed-on: http://gerrit.cloudera.org:8080/13279
Reviewed-by: Fredy Wijaya <[email protected]>
Reviewed-by: Todd Lipcon <[email protected]>
Tested-by: Tim Armstrong <[email protected]>


> Maven hangs on jenkins.impala.io talking to repository.apache.org
> -----------------------------------------------------------------
>
>                 Key: IMPALA-8527
>                 URL: https://issues.apache.org/jira/browse/IMPALA-8527
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Infrastructure
>    Affects Versions: Impala 3.3.0
>            Reporter: Tim Armstrong
>            Assignee: Tim Armstrong
>            Priority: Blocker
>              Labels: broken-build
>
> We're seeing most precommit builds failing because mvn gets stuck talking to 
> repository.apache.org. See IMPALA-8516.
> I'm going to see if we can avoid it by pruning down our Maven repository 
> dependencies - we should be able to get all the artifacts from other mirrors.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to