[
https://issues.apache.org/jira/browse/HBASE-27441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17622837#comment-17622837
]
Duo Zhang commented on HBASE-27441:
-----------------------------------
Ah, there is no simple way to use latest jetty 9.3 for specific hadoop
versions, seems a maven profile will not be activated if we do not use
-Dxxx=xxx on command line explicitly...
Let me first change the java11 version to 11.0.16 to solve the jenkins job
problem first...
> Use latest jetty 9.3.x to fix the java version parse error
> ----------------------------------------------------------
>
> Key: HBASE-27441
> URL: https://issues.apache.org/jira/browse/HBASE-27441
> Project: HBase
> Issue Type: Task
> Components: build, scripts
> Reporter: Duo Zhang
> Assignee: Duo Zhang
> Priority: Major
> Fix For: 2.4.16
>
>
> In 2.4.x we still support hadoop 3.2.0, which is still on jetty 9.3.x, which
> can not parse jva version like 11.0.16.1
> https://github.com/eclipse/jetty.project/issues/2090
> This causes bunch of UT failures in nightly job for branch-2.4 and finally
> cause almost all UTs to be in flaky list.
> Usually for a mature minor release line, we will not bump its hadoop version,
> so let's downgrade the jdk 11 version to 11.0.16 to fix the nightly and flaky
> jobs.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)