[jira] [Created] (HDFS-10288) MiniYARNCluster should implement AutoCloseable

2016-04-13 Thread John Zhuge (JIRA)
John Zhuge created HDFS-10288: - Summary: MiniYARNCluster should implement AutoCloseable Key: HDFS-10288 URL: https://issues.apache.org/jira/browse/HDFS-10288 Project: Hadoop HDFS Issue Type: Impr

[jira] [Created] (HDFS-10287) MiniDFSCluster should implement AutoCloseable

2016-04-13 Thread John Zhuge (JIRA)
John Zhuge created HDFS-10287: - Summary: MiniDFSCluster should implement AutoCloseable Key: HDFS-10287 URL: https://issues.apache.org/jira/browse/HDFS-10287 Project: Hadoop HDFS Issue Type: Impro

[jira] [Created] (HDFS-10286) Fix TestDFSAdmin#testNameNodeGetReconfigurableProperties

2016-04-13 Thread Xiaoyu Yao (JIRA)
Xiaoyu Yao created HDFS-10286: - Summary: Fix TestDFSAdmin#testNameNodeGetReconfigurableProperties Key: HDFS-10286 URL: https://issues.apache.org/jira/browse/HDFS-10286 Project: Hadoop HDFS Issue

Build failed in Jenkins: Hadoop-Hdfs-trunk #3026

2016-04-13 Thread Apache Jenkins Server
See Changes: [xgong] YARN-4886. Add HDFS caller context for EntityGroupFSTimelineStore. -- [...truncated 27605 lines...] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.795 se

Hadoop-Hdfs-trunk - Build # 3026 - Still Failing

2016-04-13 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk/3026/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 27798 lines...] [INFO] --- maven-clean-plugin:2.5:clean (

[jira] [Created] (HDFS-10285) Storage Policy Satisfier in Namenode

2016-04-13 Thread Uma Maheswara Rao G (JIRA)
Uma Maheswara Rao G created HDFS-10285: -- Summary: Storage Policy Satisfier in Namenode Key: HDFS-10285 URL: https://issues.apache.org/jira/browse/HDFS-10285 Project: Hadoop HDFS Issue Ty

[jira] [Created] (HDFS-10284) o.a.h.hdfs.server.blockmanagement.TestBlockManagerSafeMode.testCheckSafeMode fails intermittently

2016-04-13 Thread Mingliang Liu (JIRA)
Mingliang Liu created HDFS-10284: Summary: o.a.h.hdfs.server.blockmanagement.TestBlockManagerSafeMode.testCheckSafeMode fails intermittently Key: HDFS-10284 URL: https://issues.apache.org/jira/browse/HDFS-10284

[jira] [Created] (HDFS-10283) o.a.h.hdfs.server.namenode.TestFSImageWithSnapshot#testSaveLoadImageWithAppending fails intermittently

2016-04-13 Thread Mingliang Liu (JIRA)
Mingliang Liu created HDFS-10283: Summary: o.a.h.hdfs.server.namenode.TestFSImageWithSnapshot#testSaveLoadImageWithAppending fails intermittently Key: HDFS-10283 URL: https://issues.apache.org/jira/browse/HDFS-10

Hadoop-Hdfs-trunk - Build # 3025 - Still Failing

2016-04-13 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk/3025/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 30221 lines...] [INFO] --- maven-clean-plugin:2.5:clean (

Build failed in Jenkins: Hadoop-Hdfs-trunk #3025

2016-04-13 Thread Apache Jenkins Server
See Changes: [kihwal] HDFS-10270. TestJMXGet:testNameNode() fails. Contributed by Gergely -- [...truncated 30028 lines...] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 39.786

Build failed in Jenkins: Hadoop-Hdfs-trunk #3024

2016-04-13 Thread Apache Jenkins Server
See Changes: [waltersu4549] HDFS-9772. TestBlockReplacement#testThrottler doesn't work as expected. -- [...truncated 27062 lines...] Running org.apache.hadoop.hdfs.TestFSInputChecker Tests run

Hadoop-Hdfs-trunk - Build # 3024 - Still Failing

2016-04-13 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk/3024/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 27255 lines...] [INFO] --- maven-clean-plugin:2.5:clean (

Build failed in Jenkins: Hadoop-Hdfs-trunk #3023

2016-04-13 Thread Apache Jenkins Server
See Changes: [cmccabe] HADOOP-12973. Make DU pluggable. (Elliott Clark via cmccabe) -- [...truncated 32123 lines...] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.478 sec

Re: [HDFS-9038] Non-Dfs used Calculation

2016-04-13 Thread Tsz Wo Sze
available = usage.getAvailable() - reserved It is incorrect to minus reserved from usage.getAvailable() above since the reserved space, which is the space reserved for non-hdfs used, may already be occupied by some non-hdfs files but not necessarily empty space. In pre HDFS-5215 calculation, the