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

Sean Busbey commented on HBASE-18833:
-------------------------------------

figured it out! the failure in [build 
#8686|https://builds.apache.org/job/PreCommit-HBASE-Build/8686] is a race 
condition. The run started using the branch-2 patch, so it grabbed the 
dockerfile for a branch-2 build. That means it got a docker image that does 
jdk8 by default. once in docker mode, it grabbed the branch-1 patch. Since 
branch-1 requires a build with jdk7 by default, the shaded jars build failed 
once it had a dependency built with jdk8.

You can see it in [the branch shadedjars 
output|https://builds.apache.org/job/PreCommit-HBASE-Build/8686/artifact/patchprocess/branch-shadedjars.txt/*view*/]
 and the [patch shadedjars 
output|https://builds.apache.org/job/PreCommit-HBASE-Build/8686/artifact/patchprocess/patch-shadedjars.txt/*view*/]

> Ensure precommit personality is up to date on all active branches
> -----------------------------------------------------------------
>
>                 Key: HBASE-18833
>                 URL: https://issues.apache.org/jira/browse/HBASE-18833
>             Project: HBase
>          Issue Type: Task
>          Components: test
>            Reporter: Sean Busbey
>            Assignee: Sean Busbey
>            Priority: Critical
>         Attachments: HBASE-18833-branch-1.v0.patch, 
> HBASE-18833-branch-1.v1.patch, HBASE-18833-branch-1.v2.patch, 
> HBASE-18833-branch-2.v0.patch, HBASE-18833-branch-2.v1.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to