Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86_64

2021-03-24 Thread Apache Jenkins Server
For more details, see https://ci-hadoop.apache.org/job/hadoop-qbt-trunk-java8-linux-x86_64/456/ [Mar 23, 2021 4:53:45 AM] (noreply) HADOOP-17598. Fix java doc issue introduced by HADOOP-17578. (#2802). Contributed by Xiaoyu Yao. [Mar 23, 2021 11:36:58 AM] (noreply) HDFS-15908. Possible Resource

[jira] [Created] (HADOOP-17603) Upgrade tomcat-embed-core to 7.0.108

2021-03-24 Thread Ahmed Hussein (Jira)
Ahmed Hussein created HADOOP-17603: -- Summary: Upgrade tomcat-embed-core to 7.0.108 Key: HADOOP-17603 URL: https://issues.apache.org/jira/browse/HADOOP-17603 Project: Hadoop Common Issue

[jira] [Reopened] (HADOOP-17222) Create socket address leveraging URI cache

2021-03-24 Thread Stephen O'Donnell (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen O'Donnell reopened HADOOP-17222: Reopening to backport to branch-3.3 > Create socket address leveraging URI cache >

Re: Hadoop 3.1 branch broken?

2021-03-24 Thread Mingliang Liu
Thank you Akira and Wei-Chiu for quick response. On Wed, Mar 24, 2021 at 12:39 AM Akira Ajisaka wrote: > > Should we move to JDK11? > > In trunk, JDK11 is already installed in the docker image and the > pre-commit job compiles Hadoop in both Java 8 and Java 11: >

[jira] [Resolved] (HADOOP-17476) ITestAssumeRole.testAssumeRoleBadInnerAuth failure

2021-03-24 Thread Steve Loughran (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran resolved HADOOP-17476. - Fix Version/s: 3.3.1 Resolution: Fixed >

[jira] [Created] (HADOOP-17602) Upgrade JUnit to 4.13.1

2021-03-24 Thread Ahmed Hussein (Jira)
Ahmed Hussein created HADOOP-17602: -- Summary: Upgrade JUnit to 4.13.1 Key: HADOOP-17602 URL: https://issues.apache.org/jira/browse/HADOOP-17602 Project: Hadoop Common Issue Type: Bug

[jira] [Created] (HADOOP-17601) Upgrade Jackson databind in branch-2.10 to 2.9.10.6

2021-03-24 Thread Ahmed Hussein (Jira)
Ahmed Hussein created HADOOP-17601: -- Summary: Upgrade Jackson databind in branch-2.10 to 2.9.10.6 Key: HADOOP-17601 URL: https://issues.apache.org/jira/browse/HADOOP-17601 Project: Hadoop Common

Apache Hadoop qbt Report: branch-2.10+JDK7 on Linux/x86_64

2021-03-24 Thread Apache Jenkins Server
For more details, see https://ci-hadoop.apache.org/job/hadoop-qbt-branch-2.10-java7-linux-x86_64/247/ [Mar 23, 2021 7:05:57 PM] (Jim Brennan) YARN-10697. Resources are displayed in bytes in UI for schedulers other than capacity. Contributed by Bilwa S T. -1 overall The following

Re: Hadoop 3.1 branch broken?

2021-03-24 Thread Akira Ajisaka
> Should we move to JDK11? In trunk, JDK11 is already installed in the docker image and the pre-commit job compiles Hadoop in both Java 8 and Java 11: https://issues.apache.org/jira/browse/HADOOP-16888 AFAIK there are still some compile errors in branch-3.1 and branch-3.2. On Wed, Mar 24, 2021

Re: Hadoop 3.1 branch broken?

2021-03-24 Thread Akira Ajisaka
Backported HADOOP-14671, HADOOP-16754, and YARN-10036. On Wed, Mar 24, 2021 at 3:50 PM Akira Ajisaka wrote: > > In branch-3.1, JDK 9 is installed and the default java version is set > to 9. In other branches, the default java version is 8. I'll backport > some related JIRAs to branch-3.2. > >

Re: Hadoop 3.1 branch broken?

2021-03-24 Thread Wei-Chiu Chuang
JDK9 is end of support. Should we move to JDK11? On Wed, Mar 24, 2021 at 2:51 PM Akira Ajisaka wrote: > In branch-3.1, JDK 9 is installed and the default java version is set > to 9. In other branches, the default java version is 8. I'll backport > some related JIRAs to branch-3.2. > > -Akira >

Re: Hadoop 3.1 branch broken?

2021-03-24 Thread Akira Ajisaka
In branch-3.1, JDK 9 is installed and the default java version is set to 9. In other branches, the default java version is 8. I'll backport some related JIRAs to branch-3.2. -Akira On Wed, Mar 24, 2021 at 3:27 PM Mingliang Liu wrote: > > Hi, > > From this build log >

Hadoop 3.1 branch broken?

2021-03-24 Thread Mingliang Liu
Hi, From this build log for PR 2799 in branch-3.1, I see there are failures complaining the sun.misc.Cleaner class is not found. Did we upgrade the JDK version, or any build file for that branch? I can check this