For more details, see
https://ci-hadoop.apache.org/job/hadoop-qbt-trunk-java8-linux-x86_64/1964/
[Jun 5, 2025, 6:37:57 AM] (github) HADOOP-19415. [JDK17] Upgrade JUnit from 4
to 5 in hadoop-common Part11. (#7671)
[Jun 5, 2025, 12:06:57 PM] (github) YARN-11822. Fix flaky unit test in
TestFederat
Hi Chris,
Thanks for volunteering for the release. I am happy to help in anyway I can.
Regarding [7],
JVM profile "jdk17+" has been added back in
https://issues.apache.org/jira/browse/HADOOP-19540 which is activated by
default whenever JDK17+ is used.
-Vinay
On 2025/06/03 22:40:57 Chris Nauro
regarding parquet, the jira there is :
https://github.com/apache/parquet-java/issues/3237
and while the change in that lib is "release the buffers", it hits a
problem with coalesced reads as there the releasing doesn't work.
my fix will be: disable coalescing, keep the code (for now), and add a
p
For more details, see
https://ci-hadoop.apache.org/job/hadoop-qbt-branch-2.10-java7-linux-x86_64/1779/
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
Thanks everyone for testing out this RC.
For this RC, the current status is:
* Issue with buffers allocated by ParquetFileReader.readVectored() are not
being released. While this is not new, we should root cause and fix in case
it's a hadoop issue for 3.4.2.
* Need to figure out what