You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Sean Busbey (Jira)" <ji...@apache.org> on 2019/09/17 04:07:00 UTC

[jira] [Resolved] (HBASE-22955) Branches-1 precommit and nightly yetus jobs are using jdk8 for jdk7 jobs

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

Sean Busbey resolved HBASE-22955.
---------------------------------
    Fix Version/s: 2.2.2
                   2.1.7
                   1.4.11
                   1.3.6
                   2.3.0
                   1.5.0
                   3.0.0
       Resolution: Fixed

> Branches-1 precommit and nightly yetus jobs are using jdk8 for jdk7 jobs
> ------------------------------------------------------------------------
>
>                 Key: HBASE-22955
>                 URL: https://issues.apache.org/jira/browse/HBASE-22955
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 1.5.0, 1.3.6, 1.4.11
>            Reporter: Sean Busbey
>            Assignee: Sean Busbey
>            Priority: Major
>             Fix For: 3.0.0, 1.5.0, 2.3.0, 1.3.6, 1.4.11, 2.1.7, 2.2.2
>
>
> branch-1 nightly job is failing while trying to do our yetus shaded jar test because the enforcer plugin complains about a jdk8 jdk-tools jar being present.
>  
> looking at the yetus footer, it's because jdk8 is being used instead of jdk7:
> {code:java}
> [2019-08-30T13:30:34.353Z] | maven | version: Apache Maven 3.0.5 |
> [2019-08-30T13:30:34.353Z] | Default Java | 1.8.0_222 |
>  {code}
> Same thing in the footer of the jdk7 build (which passes, even though it shouldn't)
> {code}
> [2019-08-30T15:43:29.103Z] | maven | version: Apache Maven 3.0.5 |
> [2019-08-30T15:43:29.103Z] | Default Java | 1.8.0_222 |
> {code}
> Both builds appear to be properly running in Docker mode.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)