Andrew Wang
|
ac73d416f3
|
Merge from trunk to branch
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/fs-encryption@1615844 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-05 02:30:54 +00:00 |
|
Brandon Li
|
e2cb6e3c70
|
commit the additional doc change for HDFS-6717
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1615801 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-04 21:30:42 +00:00 |
|
Brandon Li
|
c9aa747437
|
HDFS-6451. NFS should not return NFS3ERR_IO for AccessControlException. Contributed by Abhiraj Butala
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1615702 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-04 17:40:02 +00:00 |
|
Uma Maheswara Rao G
|
431857d09d
|
HDFS-6787. Remove duplicate code in FSDirectory#unprotectedConcat. Contributed by Yi Liu.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1615622 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-04 15:44:44 +00:00 |
|
Uma Maheswara Rao G
|
6e421f78b3
|
HDFS-6814. Mistakenly dfs.namenode.list.encryption.zones.num.responses configured as boolean. Contributed by Uma Maheswara Rao G.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/fs-encryption@1615525 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-04 10:04:33 +00:00 |
|
Uma Maheswara Rao G
|
10db613389
|
HADOOP-10886. CryptoCodec#getCodecclasses throws NPE when configurations not loaded. Contributed by Uma Maheswara Rao G.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/fs-encryption@1615523 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-04 09:56:57 +00:00 |
|
Vinayakumar B
|
33518e5613
|
HDFS-5185. DN fails to startup if one of the data dir is full. Contributed by Vinayakumar B.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1615504 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-04 08:43:51 +00:00 |
|
Vinayakumar B
|
30a9ec26f7
|
HDFS-5723. Append failed FINALIZED replica should not be accepted as valid when that block is underconstruction. Contributed by Vinayakumar B.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1615491 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-04 06:44:06 +00:00 |
|
Arpit Agarwal
|
bcf7ab1d0f
|
HDFS-6810. StorageReport array is initialized with wrong size in DatanodeDescriptor#getStorageReports. (Contributed by szetszwo)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1615381 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-03 02:08:32 +00:00 |
|
Colin McCabe
|
1ba3f89714
|
HDFS-6482. Use block ID-based block layout on datanodes (James Thomas via Colin Patrick McCabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1615223 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-01 20:41:05 +00:00 |
|
Andrew Wang
|
07860b1c9e
|
HDFS-6788. Improve synchronization in BPOfferService with read write lock. Contributed by Yongjun Zhang.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1615190 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-01 18:56:06 +00:00 |
|
Andrew Wang
|
70c99278a9
|
HDFS-6780. Batch the encryption zones listing API. (wang)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/fs-encryption@1615189 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-01 18:47:01 +00:00 |
|
Charles Lamb
|
3d9e39e51f
|
HDFS-6807. Fix TestReservedRawPaths. (clamb)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/fs-encryption@1615188 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-01 18:36:32 +00:00 |
|
Andrew Wang
|
da2ce46fbe
|
HDFS-6802. Some tests in TestDFSClientFailover are missing @Test annotation. Contributed by Akira Ajisaka.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1615183 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-01 17:58:14 +00:00 |
|
Arpit Agarwal
|
45db4d204b
|
HDFS-6794. Update BlockManager methods to use DatanodeStorageInfo where possible. (Arpit Agarwal)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1615169 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-01 16:58:06 +00:00 |
|
Tsz-wo Sze
|
7e12b1912f
|
HDFS-6796. Improve the argument check during balancer command line parsing. Contributed by Benoy Antony
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1615107 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-01 14:12:35 +00:00 |
|
Arpit Agarwal
|
397c882362
|
HDFS-6798. Add test case for incorrect data node condition during balancing. (Contributed by Benoy Antony)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1615044 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-01 07:12:39 +00:00 |
|
Arpit Agarwal
|
8bca3c689a
|
HDFS-3482. Update CHANGES.txt.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1615019 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-01 01:16:06 +00:00 |
|
Arpit Agarwal
|
b5b862e3af
|
HDFS-6797. DataNode logs wrong layoutversion during upgrade. (Contributed by Benoy Antony)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1615017 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-01 01:13:42 +00:00 |
|
Tsz-wo Sze
|
b8597e6a10
|
HDFS-6685. Balancer should preserve storage type of replicas.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1615015 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-01 01:05:33 +00:00 |
|
Andrew Wang
|
beebb36595
|
Fix some merge errors that slipped through.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/fs-encryption@1615013 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-31 22:45:08 +00:00 |
|
Arpit Agarwal
|
b8b8f3f5e7
|
HDFS-6441. Add ability to exclude/include specific datanodes while balancing. (Contributed by Benoy Antony and Yu Li)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1614812 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-31 06:02:46 +00:00 |
|
Charles Lamb
|
ab47b666d0
|
HDFS-6785. Should not be able to create encryption zone using path to a non-directory file. (clamb)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/fs-encryption@1614755 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-30 20:00:24 +00:00 |
|
Andrew Wang
|
7405953692
|
HDFS-6692. Add more HDFS encryption tests. (wang)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/fs-encryption@1614735 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-30 18:39:48 +00:00 |
|
Arpit Agarwal
|
18360e71f1
|
HDFS-6768. Fix a few unit tests that use hard-coded port numbers. (Arpit Agarwal)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1614732 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-30 18:37:41 +00:00 |
|
Chris Nauroth
|
535fe14ded
|
HDFS-6570. add api that enables checking if a user has certain permissions on a file. Contributed by Jitendra Pandey.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1614723 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-30 17:49:09 +00:00 |
|
Steve Loughran
|
f6436c0720
|
HDFS-4629. Using com.sun.org.apache.xml.internal.serialize.* in XmlEditsVisitor.java is JVM vendor specific. Breaks IBM JAVA.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1614663 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-30 14:05:59 +00:00 |
|
Andrew Wang
|
c3fa0b5884
|
Merge from trunk to branch
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/fs-encryption@1614553 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-30 06:09:33 +00:00 |
|
Andrew Wang
|
09e7ff05df
|
HDFS-6778. The extended attributes javadoc should simply refer to the user docs. Contributed by Charles Lamb.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1614547 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-30 05:57:55 +00:00 |
|
Andrew Wang
|
12241908ad
|
HDFS-6665. Add tests for XAttrs in combination with viewfs. Contributed by Stephen Chu.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1614545 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-30 05:53:20 +00:00 |
|
Charles Lamb
|
9ca2f34c8f
|
HDFS-6730. Create a .RAW extended attribute namespace. (clamb)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/fs-encryption@1614535 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-30 01:35:04 +00:00 |
|
Andrew Wang
|
415223548d
|
HDFS-6771. Require specification of an encryption key when creating an encryption zone. (wang)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/fs-encryption@1614519 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-29 23:39:38 +00:00 |
|
Andrew Wang
|
3a90228c30
|
HDFS-6509 addendum, extra file
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/fs-encryption@1614491 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-29 21:11:52 +00:00 |
|
Andrew Wang
|
407bb3d3e4
|
HDFS-6509. Create a special /.reserved/raw directory for raw access to encrypted data. Contributed by Charles Lamb.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/fs-encryption@1614490 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-29 21:11:26 +00:00 |
|
Tsz-wo Sze
|
4f9ffc7455
|
HDFS-6739. Add getDatanodeStorageReport to ClientProtocol.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1614215 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-28 23:43:39 +00:00 |
|
Brandon Li
|
f49c2a1b62
|
HDFS-6717. JIRA HDFS-5804 breaks default nfs-gateway behavior for unsecured config. Contributed by Brandon Li
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1614125 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-28 18:53:47 +00:00 |
|
Charles Lamb
|
1d3e9ec935
|
merge from trunk r1613787
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/fs-encryption@1613788 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-27 13:32:51 +00:00 |
|
Chris Nauroth
|
9bce3eca42
|
HDFS-6749. FSNamesystem methods should call resolvePath. Contributed by Charles Lamb.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1613561 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-26 04:18:28 +00:00 |
|
Colin McCabe
|
e85a3fecc6
|
HDFS-6750. The DataNode should use its shared memory segment to mark short-circuit replicas that have been unlinked as stale (cmccabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1613537 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-25 23:56:47 +00:00 |
|
Colin McCabe
|
57d8f829d9
|
HDFS-6755. There is an unnecessary sleep in the code path where DFSOutputStream#close gives up its attempt to contact the namenode (mitdesai21 via cmccabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1613522 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-25 22:12:37 +00:00 |
|
Andrew Wang
|
79d214121b
|
Fix up HDFS CHANGES.txt for 2.5.0
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1613494 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-25 19:02:19 +00:00 |
|
Andrew Wang
|
b9e4be4523
|
HDFS-6724. Decrypt EDEK before creating CryptoInputStream/CryptoOutputStream. (wang)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/fs-encryption@1613490 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-25 18:33:10 +00:00 |
|
Vinayakumar B
|
cc0464f4fe
|
HDFS-6752. Avoid Address bind errors in TestDatanodeConfig#testMemlockLimit (vinayakumarb)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1613486 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-25 18:17:50 +00:00 |
|
Vinayakumar B
|
2bb650146d
|
HDFS-5919. FileJournalManager doesn't purge empty and corrupt inprogress edits files (vinayakumarb)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1613355 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-25 07:02:53 +00:00 |
|
Andrew Wang
|
e670641bbf
|
Merge from trunk to branch
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/fs-encryption@1613334 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-24 23:55:15 +00:00 |
|
Andrew Wang
|
e171254d56
|
Name node cannot start if the path of a file under construction contains .snapshot. (wang)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1613329 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-24 23:42:06 +00:00 |
|
Jing Zhao
|
8c6e172a0a
|
HDFS-6715. Webhdfs wont fail over when it gets java.io.IOException: Namenode is in startup mode. Contributed by Jing Zhao.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1613237 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-24 18:28:00 +00:00 |
|
Haohui Mai
|
a7855e1c33
|
HDFS-6723. New NN webUI no longer displays decommissioned state for dead node. Contributed by Ming Ma.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1613220 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-24 17:59:45 +00:00 |
|
Haohui Mai
|
ef9b6a45c4
|
HDFS-6657. Remove link to 'Legacy UI' in trunk's Namenode UI. Contributed by Vinayakumar B.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1613195 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-24 17:28:31 +00:00 |
|
Todd Lipcon
|
2054453a39
|
HADOOP-10882. Move DirectBufferPool into common util. Contributed by Todd Lipcon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1613006 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-24 06:22:02 +00:00 |
|