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

2022-07-12 Thread Apache Jenkins Server
For more details, see https://ci-hadoop.apache.org/job/hadoop-qbt-trunk-java8-linux-x86_64/919/ [Jul 11, 2022 5:03:44 AM] (noreply) HADOOP-18074 - Partial/Incomplete groups list can be returned in LDAP… (#4503) [Jul 11, 2022 6:04:52 AM] (noreply) MAPREDUCE-7201.Make Job History File

[jira] [Resolved] (HADOOP-17273) FSDataInput/Output Streams to automatically collect IOStatistics

2022-07-12 Thread Steve Loughran (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran resolved HADOOP-17273. - Resolution: Won't Fix just use thread level stats from HADOOP-17461 >

[jira] [Resolved] (HADOOP-17856) JsonSerDeser to collect IOStatistics

2022-07-12 Thread Steve Loughran (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17856?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran resolved HADOOP-17856. - Resolution: Won't Fix no. use the thread stats instead > JsonSerDeser to collect

[VOTE] Release Apache Hadoop 3.2.4 - RC0

2022-07-12 Thread Masatake Iwasaki
Hi all, Here's Hadoop 3.2.4 release candidate #0: The RC is available at: https://home.apache.org/~iwasakims/hadoop-3.2.4-RC0/ The RC tag is at: https://github.com/apache/hadoop/releases/tag/release-3.2.4-RC0 The Maven artifacts are staged at:

[jira] [Resolved] (HADOOP-18294) Ensure build folder exists before writing checksum file.ProtocRunner#writeChecksums

2022-07-12 Thread Akira Ajisaka (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akira Ajisaka resolved HADOOP-18294. Fix Version/s: 3.4.0 Resolution: Fixed Merged the PR into trunk. Thank you

[jira] [Created] (HADOOP-18336) tag FSDataInputStream.getWrappedStream() @Public/@Stable

2022-07-12 Thread Steve Loughran (Jira)
Steve Loughran created HADOOP-18336: --- Summary: tag FSDataInputStream.getWrappedStream() @Public/@Stable Key: HADOOP-18336 URL: https://issues.apache.org/jira/browse/HADOOP-18336 Project: Hadoop

[jira] [Resolved] (HADOOP-18100) Change scope of inner classes in InodeTree to make them accessible outside package

2022-07-12 Thread Masatake Iwasaki (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Masatake Iwasaki resolved HADOOP-18100. --- Fix Version/s: 3.4.0 3.2.4 3.3.9

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

2022-07-12 Thread Apache Jenkins Server
For more details, see https://ci-hadoop.apache.org/job/hadoop-qbt-branch-2.10-java7-linux-x86_64/720/ 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] [Created] (HADOOP-18335) Improve Pre-Commit Time

2022-07-12 Thread Ayush Saxena (Jira)
Ayush Saxena created HADOOP-18335: - Summary: Improve Pre-Commit Time Key: HADOOP-18335 URL: https://issues.apache.org/jira/browse/HADOOP-18335 Project: Hadoop Common Issue Type: Task

Re: style rules

2022-07-12 Thread Gyori Andras
Hi all! I think this rule is all right. A real constant value (like PI) should be declared as static final, which could be named in an all caps fashion without violating the rule. In my opinion this rule is also a good safety net: if you declare a constant without static, you might end up with a