[jira] [Resolved] (HDFS-16433) The synchronized lock of IncrementalBlockReportManager will slow down the speed of creating/deleting/finalizing/opening block

2022-01-28 Thread Yuanbo Liu (Jira)
[ https://issues.apache.org/jira/browse/HDFS-16433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yuanbo Liu resolved HDFS-16433. --- Resolution: Not A Problem > The synchronized lock of IncrementalBlockReportManager will slow down the

[jira] [Created] (HDFS-16444) Show start time of JournalNode on Web

2022-01-28 Thread tomscut (Jira)
tomscut created HDFS-16444: -- Summary: Show start time of JournalNode on Web Key: HDFS-16444 URL: https://issues.apache.org/jira/browse/HDFS-16444 Project: Hadoop HDFS Issue Type: New Feature

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

2022-01-28 Thread Apache Jenkins Server
For more details, see https://ci-hadoop.apache.org/job/hadoop-qbt-trunk-java8-linux-x86_64/764/ [Jan 27, 2022 4:42:44 AM] (noreply) HDFS-16427. Add debug log for BlockManager#chooseExcessRedundancyStriped (#3888) [Jan 27, 2022 8:53:21 AM] (noreply) HDFS-16429. Add DataSetLockManager to manage f

[jira] [Created] (HDFS-16443) Fix edge case where DatanodeAdminDefaultMonitor doubly enqueues a DatanodeDescriptor on exception

2022-01-28 Thread Kevin Wikant (Jira)
Kevin Wikant created HDFS-16443: --- Summary: Fix edge case where DatanodeAdminDefaultMonitor doubly enqueues a DatanodeDescriptor on exception Key: HDFS-16443 URL: https://issues.apache.org/jira/browse/HDFS-16443

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

2022-01-28 Thread Apache Jenkins Server
For more details, see https://ci-hadoop.apache.org/job/hadoop-qbt-branch-2.10-java7-linux-x86_64/556/ 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] (HDFS-16441) The following error occurs when accessing webhdfs in Kerberos security mode:Failed to obtain user group information: java.io.IOException: Security enabled but user not a

2022-01-28 Thread Akira Ajisaka (Jira)
[ https://issues.apache.org/jira/browse/HDFS-16441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akira Ajisaka resolved HDFS-16441. -- Resolution: Invalid Hi [~xiaoqiuqiu] - In Apache Hadoop community, JIRA is used for the develop

Re: [VOTE] Release Apache Hadoop 3.3.2 - RC3

2022-01-28 Thread Akira Ajisaka
Thank you Masatake and Chao! On Fri, Jan 28, 2022 at 5:11 PM Chao Sun wrote: > Thanks Masatake and Akira for discovering the issue. I used > `dev-support/bin/create-release` which runs `mvn deploy -DskipTests > -Pnative -Pdist ...` in a separate container and somehow it didn't hit this > issue.

[jira] [Resolved] (HDFS-16169) Fix TestBlockTokenWithDFSStriped#testEnd2End failure

2022-01-28 Thread Akira Ajisaka (Jira)
[ https://issues.apache.org/jira/browse/HDFS-16169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akira Ajisaka resolved HDFS-16169. -- Fix Version/s: 3.4.0 3.3.3 Resolution: Fixed Committed to trunk and b

Re: [VOTE] Release Apache Hadoop 3.3.2 - RC3

2022-01-28 Thread Chao Sun
Thanks Masatake and Akira for discovering the issue. I used `dev-support/bin/create-release` which runs `mvn deploy -DskipTests -Pnative -Pdist ...` in a separate container and somehow it didn't hit this issue. Let me cherry-pick https://issues.apache.org/jira/browse/YARN-10561 to branch-3.3.2 and

Re: [VOTE] Release Apache Hadoop 3.3.2 - RC3

2022-01-28 Thread Masatake Iwasaki
Thanks, Akira. I confirmed that the issue is fixed in current branch-3.3 containing YARN-10561. On 2022/01/28 14:25, Akira Ajisaka wrote: Hi Masatake, I faced the same error in a clean environment and https://issues.apache.org/jira/browse/YARN-10561