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

2024-04-24 Thread Apache Jenkins Server
For more details, see https://ci-hadoop.apache.org/job/hadoop-qbt-trunk-java8-linux-x86_64/1569/ [Apr 23, 2024, 11:11:51 AM] (github) HDFS-17451. RBF: fix spotbugs for redundant nullcheck of dns. (#6697) -1 overall The following subsystems voted -1: blanks hadolint pathlen spotbugs

[jira] [Created] (HDFS-17499) removeQueuedBlock in PendingDataNodeMessages has memory leak

2024-04-24 Thread Danny Becker (Jira)
Danny Becker created HDFS-17499: --- Summary: removeQueuedBlock in PendingDataNodeMessages has memory leak Key: HDFS-17499 URL: https://issues.apache.org/jira/browse/HDFS-17499 Project: Hadoop HDFS

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

2024-04-24 Thread Apache Jenkins Server
For more details, see https://ci-hadoop.apache.org/job/hadoop-qbt-branch-2.10-java7-linux-x86_64/1372/ 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:

[jira] [Created] (HDFS-17498) Distcp the concat files error, because sourceFS's chesksum is not equals to targetFS's chesksum.

2024-04-24 Thread xiaojunxiang (Jira)
xiaojunxiang created HDFS-17498: --- Summary: Distcp the concat files error, because sourceFS's chesksum is not equals to targetFS's chesksum. Key: HDFS-17498 URL: https://issues.apache.org/jira/browse/HDFS-17498

Re: Discussion about NameNode Fine-grained locking

2024-04-24 Thread Xiaoqiao He
cc private@h.a.o. On Wed, Apr 24, 2024 at 3:35 PM ZanderXu wrote: > > Here are some summaries about the first phase: > 1. There are no big changes in this phase > 2. This phase just uses FS lock and BM lock to replace the original global > lock > 3. It's useful to improve the performance, since

Re: Discussion about NameNode Fine-grained locking

2024-04-24 Thread ZanderXu
Here are some summaries about the first phase: 1. There are no big changes in this phase 2. This phase just uses FS lock and BM lock to replace the original global lock 3. It's useful to improve the performance, since some operations just need to hold FS lock or BM lock instead of the global lock

Fwd: Discussion about NameNode Fine-grained locking

2024-04-24 Thread ZanderXu
Hi everyone All subtasks of the first phase of the FGL have been completed and I plan to merge them into the trunk and start the second phase based on the trunk. Here is the PR that used to merge the first phases into trunk: https://github.com/apache/hadoop/pull/6762 Here is the ticket: