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

2024-01-04 Thread Apache Jenkins Server
For more details, see https://ci-hadoop.apache.org/job/hadoop-qbt-branch-2.10-java7-linux-x86_64/1261/ No changes -1 overall The following subsystems voted -1: asflicense hadolint mvnsite pathlen unit The following subsystems voted -1 but were configured to be filtered/ignored: cc

[jira] [Resolved] (HADOOP-18843) Guava version 32.0.1 bump to fix CVE-2023-2976 (hadoop-thirdparty PR#23)

2024-01-04 Thread Shilun Fan (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18843?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shilun Fan resolved HADOOP-18843. - Fix Version/s: 3.4.0 Hadoop Flags: Reviewed Resolution: Fixed > Guava version 32.0.

Re: Re: [DISCUSS] Release Hadoop 3.4.0

2024-01-04 Thread slfan1989
Hey all, We are planning to release Hadoop 3.4.0 base on trunk. I made some preparations and changed the target version of JIRA for non-blockers in HADOOP, HDFS, YARN, and MAPREDUCE from 3.4.0 to 3.5.0. If we want to create a new JIRA, the target version can directly select version 3.5.0. If you

Re: Re: [DISCUSS] Release Hadoop 3.4.0

2024-01-04 Thread PJ Fanning
I would like to get some dependencies upgraded for Hadoop 3.4.0. For me, it would be good to upgrade protobuf-java and Jackson to more secure versions. For protobuf-java, that would involve releasing hadoop-thirdparty 1.2.0 [1], including merging the protobuf upgrade [2]. For Jackson, we are ha

[jira] [Created] (HADOOP-19024) change to bouncy castle jdk1.8 jars

2024-01-04 Thread PJ Fanning (Jira)
PJ Fanning created HADOOP-19024: --- Summary: change to bouncy castle jdk1.8 jars Key: HADOOP-19024 URL: https://issues.apache.org/jira/browse/HADOOP-19024 Project: Hadoop Common Issue Type: Task

Re: Re: [DISCUSS] Release Hadoop 3.4.0

2024-01-04 Thread Steve Loughran
On Thu, 4 Jan 2024 at 15:53, PJ Fanning wrote: > I would like to get some dependencies upgraded for Hadoop 3.4.0. For me, > it would be good to upgrade protobuf-java and Jackson to more secure > versions. > > For protobuf-java, that would involve releasing hadoop-thirdparty 1.2.0 > [1], including

[jira] [Created] (HADOOP-19025) Migrate ContractTestUtils to AssertJ

2024-01-04 Thread Attila Doroszlai (Jira)
Attila Doroszlai created HADOOP-19025: - Summary: Migrate ContractTestUtils to AssertJ Key: HADOOP-19025 URL: https://issues.apache.org/jira/browse/HADOOP-19025 Project: Hadoop Common Issu

Re: Re: [DISCUSS] Release Hadoop 3.4.0

2024-01-04 Thread PJ Fanning
The new jar dependency just adds a class that Jackson JAX-RS support expects but that doesn't exist in the JAX-RS v1 jsr-311 jar [1]. JAX-RS v2 uses a jar called rs-api instead of jsr-311. The package names are the same but there are differences (new classes and API changes in some other classes).

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

2024-01-04 Thread Apache Jenkins Server
For more details, see https://ci-hadoop.apache.org/job/hadoop-qbt-trunk-java8-linux-x86_64/1461/ [Jan 3, 2024, 12:49:52 PM] (github) HADOOP-18971. [ABFS] Read and cache file footer with fs.azure.footer.read.request.size (#6270) [Jan 3, 2024, 1:12:38 PM] (github) Add synchronized on lockLeakCheck

Apache Hadoop qbt Report: branch-3.3+JDK8 on Linux/x86_64

2024-01-04 Thread Apache Jenkins Server
For more details, see https://ci-hadoop.apache.org/job/hadoop-qbt-branch-3.3-java8-linux-x86_64/142/ [Dec 28, 2023, 1:56:55 PM] (Takanobu Asanuma) HDFS-17150. EC: Fix the bug of failed lease recovery. (#5937). Contributed by Shuyan Zhang. [Dec 28, 2023, 1:57:10 PM] (Takanobu Asanuma) HDFS-17297.

Re: Re: [DISCUSS] Release Hadoop 3.4.0

2024-01-04 Thread slfan1989
Hey all, I plan to create a new branch of branch-3.4.0 this weekend and change the version of the trunk branch to 3.5.0-SNAPSHOT. If all goes well, I will release hadoop-3.4.0-RC0 early next week. hadoop-3.4.0 contains many changes, we may release multiple RC versions. Best Regards, Shilun Fan.