Re: When permission is disabled, why setOwner() && setPermission() still check the permission?

2017-08-08 Thread Ravi Prakash
I agree! I don't know of any one who doesn't use permissions. This was probably a feature flag that never got removed. On Tue, Aug 8, 2017 at 3:29 AM, Vinayakumar B wrote: > Hi Brahma, > > Thanks for bringing this up. > > According to history of git, there is no

[jira] [Created] (HDFS-12281) Ozone-default.xml has 3 properties that do not match the default Config value

2017-08-08 Thread Ajay Yadav (JIRA)
Ajay Yadav created HDFS-12281: - Summary: Ozone-default.xml has 3 properties that do not match the default Config value Key: HDFS-12281 URL: https://issues.apache.org/jira/browse/HDFS-12281 Project:

[jira] [Created] (HDFS-12280) Ozone: TestOzoneContainer#testCreateOzoneContainer fails

2017-08-08 Thread Nandakumar (JIRA)
Nandakumar created HDFS-12280: - Summary: Ozone: TestOzoneContainer#testCreateOzoneContainer fails Key: HDFS-12280 URL: https://issues.apache.org/jira/browse/HDFS-12280 Project: Hadoop HDFS Issue

[jira] [Created] (HDFS-12279) TestPipelinesFailover#testPipelineRecoveryStress fails due to race condition

2017-08-08 Thread Wei-Chiu Chuang (JIRA)
Wei-Chiu Chuang created HDFS-12279: -- Summary: TestPipelinesFailover#testPipelineRecoveryStress fails due to race condition Key: HDFS-12279 URL: https://issues.apache.org/jira/browse/HDFS-12279

[jira] [Created] (HDFS-12278) LeaseManager#removeLease operation is inefficient in 2.8.

2017-08-08 Thread Rushabh S Shah (JIRA)
Rushabh S Shah created HDFS-12278: - Summary: LeaseManager#removeLease operation is inefficient in 2.8. Key: HDFS-12278 URL: https://issues.apache.org/jira/browse/HDFS-12278 Project: Hadoop HDFS

[jira] [Created] (HDFS-12277) NNThroughputBenchmark should use cumulativeTime to calculate ops per second.

2017-08-08 Thread Michael Han (JIRA)
Michael Han created HDFS-12277: -- Summary: NNThroughputBenchmark should use cumulativeTime to calculate ops per second. Key: HDFS-12277 URL: https://issues.apache.org/jira/browse/HDFS-12277 Project:

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

2017-08-08 Thread Apache Jenkins Server
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/ [Aug 7, 2017 7:45:46 AM] (sunilg) YARN-6951. Fix debug log when Resource Handler chain is enabled. [Aug 7, 2017 9:47:33 AM] (aajisaka) HDFS-12198. Document missing namenode metrics that were added

[jira] [Created] (HDFS-12276) libhdfs++: uri parser has clang warnings that break external projects

2017-08-08 Thread Anatoli Shein (JIRA)
Anatoli Shein created HDFS-12276: Summary: libhdfs++: uri parser has clang warnings that break external projects Key: HDFS-12276 URL: https://issues.apache.org/jira/browse/HDFS-12276 Project: Hadoop

[jira] [Created] (HDFS-12275) Ozone: Corona: Support for random validation of writes

2017-08-08 Thread Nandakumar (JIRA)
Nandakumar created HDFS-12275: - Summary: Ozone: Corona: Support for random validation of writes Key: HDFS-12275 URL: https://issues.apache.org/jira/browse/HDFS-12275 Project: Hadoop HDFS Issue

[jira] [Created] (HDFS-12274) Ozone: Corona: move corona from test to tools package

2017-08-08 Thread Nandakumar (JIRA)
Nandakumar created HDFS-12274: - Summary: Ozone: Corona: move corona from test to tools package Key: HDFS-12274 URL: https://issues.apache.org/jira/browse/HDFS-12274 Project: Hadoop HDFS Issue

Re: When permission is disabled, why setOwner() && setPermission() still check the permission?

2017-08-08 Thread Vinayakumar B
Hi Brahma, Thanks for bringing this up. According to history of git, there is no historical reasons found for me. May be someone with branch-1 experience, can answer this ..? -Vinay On Tue, Aug 1, 2017 at 6:50 PM, Brahma Reddy Battula < brahmareddy.batt...@huawei.com> wrote: > Hi All > > why