You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Duo Zhang (Jira)" <ji...@apache.org> on 2022/10/23 13:38:00 UTC

[jira] [Created] (HBASE-27441) Use jdk 11.0.16 instead of 11.0.16.1 for branch-2.4

Duo Zhang created HBASE-27441:
---------------------------------

             Summary: Use jdk 11.0.16 instead of 11.0.16.1 for branch-2.4
                 Key: HBASE-27441
                 URL: https://issues.apache.org/jira/browse/HBASE-27441
             Project: HBase
          Issue Type: Task
          Components: build, scripts
            Reporter: Duo Zhang


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)