You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@impala.apache.org by "Bharath Vissapragada (Code Review)" <ge...@cloudera.org> on 2018/09/01 06:14:17 UTC

[Impala-ASF-CR] [diagnostics] Make --minidump dir consistent with Impala's --minidump path

Bharath Vissapragada has posted comments on this change. ( http://gerrit.cloudera.org:8080/11353 )

Change subject: [diagnostics] Make --minidump_dir consistent with Impala's --minidump_path
......................................................................


Patch Set 3:

After digging through the 300MB clang tidy log file, the error appears to be this.

[WARNING] Could not transfer metadata com.cloudera.cdh:cdh-root:6.x-SNAPSHOT/maven-metadata.xml from/to ${distMgmtSnapshotsId} (${distMgmtSnapshotsUrl}): Cannot access ${distMgmtSnapshotsUrl} with type default using the available connector factories: BasicRepositoryConnectorFactory
[WARNING] Rule 0: org.apache.maven.plugins.enforcer.BannedDependencies failed with message:
[INFO] BUILD FAILURE
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (enforce-banned-dependencies) on project impala-frontend: Some Enforcer rules have failed. Look above for specific messages explaining why the rule failed. -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
mvn  -B install -DskipTests exited with code 0

Clearly it is not related to the patch, however I ran into it twice [1,2]. Also looks like I'm not alone. I could see other builds running into this [3].

Fredy, I see you added this dependency, does this ring a bell?


[1] https://jenkins.impala.io/job/clang-tidy-ub1604/2939/
[2] https://jenkins.impala.io/job/clang-tidy-ub1604/2976/
[3] https://jenkins.impala.io/job/clang-tidy-ub1604/2959/


-- 
To view, visit http://gerrit.cloudera.org:8080/11353
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I9e59f108a1f29a33768a39d0f4554d96e2dcd381
Gerrit-Change-Number: 11353
Gerrit-PatchSet: 3
Gerrit-Owner: Bharath Vissapragada <bh...@cloudera.com>
Gerrit-Reviewer: Bharath Vissapragada <bh...@cloudera.com>
Gerrit-Reviewer: Impala Public Jenkins <im...@cloudera.com>
Gerrit-Reviewer: Philip Zeyliger <ph...@cloudera.com>
Gerrit-Comment-Date: Sat, 01 Sep 2018 06:14:17 +0000
Gerrit-HasComments: No