[jira] [Created] (HDFS-6738) Remove unnecessary getEncryptionZoneForPath call in EZManager#createEncryptionZone

2014-07-22 Thread Uma Maheswara Rao G (JIRA)
Uma Maheswara Rao G created HDFS-6738: - Summary: Remove unnecessary getEncryptionZoneForPath call in EZManager#createEncryptionZone Key: HDFS-6738 URL: https://issues.apache.org/jira/browse/HDFS-6738

[jira] [Created] (HDFS-6737) DFSClinet should use IV generated beased on the configured CipherSuite with codecs used

2014-07-22 Thread Uma Maheswara Rao G (JIRA)
Uma Maheswara Rao G created HDFS-6737: - Summary: DFSClinet should use IV generated beased on the configured CipherSuite with codecs used Key: HDFS-6737 URL: https://issues.apache.org/jira/browse/HDFS-6737

[jira] [Created] (HDFS-6736) FSNamesystem.appendFile() try to remove block from replication queue, but It may not work

2014-07-22 Thread jonsolaris (JIRA)
jonsolaris created HDFS-6736: Summary: FSNamesystem.appendFile() try to remove block from replication queue, but It may not work Key: HDFS-6736 URL: https://issues.apache.org/jira/browse/HDFS-6736 Projec

[jira] [Created] (HDFS-6735) A minor optimization to avoid pread() be blocked by read() inside the same DFSInputStream

2014-07-22 Thread Liang Xie (JIRA)
Liang Xie created HDFS-6735: --- Summary: A minor optimization to avoid pread() be blocked by read() inside the same DFSInputStream Key: HDFS-6735 URL: https://issues.apache.org/jira/browse/HDFS-6735 Project:

[jira] [Resolved] (HDFS-5391) writeBlock should accept a target storage directory

