[jira] [Created] (HDFS-11044) TestRollingUpgrade fails intermittently

2016-10-21 Thread Yiqun Lin (JIRA)
Yiqun Lin created HDFS-11044: Summary: TestRollingUpgrade fails intermittently Key: HDFS-11044 URL: https://issues.apache.org/jira/browse/HDFS-11044 Project: Hadoop HDFS Issue Type: Bug

[jira] [Created] (HDFS-11043) TestWebHdfsTimeouts fails

2016-10-21 Thread Andrew Wang (JIRA)
Andrew Wang created HDFS-11043: -- Summary: TestWebHdfsTimeouts fails Key: HDFS-11043 URL: https://issues.apache.org/jira/browse/HDFS-11043 Project: Hadoop HDFS Issue Type: Bug Component

Re: [DISCUSS] HADOOP-13603 - Remove package line length checkstyle rule

2016-10-21 Thread Andrew Wang
Thanks for the clarification Akira, I'm fine with removing it for the package line too (and imports if that's a problem), +1. On Fri, Oct 21, 2016 at 2:02 AM, Akira Ajisaka wrote: > This discussion was split into two separate topics. > > 1) Remove line length checkstyle rule for package line > 2

[jira] [Created] (HDFS-11042) Add missing cleanupSSLConfig() call for tests that use setupSSLConfig()

2016-10-21 Thread Kuhu Shukla (JIRA)
Kuhu Shukla created HDFS-11042: -- Summary: Add missing cleanupSSLConfig() call for tests that use setupSSLConfig() Key: HDFS-11042 URL: https://issues.apache.org/jira/browse/HDFS-11042 Project: Hadoop HDF

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

2016-10-21 Thread Apache Jenkins Server
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-ppc/131/ [Oct 20, 2016 1:50:59 PM] (stevel) HADOOP-13735 ITestS3AFileContextStatistics.testStatistics() failing. [Oct 20, 2016 3:15:45 PM] (brahma) HDFS-9480. Expose nonDfsUsed via StorageTypeStats. Contributed by

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

2016-10-21 Thread Apache Jenkins Server
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/201/ [Oct 20, 2016 1:50:59 PM] (stevel) HADOOP-13735 ITestS3AFileContextStatistics.testStatistics() failing. [Oct 20, 2016 3:15:45 PM] (brahma) HDFS-9480. Expose nonDfsUsed via StorageTypeStats. Contributed by

[Erasure Coding] Java-based codec does not seem to reconstruct strips correctly

2016-10-21 Thread Wei-Chiu Chuang
Fellow HDFS developers, Want to bring this issue up to your attention: HDFS-10935 (Java-based EC codec does not reconstruct blocks correctly) Initially I found 9 out of 30 TestFileChecksum tests failed consistently on my Mac IntelliJ. More spec

[jira] [Created] (HDFS-11041) Unable to unregister FsDatasetState MBean if if DataNode is shutdown twice

2016-10-21 Thread Wei-Chiu Chuang (JIRA)
Wei-Chiu Chuang created HDFS-11041: -- Summary: Unable to unregister FsDatasetState MBean if if DataNode is shutdown twice Key: HDFS-11041 URL: https://issues.apache.org/jira/browse/HDFS-11041 Project:

Re: [DISCUSS] HADOOP-13603 - Remove package line length checkstyle rule

2016-10-21 Thread Akira Ajisaka
This discussion was split into two separate topics. 1) Remove line length checkstyle rule for package line 2) Remove line length checkstyle rule for the entire source code 1) I'm +1 for removing the rule for package line. I can provide a trivial patch shortly in HADOOP-13603. 2) As Andrew sai