[jira] [Resolved] (HADOOP-16781) Backport HADOOP-16612 "Track Azure Blob File System client-perceived latency" to branch-2

2020-07-08 Thread Jeetesh Mangwani (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-16781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeetesh Mangwani resolved HADOOP-16781. --- Resolution: Won't Fix Previously we used to keep branch-2 updated with the changes

Re: [VOTE] Release Apache Hadoop 3.1.4 (RC2)

2020-07-08 Thread Prabhu Joseph
Hi Masatake, The thread is waiting for a ReadLock, we need to check what the other thread holding WriteLock is blocked on. Can you get three consecutive complete jstack of ResourceManager during the issue. >> I got no issue if RM-HA is disabled. Looks RM is not able to access Zookeeper Stat

[jira] [Created] (HADOOP-17117) Typos in hadoop-aws documentation

2020-07-08 Thread Sebastian Nagel (Jira)
Sebastian Nagel created HADOOP-17117: Summary: Typos in hadoop-aws documentation Key: HADOOP-17117 URL: https://issues.apache.org/jira/browse/HADOOP-17117 Project: Hadoop Common Issue Typ

Re: [VOTE] Release Apache Hadoop 3.1.4 (RC2)

2020-07-08 Thread Masatake Iwasaki
Thanks Steve and Prabhu for the information. The cause turned out to be locking in CapacityScheduler#reinitialize. I think the method is called after transitioning to active stat if RM-HA is enabled. I filed YARN-10347 and created PR. Masatake Iwasaki On 2020/07/08 16:33, Prabhu Joseph wro

[jira] [Resolved] (HADOOP-17117) Typos in hadoop-aws documentation

2020-07-08 Thread Akira Ajisaka (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akira Ajisaka resolved HADOOP-17117. Fix Version/s: 3.4.0 3.3.1 Hadoop Flags: Reviewed Assigne

[jira] [Created] (HADOOP-17118) TestFileCreation#testServerDefaultsWithMinimalCaching fails intermittently

2020-07-08 Thread Ahmed Hussein (Jira)
Ahmed Hussein created HADOOP-17118: -- Summary: TestFileCreation#testServerDefaultsWithMinimalCaching fails intermittently Key: HADOOP-17118 URL: https://issues.apache.org/jira/browse/HADOOP-17118 Proj

[jira] [Created] (HADOOP-17119) Netty upgrade to 9.4.x causes MR app fail with IOException

2020-07-08 Thread Bilwa S T (Jira)
Bilwa S T created HADOOP-17119: -- Summary: Netty upgrade to 9.4.x causes MR app fail with IOException Key: HADOOP-17119 URL: https://issues.apache.org/jira/browse/HADOOP-17119 Project: Hadoop Common

[jira] [Created] (HADOOP-17120) Fix failure of docker image creation due to pip2 install error on branch-3.1

2020-07-08 Thread Masatake Iwasaki (Jira)
Masatake Iwasaki created HADOOP-17120: - Summary: Fix failure of docker image creation due to pip2 install error on branch-3.1 Key: HADOOP-17120 URL: https://issues.apache.org/jira/browse/HADOOP-17120

Apache Hadoop qbt Report: branch2.10+JDK7 on Linux/x86

2020-07-08 Thread Apache Jenkins Server
For more details, see https://builds.apache.org/job/hadoop-qbt-branch-2.10-java7-linux-x86/742/ No changes -1 overall The following subsystems voted -1: docker Powered by Apache Yetushttps://yetus.apache.org - To

Re: [VOTE] Release Apache Hadoop 3.1.4 (RC2)

2020-07-08 Thread Masatake Iwasaki
Hi Gabor Bota, I committed the fix of YARN-10347 to branch-3.1. I think this should be blocker for 3.1.4. Could you cherry-pick it to branch-3.1.4 and cut a new RC? Thanks, Masatake Iwasaki On 2020/07/08 23:31, Masatake Iwasaki wrote: Thanks Steve and Prabhu for the information. The cause tur