2014-07-22 Thread Tsz Wo Nicholas Sze (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsz Wo Nicholas Sze resolved HDFS-5391. --- Resolution: Duplicate Duplicate HDFS-6702 and HDFS-6708. > writeBlock should accept a

[jira] [Resolved] (HDFS-6734) Reduce number of AclException messages in NN log when ACLs are disabled

2014-07-22 Thread Andrew Wang (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Wang resolved HDFS-6734. --- Resolution: Fixed Looks like this was already fixed when we introduced the ACL bit, sorry for the JIR

[jira] [Created] (HDFS-6734) Reduce number of AclException messages in NN log when ACLs are disabled

2014-07-22 Thread Andrew Wang (JIRA)
Andrew Wang created HDFS-6734: - Summary: Reduce number of AclException messages in NN log when ACLs are disabled Key: HDFS-6734 URL: https://issues.apache.org/jira/browse/HDFS-6734 Project: Hadoop HDFS

Re: [DISCUSS] Assume Private-Unstable for classes that are not annotated

2014-07-22 Thread Andrew Wang
+1 On Tue, Jul 22, 2014 at 3:44 PM, Sandy Ryza wrote: > That policy makes sense to me. We should still label things @Private of > course so that it can be reflected in the documentation. > > -Sandy > > > On Tue, Jul 22, 2014 at 2:54 PM, Karthik Kambatla > wrote: > > > Hi devs > > > > As you m

[jira] [Created] (HDFS-6733) Creating encryption zone results in NPE when KeyProvider is null

2014-07-22 Thread Stephen Chu (JIRA)
Stephen Chu created HDFS-6733: - Summary: Creating encryption zone results in NPE when KeyProvider is null Key: HDFS-6733 URL: https://issues.apache.org/jira/browse/HDFS-6733 Project: Hadoop HDFS

[jira] [Created] (HDFS-6732) Fix inconsistent description in NFS user guide doc for proxy user

2014-07-22 Thread Brandon Li (JIRA)
Brandon Li created HDFS-6732: Summary: Fix inconsistent description in NFS user guide doc for proxy user Key: HDFS-6732 URL: https://issues.apache.org/jira/browse/HDFS-6732 Project: Hadoop HDFS

[DISCUSS] Assume Private-Unstable for classes that are not annotated

2014-07-22 Thread Karthik Kambatla
Hi devs As you might have noticed, we have several classes and methods in them that are not annotated at all. This is seldom intentional. Avoiding incompatible changes to all these classes can be considerable baggage. I was wondering if we should add an explicit disclaimer in our compatibility gu

[jira] [Resolved] (HDFS-6554) Create unencrypted streams interface

2014-07-22 Thread Charles Lamb (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Charles Lamb resolved HDFS-6554. Resolution: Won't Fix Subsumed by HDFS-6554. > Create unencrypted streams interface > -

[jira] [Created] (HDFS-6730) Create a .RAW extended attribute namespace

2014-07-22 Thread Charles Lamb (JIRA)
Charles Lamb created HDFS-6730: -- Summary: Create a .RAW extended attribute namespace Key: HDFS-6730 URL: https://issues.apache.org/jira/browse/HDFS-6730 Project: Hadoop HDFS Issue Type: Sub-task

[jira] [Resolved] (HDFS-194) hadoop fsck - should not work when path is not specified by user

2014-07-22 Thread Allen Wittenauer (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Allen Wittenauer resolved HDFS-194. --- Resolution: Fixed Looks like this is fixed. > hadoop fsck - should not work when path is not s

[jira] [Resolved] (HDFS-151) Not all of DfsClient's operations check the FS is open before calling the remote system

2014-07-22 Thread Allen Wittenauer (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Allen Wittenauer resolved HDFS-151. --- Resolution: Fixed This feels stale, given what I'm seeing in the source. > Not all of DfsClien

[jira] [Resolved] (HDFS-397) Incorporate storage directories into EditLogFileInput/Output streams

2014-07-22 Thread Allen Wittenauer (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Allen Wittenauer resolved HDFS-397. --- Resolution: Won't Fix edit logs have been majorly reworked. Closing as stale. > Incorporate st

[jira] [Resolved] (HDFS-210) API to get changes to the File System at NN for a window of time

2014-07-22 Thread Allen Wittenauer (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Allen Wittenauer resolved HDFS-210. --- Resolution: Duplicate Between QJM and 1742, this is probably provided for. > API to get change

[jira] [Resolved] (HDFS-255) Create a user-guide for describing HDFS symlinks

2014-07-22 Thread Allen Wittenauer (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Allen Wittenauer resolved HDFS-255. --- Resolution: Incomplete This was for older symlinks. Closing. > Create a user-guide for describ

[jira] [Created] (HDFS-6729) Support maintenance mode for DN

2014-07-22 Thread Lei (Eddy) Xu (JIRA)
Lei (Eddy) Xu created HDFS-6729: --- Summary: Support maintenance mode for DN Key: HDFS-6729 URL: https://issues.apache.org/jira/browse/HDFS-6729 Project: Hadoop HDFS Issue Type: Improvement

[jira] [Resolved] (HDFS-5229) Add a storage type attribute to file

2014-07-22 Thread Tsz Wo Nicholas Sze (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsz Wo Nicholas Sze resolved HDFS-5229. --- Resolution: Duplicate Duplicate HDFS-6677. > Add a storage type attribute to file > -

[jira] [Created] (HDFS-6728) Dynamically add new volumes to DataStorage, formatted if necessary.

2014-07-22 Thread Lei (Eddy) Xu (JIRA)
Lei (Eddy) Xu created HDFS-6728: --- Summary: Dynamically add new volumes to DataStorage, formatted if necessary. Key: HDFS-6728 URL: https://issues.apache.org/jira/browse/HDFS-6728 Project: Hadoop HDFS

[jira] [Resolved] (HDFS-491) Broken link in Safemode documentation

2014-07-22 Thread Allen Wittenauer (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Allen Wittenauer resolved HDFS-491. --- Resolution: Fixed This looks fixed. > Broken link in Safemode documentation >

[jira] [Resolved] (HDFS-269) Implement seek for HftpFileSystem

2014-07-22 Thread Allen Wittenauer (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Allen Wittenauer resolved HDFS-269. --- Resolution: Won't Fix HFTP is essentially deprecated. > Implement seek for HftpFileSystem > --

[jira] [Created] (HDFS-6727) Make DataNode reconfiguable

2014-07-22 Thread Lei (Eddy) Xu (JIRA)
Lei (Eddy) Xu created HDFS-6727: --- Summary: Make DataNode reconfiguable Key: HDFS-6727 URL: https://issues.apache.org/jira/browse/HDFS-6727 Project: Hadoop HDFS Issue Type: Sub-task Co

[jira] [Resolved] (HDFS-366) Support manually fsck in DataNode

2014-07-22 Thread Lei (Eddy) Xu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lei (Eddy) Xu resolved HDFS-366. Resolution: Won't Fix This is stalled issue and currently no need for this. > Support manually fsck

[jira] [Resolved] (HDFS-369) Use custom MAX_SIZE_TO_MOVE value Balancer

2014-07-22 Thread Lei (Eddy) Xu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lei (Eddy) Xu resolved HDFS-369. Resolution: Won't Fix > Use custom MAX_SIZE_TO_MOVE value Balancer > ---

[jira] [Resolved] (HDFS-4) DF should use used + available as the capacity of this volume

2014-07-22 Thread Allen Wittenauer (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-4?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Allen Wittenauer resolved HDFS-4. - Resolution: Won't Fix This breaks with pooled storage. e.g.: {code} NAME U

[jira] [Resolved] (HDFS-6720) Remove KeyProvider in EncryptionZoneManager

2014-07-22 Thread Andrew Wang (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Wang resolved HDFS-6720. --- Resolution: Fixed Fix Version/s: fs-encryption (HADOOP-10150 and HDFS-6134) Committed to branch

[jira] [Resolved] (HDFS-6725) Datanode and Task Tracker not starting

2014-07-22 Thread Allen Wittenauer (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-6725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Allen Wittenauer resolved HDFS-6725. Resolution: Not a Problem JIRA is not for support issues such as these. Besides, the error

[jira] [Created] (HDFS-6726) TestNamenodeCapacityReport fails intermittently

2014-07-22 Thread Ted Yu (JIRA)
Ted Yu created HDFS-6726: Summary: TestNamenodeCapacityReport fails intermittently Key: HDFS-6726 URL: https://issues.apache.org/jira/browse/HDFS-6726 Project: Hadoop HDFS Issue Type: Test

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

2014-07-22 Thread Apache Jenkins Server
See Changes: [szetszwo] HDFS-6702. Change DFSClient to pass the StorageType from the namenode to datanodes and change datanode to write block replicas using the specified storage type. [zjshen] YARN-2270. Made TestFSDownload#testDo

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

2014-07-22 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk/1812/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 13682 lines...] [INFO] [INFO] --- maven-enforcer-plugin:

[jira] [Created] (HDFS-6725) Datanode and Task Tracker not starting

2014-07-22 Thread Shashang Sheth (JIRA)
Shashang Sheth created HDFS-6725: Summary: Datanode and Task Tracker not starting Key: HDFS-6725 URL: https://issues.apache.org/jira/browse/HDFS-6725 Project: Hadoop HDFS Issue Type: Bug

[jira] [Created] (HDFS-6724) Decrypt EDEK before creating CryptoInputStream/CryptoOutputStream

2014-07-22 Thread Yi Liu (JIRA)
Yi Liu created HDFS-6724: Summary: Decrypt EDEK before creating CryptoInputStream/CryptoOutputStream Key: HDFS-6724 URL: https://issues.apache.org/jira/browse/HDFS-6724 Project: Hadoop HDFS Issue Ty

[jira] [Created] (HDFS-6723) New NN webUI no longer displays decommissioned state for dead node

2014-07-22 Thread Ming Ma (JIRA)
Ming Ma created HDFS-6723: - Summary: New NN webUI no longer displays decommissioned state for dead node Key: HDFS-6723 URL: https://issues.apache.org/jira/browse/HDFS-6723 Project: Hadoop HDFS Issue