Brandon Li
|
c7e265bf26
|
HDFS-5886. Potential null pointer deference in RpcProgramNfs3#readlink(). Contributed by Brandon Li
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1566468 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-09 23:15:48 +00:00 |
|
Konstantin Shvachko
|
ff24753aa7
|
HDFS-4370. Fix typo Blanacer in DataNode. Contributed by Chu Tong.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1566422 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-09 21:07:28 +00:00 |
|
Konstantin Shvachko
|
204704a92d
|
HDFS-5837. dfs.namenode.replication.considerLoad should consider decommissioned nodes. Contributed by Tao Luo.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1566410 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-09 20:49:18 +00:00 |
|
Haohui Mai
|
2ed075e1bb
|
Merging r1566042 through r1566364 from trunk.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4685@1566375 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-09 19:45:00 +00:00 |
|
Jing Zhao
|
a2edb11b68
|
HDFS-5698. Use protobuf to serialize / deserialize FSImage. Contributed by Haohui Mai.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1566359 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-09 19:18:51 +00:00 |
|
Chris Nauroth
|
c6505f0499
|
Merge trunk to HDFS-4685.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4685@1566100 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-08 19:05:12 +00:00 |
|
Chris Nauroth
|
dd2eb97ddd
|
HDFS-5899. Add configuration flag to disable/enable support for ACLs. Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4685@1566041 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-08 16:20:29 +00:00 |
|
Chris Nauroth
|
c89c516b95
|
HDFS-5616. NameNode: implement default ACL handling. Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4685@1565845 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-07 23:11:27 +00:00 |
|
Andrew Wang
|
60eca33e83
|
HDFS-5900. Cannot set cache pool limit of unlimited via CacheAdmin. Contributed by Andrew Wang.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1565841 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-07 22:58:23 +00:00 |
|
Colin McCabe
|
d01158a498
|
HDFS-5882. TestAuditLogs is flaky (jxiang via cmccabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1565840 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-07 22:55:27 +00:00 |
|
Brandon Li
|
300e4906af
|
HDFS-5874. Should not compare DataNode current layout version with that of NameNode in DataStrorage.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-5535@1565750 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-07 18:25:41 +00:00 |
|
Tsz-wo Sze
|
ccf08d9dc8
|
Merge r1555021 through r1565516 from trunk.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-5535@1565519 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-07 02:43:04 +00:00 |
|
Tsz-wo Sze
|
c780454413
|
HDFS-5869. When starting rolling upgrade or NN restarts, NN should create a checkpoint right before the upgrade marker.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-5535@1565516 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-07 02:08:05 +00:00 |
|
Kihwal Lee
|
fe2fb24a61
|
HDFS-5807. TestBalancerWithNodeGroup.testBalancerWithNodeGroup fails intermittently. Contributed by Chen He.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1565505 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-07 00:43:45 +00:00 |
|
Chris Nauroth
|
12c2582c1f
|
HDFS-5895. HDFS cacheadmin -listPools has exit_code of 1 when the command returns 0 result. Contributed by Tassapol Athiapinya.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1565440 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-06 21:16:01 +00:00 |
|
Colin McCabe
|
e0cda48959
|
HDFS-4911. Reduce PeerCache timeout to be commensurate with dfs.datanode.socket.reuse.keepalive (cmccabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1565435 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-06 21:08:09 +00:00 |
|
Kihwal Lee
|
ab96a0838d
|
HDFS-5881. Fix skip() of the short-circuit local reader(legacy). Contributed by Kihwal Lee.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1565310 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-06 15:45:47 +00:00 |
|
Brandon Li
|
b2ce764093
|
HDFS-5890. Avoid NPE in Datanode heartbeat. Contributed by Vinay
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-5535@1565023 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-06 00:40:24 +00:00 |
|
Jing Zhao
|
d598b6ef9f
|
HDFS-5873. dfs.http.policy should have higher precedence over dfs.https.enable. Contributed by Haohui Mai.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1564973 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-05 22:48:06 +00:00 |
|
Jing Zhao
|
69dbf0b225
|
HDFS-5876. SecureDataNodeStarter does not pick up configuration in hdfs-site.xml. Contributed by Haohui Mai.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1564897 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-05 19:43:56 +00:00 |
|
Andrew Wang
|
dcaaeefeaf
|
Addendum patch for HDFS-5709, add missing license header.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1564885 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-05 19:17:20 +00:00 |
|
Aaron Myers
|
d6bd920bba
|
HDFS-5709. Improve NameNode upgrade with existing reserved paths and path components. Contributed by Andrew Wang.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1564645 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-05 06:48:00 +00:00 |
|
Todd Lipcon
|
747cce814c
|
Correct CHANGES.txt entry for HDFS-5399 (contributed by Jing, not Haohui)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1564632 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-05 04:20:48 +00:00 |
|
Todd Lipcon
|
0aa09f6d5a
|
HDFS-5399. Revisit SafeModeException and corresponding retry policies. Contributed by Haohui Mai.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1564629 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-05 04:18:31 +00:00 |
|
Brandon Li
|
cd1e8d2e34
|
HDFS-5791. TestHttpsFileSystem should use a random port to avoid binding error during testing. Contributed by Haohui Mai
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1564198 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-04 05:11:11 +00:00 |
|
Brandon Li
|
6439cd0f69
|
HDFS-5767. NFS implementation assumes userName userId mapping to be unique, which is not true sometimes. Contributed by Yongjun Zhang
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1564141 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-04 00:27:25 +00:00 |
|
Junping Du
|
94b512bc51
|
HDFS-5828. BlockPlacementPolicyWithNodeGroup can place multiple replicas on the same node group when dfs.namenode.avoid.write.stale.datanode is true. (Buddy via junping_du)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1563640 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-02 15:39:02 +00:00 |
|
Tsz-wo Sze
|
35e59eeaa2
|
Merge r1555021 through r1563384 from trunk.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-5535@1563385 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-01 09:01:41 +00:00 |
|
Tsz-wo Sze
|
4f92eb2f61
|
HDFS-5848. Add rolling upgrade status to heartbeat response.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-5535@1563384 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-01 08:58:55 +00:00 |
|
Chris Nauroth
|
0abf8e58b7
|
HDFS-5861. Add CLI test for Ls output for extended ACL marker. Contributed by Vinay.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4685@1563375 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-01 05:58:31 +00:00 |
|
Chris Nauroth
|
3fd9f29d56
|
HDFS-5860. Refactor INodeDirectory getDirectoryXFeature methods to use common getFeature helper method. Contributed by Jing Zhao.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4685@1563374 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-01 05:55:20 +00:00 |
|
Colin McCabe
|
140246bad8
|
HDFS-5746. Add ShortCircuitSharedMemorySegment (cmccabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1563362 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-01 02:25:33 +00:00 |
|
Colin McCabe
|
f6bfe98639
|
HDFS-5859. DataNode#checkBlockToken should check block tokens even if security is not enabled (cmccabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1563328 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-31 23:08:23 +00:00 |
|
Chris Nauroth
|
9e8cabf8ce
|
Merge trunk to HDFS-4685.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4685@1563327 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-31 23:05:23 +00:00 |
|
Chris Nauroth
|
fa99a8471d
|
HDFS-5858. Refactor common ACL test cases to be run through multiple FileSystem implementations. Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4685@1563325 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-31 23:02:45 +00:00 |
|
Jing Zhao
|
1f7dd7811a
|
HDFS-5804. HDFS NFS Gateway fails to mount and proxy when using Kerberos. Contributed by Abin Shahab.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1563323 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-31 23:00:34 +00:00 |
|
Chris Nauroth
|
14f1f76bf6
|
HDFS-5614. NameNode: implement handling of ACLs in combination with snapshots. Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4685@1563304 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-31 22:21:19 +00:00 |
|
Arpit Agarwal
|
5beeb30169
|
HDFS-5153. Datanode should send block reports for each storage in a separate message. (Arpit Agarwal)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1563254 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-31 21:00:33 +00:00 |
|
Chris Nauroth
|
d5f4f76a23
|
HADOOP-10270. getfacl does not display effective permissions of masked. Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4685@1563219 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-31 18:59:16 +00:00 |
|
Chris Nauroth
|
c654c2e8b9
|
HDFS-5849. Removing ACL from an inode fails if it has only a default ACL. Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4685@1563205 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-31 18:33:56 +00:00 |
|
Suresh Srinivas
|
7039b776c6
|
HDFS-5856. DataNode.checkDiskError might throw NPE. Contributed by Josh Elser.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1563064 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-31 05:35:30 +00:00 |
|
Tsz-wo Sze
|
f2972402b7
|
Merge r1555021 through r1563041 from trunk.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-5535@1563042 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-31 03:24:24 +00:00 |
|
Tsz-wo Sze
|
00067895a0
|
HDFS-5754. Split LayoutVerion into NameNodeLayoutVersion and DataNodeLayoutVersion. Contributed by Brandon Li
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-5535@1563041 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-31 03:21:45 +00:00 |
|
Chris Nauroth
|
7a03dc0482
|
HDFS-5608. WebHDFS: implement ACL APIs. Contributed by Sachin Jose and Renil Joseph.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4685@1563013 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-30 23:13:24 +00:00 |
|
Todd Lipcon
|
fd2ba4911b
|
HDFS-5790. LeaseManager.findPath is very slow when many leases need recovery. Contributed by Todd Lipcon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1562970 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-30 21:21:15 +00:00 |
|
Jing Zhao
|
3d9ad8e3b6
|
HDFS-5843. DFSClient.getFileChecksum() throws IOException if checksum is disabled. Contributed by Laurent Goujon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1562927 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-30 19:15:13 +00:00 |
|
Arpit Agarwal
|
0f3461e489
|
HDFS-5492. Port HDFS-2069 (Incorrect default trash interval in the docs) to trunk. (Contributed by Akira Ajisaka)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1562683 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-30 03:26:46 +00:00 |
|
Chris Nauroth
|
10ef8a4b56
|
Merge trunk to HDFS-4685.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4685@1562670 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-30 01:55:14 +00:00 |
|
Chris Nauroth
|
4b4241c06d
|
HDFS-5702. FsShell Cli: Add XML based End-to-End test for getfacl and setfacl commands. Contributed by Vinay.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4685@1562668 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-30 01:46:19 +00:00 |
|
Andrew Wang
|
504b0d6f54
|
Update CHANGES.txt to move HDFS-5842 to 2.3.0
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1562656 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-30 00:31:56 +00:00 |
|
Andrew Wang
|
799ad3d670
|
HDFS-5841. Update HDFS caching documentation with new changes. (wang)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1562649 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-30 00:17:16 +00:00 |
|
Andrew Wang
|
c96d078033
|
HDFS-5845. SecondaryNameNode dies when checkpointing with cache pools.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1562644 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-29 23:59:21 +00:00 |
|
Andrew Wang
|
ed551ff3c6
|
Update HDFS and Common CHANGES.txt post branch-2.3 reswizzle.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1562632 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-29 23:17:07 +00:00 |
|
Jing Zhao
|
8c505adddb
|
HDFS-5842. Cannot create hftp filesystem when using a proxy user ugi and a doAs on a secure cluster. Contributed by Jing Zhao.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1562603 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-29 21:53:32 +00:00 |
|
Arpit Agarwal
|
d9d8027eb3
|
HDFS-5844. Fix broken link in WebHDFS.apt.vm (Contributed by Akira Ajisaka)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1562357 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-29 04:58:13 +00:00 |
|
Suresh Srinivas
|
33a47743a5
|
HADOOP-10255. Rename HttpServer to HttpServer2 to retain older HttpServer in branch-2 for compatibility. Contributed by Haohui Mai.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1561959 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-28 07:32:52 +00:00 |
|
Tsz-wo Sze
|
efcdf81ca9
|
Merge r1555021 through r1561943 from trunk.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-5535@1561944 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-28 05:37:13 +00:00 |
|
Tsz-wo Sze
|
917502ef31
|
HDFS-5835. Add a new option for starting Namenode when rolling upgrade is in progress.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-5535@1561943 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-28 05:35:47 +00:00 |
|
Arpit Agarwal
|
b8776ee65b
|
HDFS-5833. Fix incorrect javadoc in SecondaryNameNode. (Contributed by Bangtao Zhou)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1561938 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-28 05:09:57 +00:00 |
|
Colin McCabe
|
07c004db06
|
HDFS-5830. WebHdfsFileSystem.getFileBlockLocations throws IllegalArgumentException when accessing another cluster. (Yongjun Zhang via Colin Patrick McCabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1561885 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-27 22:19:30 +00:00 |
|
Arpit Agarwal
|
c5286c7737
|
HDFS-5297. Fix dead links in HDFS site documents. (Contributed by Akira Ajisaka)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1561849 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-27 21:11:53 +00:00 |
|
Arpit Agarwal
|
55407fea25
|
Fix correct CHANGES.txt for HADOOP-10086 and HADOOP-9982.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1561819 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-27 20:00:38 +00:00 |
|
Arpit Agarwal
|
e9f7f3624a
|
HADOOP-9982. Fix dead links in hadoop site docs. (Contributed by Akira Ajisaka)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1561813 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-27 19:51:08 +00:00 |
|
Arpit Agarwal
|
70165d84eb
|
HDFS-5825. Use FileUtils.copyFile() to implement DFSTestUtils.copyFile(). (Contributed by Haohui Mai)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1561792 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-27 19:01:19 +00:00 |
|
Jing Zhao
|
4b61ff2283
|
HDFS-5781. Use an array to record the mapping between FSEditLogOpCode and the corresponding byte value. Contributed by Jing Zhao.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1561788 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-27 18:53:39 +00:00 |
|
Arpit Agarwal
|
0be0174669
|
HADOOP-10086. User document for authentication in secure cluster. (Contributed by Masatake Iwasaki)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1561776 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-27 18:32:52 +00:00 |
|
Chris Nauroth
|
ad240d6b3a
|
Merge trunk to HDFS-4685.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4685@1561771 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-27 18:09:22 +00:00 |
|
Chris Nauroth
|
b98b344b9a
|
HADOOP-10277. setfacl -x fails to parse ACL spec if trying to remove the mask entry. Contributed by Vinay.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4685@1561769 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-27 18:03:30 +00:00 |
|
Tsz-wo Sze
|
a9110e1788
|
Merge r1555021 through r1561510 from trunk.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-5535@1561516 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-26 16:34:30 +00:00 |
|
Todd Lipcon
|
edb6dc5f30
|
HDFS-5138. Support HDFS upgrade in HA. Contributed by Aaron T. Myers.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1561381 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-25 20:01:26 +00:00 |
|
Uma Maheswara Rao G
|
befb254e61
|
HDFS-5343. When cat command is issued on snapshot files, getting unexpected result. Contributed by Sathish.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1561325 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-25 15:50:42 +00:00 |
|
Kihwal Lee
|
dd1bc7e1c7
|
HDFS-5728. Block recovery will fail if the metafile does not have crc for all chunks of the block. Contributed by Vinay.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1561223 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-24 22:56:05 +00:00 |
|
Chris Nauroth
|
738b076cc6
|
Merge trunk to HDFS-4685.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4685@1560768 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-23 17:49:24 +00:00 |
|
Chris Nauroth
|
cd7cd94e3f
|
HDFS-5799. Make audit logging consistent across ACL APIs. Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4685@1560766 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-23 17:41:53 +00:00 |
|
Daryn Sharp
|
a4e66e09e9
|
HDFS-5241. Provide alternate queuing audit logger to reduce logging contention (daryn)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1560761 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-23 17:15:27 +00:00 |
|
Kihwal Lee
|
ff43021946
|
HDFS-5788. listLocatedStatus response can be very large. Contributed by Nathan Roberts.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1560750 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-23 17:01:30 +00:00 |
|
Uma Maheswara Rao G
|
824dcdbd42
|
HDFS-5789. Some of snapshot APIs missing checkOperation double check in fsn. Contributed by Uma Maheswara Rao G.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1560731 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-23 16:35:05 +00:00 |
|
Andrew Wang
|
1c602f7198
|
HDFS-5806. Balancer should set soTimeout to avoid indefinite hangs. Contributed by Nathan Roberts.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1560548 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-22 22:33:00 +00:00 |
|
Andrew Wang
|
2de391de9f
|
Move HDFS-4949 subtasks in CHANGES.txt to a new section under 2.4.0 release.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1560528 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-22 21:52:56 +00:00 |
|
Alejandro Abdelnur
|
5e09ae1633
|
HDFS-5703. Add support for HTTPS and swebhdfs to HttpFS. (tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1560504 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-22 20:38:24 +00:00 |
|
Arpit Agarwal
|
83280a45de
|
HDFS-5434. Change block placement policy constructors from package private to protected. (Buddy Taylor via Arpit Agarwal)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1560217 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-21 23:11:15 +00:00 |
|
Brandon Li
|
cc7cc5a4d9
|
HDFS-5748. Too much information shown in the dfs health page. Contributed by Haohui Mai
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1560215 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-21 22:55:35 +00:00 |
|
Haohui Mai
|
21a5bc7f2c
|
HADOOP-10241. Clean up output of FsShell getfacl. Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4685@1560194 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-21 21:20:39 +00:00 |
|
Haohui Mai
|
2af05fb1cf
|
HDFS-5615. NameNode: implement handling of ACLs in combination with sticky bit. Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4685@1560131 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-21 18:33:02 +00:00 |
|
Tsz-wo Sze
|
d8bc523754
|
HDFS-5753. Add new NN startup options for downgrade and rollback using upgrade marker.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-5535@1559907 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-21 02:38:46 +00:00 |
|
Haohui Mai
|
9df33876ff
|
HDFS-5613. NameNode: implement handling of ACLs in combination with symlinks. Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4685@1559804 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-20 18:47:30 +00:00 |
|
Chris Nauroth
|
2fbe8235dc
|
Merge trunk to HDFS-4685.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4685@1559794 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-20 18:02:27 +00:00 |
|
Chris Nauroth
|
cae96dfe6e
|
HADOOP-10213. Fix bugs parsing ACL spec in FsShell setfacl. Contributed by Vinay.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4685@1559793 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-20 18:00:06 +00:00 |
|
Tsz-wo Sze
|
602f71a8da
|
HDFS-5800. Fix a typo in DFSClient.renewLease(). Contributed by Kousuke Saruta
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1559701 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-20 14:08:00 +00:00 |
|
Chris Nauroth
|
8a9a6dbd7e
|
Merge trunk to HDFS-4685.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4685@1559324 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-18 06:50:19 +00:00 |
|
Tsz-wo Sze
|
1025121874
|
Merge r1555021 through r1559304 from trunk.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-5535@1559305 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-18 02:24:38 +00:00 |
|
Tsz-wo Sze
|
09b8ce5b44
|
HDFS-5786. Support QUERY and FINALIZE actions of rolling upgrade.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-5535@1559304 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-18 02:07:09 +00:00 |
|
Haohui Mai
|
6a52febfbd
|
HDFS-5612. NameNode: change all permission checks to enforce ACLs in addition to permissions. Contributued by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4685@1559281 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-17 23:28:45 +00:00 |
|
Haohui Mai
|
5300294fbe
|
HDFS-5758. NameNode: complete implementation of inode modifications for ACLs. Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4685@1559267 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-17 22:05:47 +00:00 |
|
Jing Zhao
|
ebb9a704bd
|
Move HDFS-5704 and HDFS-5777 to the correct section in CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1559210 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-17 18:29:38 +00:00 |
|
Jing Zhao
|
fb01200153
|
HDFS-5794. Fix the inconsistency of layout version number of ADD_DATANODE_AND_STORAGE_UUIDS between trunk and branch-2. Contributed by Jing Zhao.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1559209 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-17 18:18:36 +00:00 |
|
Colin McCabe
|
a7ec44d41b
|
HDFS-5784. Reserve space in edit log header and fsimage header for feature flag section (cmccabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1558974 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-17 01:32:05 +00:00 |
|
Jing Zhao
|
e02ded811f
|
HDFS-5777. Update LayoutVersion for the new editlog op OP_ADD_BLOCK. Contributed by Jing Zhao.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1558675 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-16 02:28:10 +00:00 |
|
Brandon Li
|
a506df8e48
|
HDFS-5775. Consolidate the code for serialization in CacheManager. Contributed by Haohui Mai
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1558599 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-15 23:15:24 +00:00 |
|
Brandon Li
|
ca5d73d1ab
|
HDFS-5768. Consolidate the serialization code in DelegationTokenSecretManager. Contributed by Haohui Mai
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1558598 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-15 23:11:01 +00:00 |
|
Colin McCabe
|
c3b236ce5d
|
HDFS-5766. In DFSInputStream, do not add datanode to deadNodes after InvalidEncryptionKeyException in fetchBlockByteRange (Liang Xie via Colin Patrick McCabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1558536 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-15 19:23:31 +00:00 |
|
Colin McCabe
|
037a89abc5
|
HDFS-5762. BlockReaderLocal does not return -1 on EOF when doing zero-length reads (cmccabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1558526 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-15 19:17:50 +00:00 |
|
Tsz-wo Sze
|
4a1abe5a3d
|
Merge r1555021 through r1558254 from trunk.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-5535@1558303 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-15 06:06:31 +00:00 |
|
Tsz-wo Sze
|
5fe73a986e
|
HDFS-5752. Add a new DFSAdmin command to query, start and finalize rolling upgrade.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-5535@1558299 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-15 05:56:17 +00:00 |
|
Jing Zhao
|
578dae9ef3
|
HDFS-5704. Change OP_UPDATE_BLOCKS with a new OP_ADD_BLOCK. Contributed by Jing Zhao.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1558255 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-15 01:06:53 +00:00 |
|
Konstantin Boudnik
|
4b16c2b65e
|
HDFS-5677. Need error checking for HA cluster configuration. Contributed by Vincent Sheffer.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1558217 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-14 21:59:51 +00:00 |
|
Konstantin Boudnik
|
0b6a236258
|
Adding 2.0.6-alpha release to the CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1558215 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-14 21:49:59 +00:00 |
|
Jing Zhao
|
e210519d32
|
HDFS-5579. Under construction files make DataNode decommission take very long hours. Contributed by zhaoyunjiong.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1557904 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-14 02:02:15 +00:00 |
|
Jing Zhao
|
e06ae2d567
|
HDFS-5710. FSDirectory#getFullPathName should check inodes against null. Contributed by Uma Maheswara Rao G.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1557803 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-13 18:37:56 +00:00 |
|
Chris Nauroth
|
c90211af7a
|
Merge trunk to HDFS-4685.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4685@1557294 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-11 00:37:23 +00:00 |
|
Chris Nauroth
|
f065f58292
|
HADOOP-10220. Add ACL indicator bit to FsPermission. Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4685@1557293 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-11 00:36:00 +00:00 |
|
Arpit Agarwal
|
9d382a4174
|
HDFS-5747. Fix NPEs in BlockManager. (Arpit Agarwal)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1557289 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-11 00:05:55 +00:00 |
|
Andrew Wang
|
7354547a02
|
HDFS-5756. hadoopRzOptionsSetByteBufferPool does not accept NULL argument, contrary to docs. Contributed by Colin Patrick McCabe.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1557244 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-10 20:10:44 +00:00 |
|
Tsz-wo Sze
|
1c7aa44d62
|
Merge r1555021 through r1557038 from trunk.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-5535@1557039 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-10 06:07:24 +00:00 |
|
Tsz-wo Sze
|
4563ba08e7
|
HDFS-5645. Support upgrade marker in editlog streams.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-5535@1557038 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-10 06:06:10 +00:00 |
|
Kihwal Lee
|
b4d6c5823b
|
HDFS-5449. WebHdfs compatibility broken between 2.2 and 1.x / 23.x. Contributed by Kihwal Lee.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1556927 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-09 19:24:07 +00:00 |
|
Junping Du
|
7186000367
|
HDFS-5721. sharedEditsImage in Namenode#initializeSharedEdits() should be closed before method returns. (Ted Yu via junping_du)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1556803 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-09 13:33:08 +00:00 |
|
Chris Nauroth
|
17ab35314f
|
Merge trunk to HDFS-4685.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4685@1556665 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-08 23:10:02 +00:00 |
|
Chris Nauroth
|
21d4167179
|
HDFS-5739. ACL RPC must allow null name or unspecified permissions in ACL entries. Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4685@1556663 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-08 22:47:57 +00:00 |
|
Chris Nauroth
|
023c11ec7e
|
HDFS-5737. Replacing only the default ACL can fail to copy unspecified base entries from the access ACL. Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4685@1556652 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-08 22:02:53 +00:00 |
|
Tsz-wo Sze
|
f3ee35ab28
|
Merge r1555021 through r1556550 from trunk.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-5535@1556552 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-08 14:36:09 +00:00 |
|
Jing Zhao
|
076ecf79ca
|
HDFS-5726. Fix compilation error in AbstractINodeDiff for JDK7. Contributed by Jing Zhao.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1556433 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-08 03:19:41 +00:00 |
|
Brandon Li
|
1be8ee2424
|
HDFS-5649. Unregister NFS and Mount service when NFS gateway is shutting down. Contributed by Brandon Li
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1556405 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-07 23:43:04 +00:00 |
|
Colin McCabe
|
53b27fc60b
|
HDFS-5724. modifyCacheDirective logging audit log command wrongly as addCacheDirective (Uma Maheswara Rao G via Colin Patrick McCabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1556386 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-07 22:27:06 +00:00 |
|
Jing Zhao
|
70cff9e2f0
|
HDFS-5715. Use Snapshot ID to indicate the corresponding Snapshot for a FileDiff/DirectoryDiff. Contributed by Jing Zhao.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1556353 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-07 20:52:48 +00:00 |
|
Chris Nauroth
|
2fbb3d694e
|
Merge trunk to HDFS-4685.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4685@1556097 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-07 01:07:33 +00:00 |
|
Chris Nauroth
|
c658567571
|
HDFS-5673. Implement logic for modification of ACLs. Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4685@1556090 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-07 00:47:49 +00:00 |
|
Arpit Agarwal
|
5241aa4cdd
|
HDFS-2832. Update CHANGES.txt to reflect merge to branch-2
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1556088 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-07 00:40:59 +00:00 |
|
Brandon Li
|
bfd227bf09
|
HDFS-5719. FSImage#doRollback() should close prevState before return. Contributed by Ted Yu
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1556057 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-06 22:58:18 +00:00 |
|
Colin McCabe
|
8deb7a6057
|
HDFS-5589. Namenode loops caching and uncaching when data should be uncached. (awang via cmccabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1555996 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-06 19:45:02 +00:00 |
|
Colin McCabe
|
2a1ecd00da
|
HDFS-5220. Expose group resolution time as metric (jxiang via cmccabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1555976 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-06 18:59:10 +00:00 |
|
Arpit Agarwal
|
410f3a9f60
|
HDFS-5667. Add test missed in previous checkin
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1555956 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-06 18:14:05 +00:00 |
|
Arpit Agarwal
|
f8a9329f2b
|
HDFS-5667. Include DatanodeStorage in StorageReport. (Arpit Agarwal)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1555929 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-06 17:28:23 +00:00 |
|
Brandon Li
|
b80343a55f
|
HDFS-5705. TestSecondaryNameNodeUpgrade#testChangeNsIDFails may fail due to ConcurrentModificationException. Contributed by Ted Yu
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1555190 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-03 18:29:44 +00:00 |
|
Jing Zhao
|
71e6ea4be1
|
HDFS-5695. Clean up TestOfflineEditsViewer and OfflineEditsViewerHelper. Contributed by Haohui Mai.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1555164 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-03 17:36:16 +00:00 |
|
Tsz-wo Sze
|
551034d238
|
add CHANGES_HDFS-5535.txt.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-5535@1555023 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-03 07:34:41 +00:00 |
|
Tsz-wo Sze
|
498f9674ff
|
Merge r1550130 through r1555020 from trunk.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-5535@1555021 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-03 07:26:52 +00:00 |
|
Andrew Wang
|
d85c017d04
|
HDFS-5651. Remove dfs.namenode.caching.enabled and improve CRM locking. Contributed by Colin Patrick McCabe.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1555002 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-03 02:45:53 +00:00 |
|
Andrew Wang
|
b4eb963c3c
|
HDFS-5659. dfsadmin -report doesn't output cache information properly. Contributed by Andrew Wang.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1554893 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-02 20:11:41 +00:00 |
|
Andrew Wang
|
07e4fb1455
|
HDFS-5708. The CacheManager throws a NPE in the DataNode logs when processing cache reports that refer to a block not known to the BlockManager. Contributed by Colin Patrick McCabe.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1554594 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-01 00:01:12 +00:00 |
|
Uma Maheswara Rao G
|
97e881b955
|
HDFS-5671. Fix socket leak in DFSInputStream#getBlockReader. Contributed by JamesLi
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1554553 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-31 16:24:02 +00:00 |
|
Andrew Wang
|
7f86c8114e
|
HDFS-5701. Fix the CacheAdmin -addPool -maxTtl option name. Contributed by Stephen Chu.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1554305 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-30 20:02:36 +00:00 |
|
Colin McCabe
|
e596f17734
|
HDFS-5582. hdfs getconf -excludeFile or -includeFile always failed (satish via cmccabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1554295 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-30 19:35:43 +00:00 |
|
Andrew Wang
|
c179d58eee
|
Add updated editsStored files missing from initial HDFS-5636 commit.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1554293 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-30 19:02:08 +00:00 |
|
Konstantin Shvachko
|
5a54b91df9
|
HDFS-5675. Add Mkdirs operation to NNThroughputBenchmark. Contributed by Plamen Jeliazkov.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1554071 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-29 21:22:04 +00:00 |
|
Chris Nauroth
|
29dac1d629
|
HADOOP-10192. FileSystem#getAclStatus has incorrect JavaDocs. Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4685@1553737 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-27 21:00:21 +00:00 |
|
Chris Nauroth
|
abe13d6ffb
|
HADOOP-10187. add getfacl and setfacl with minimal support for getting and setting ACLs. Contributed by Vinay.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4685@1553735 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-27 20:41:16 +00:00 |
|
Chris Nauroth
|
839512aab7
|
Update CHANGES-HDFS-4685.txt for several issues that have been converted to Hadoop Common sub-tasks of HADOOP-10184.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4685@1553602 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-26 23:09:17 +00:00 |
|
Chris Nauroth
|
eaa5321619
|
Merge trunk to HDFS-4685.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4685@1553226 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-23 22:19:12 +00:00 |
|
Chris Nauroth
|
c3b56ed1c8
|
HDFS-5619. NameNode: record ACL modifications to edit log. Contributed by Haohui Mai.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4685@1553224 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-23 22:12:45 +00:00 |
|
Chris Nauroth
|
25e9d2e895
|
HDFS-5618. NameNode: persist ACLs in fsimage. Contributed by Haohui Mai.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4685@1553221 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-23 21:45:03 +00:00 |
|
Jing Zhao
|
e8de319789
|
HDFS-5690. DataNode fails to start in secure mode when dfs.http.policy equals to HTTP_ONLY. Contributed by Haohui Mai.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1553167 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-23 18:23:43 +00:00 |
|
Colin McCabe
|
b9ae3087c0
|
HDFS-5636. Enforce a max TTL per cache pool (awang via cmccabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1552841 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-20 23:27:20 +00:00 |
|
Arpit Agarwal
|
86e5db39ba
|
HDFS-2933. Fix incorrect target version in CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1552837 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-20 23:02:04 +00:00 |
|
Suresh Srinivas
|
17a3d72d3b
|
HDFS-5691. Fix typo in ShortCircuitLocalRead document. Contributed by Akira Ajisaka.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1552802 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-20 20:07:46 +00:00 |
|
Kihwal Lee
|
04d139e2a0
|
HDFS-5681. renewLease should not hold fsn write lock. Contributed by Daryn Sharp.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1552711 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-20 16:05:03 +00:00 |
|
Chris Nauroth
|
72b0b1881f
|
Merge trunk to HDFS-4685.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4685@1552467 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-20 01:01:18 +00:00 |
|
Chris Nauroth
|
c552d5d72e
|
HDFS-5685. Implement ACL as a INode feature. Contributed by Haohui Mai.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4685@1552465 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-20 00:48:24 +00:00 |
|
Andrew Wang
|
c7153e182a
|
HDFS-5679. TestCacheDirectives should handle the case where native code is not available. (wang)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1552461 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-20 00:00:45 +00:00 |
|
Junping Du
|
42e7446add
|
HDFS-5540. Fix intermittent failure in TestBlocksWithNotEnoughRacks. (Binglin Chang via junping_du)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1552256 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-19 09:21:19 +00:00 |
|
Michael Stack
|
d4e1081566
|
HDFS-5663 make the retry time and interval value configurable in openInfo()
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1552237 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-19 06:15:09 +00:00 |
|
Michael Stack
|
b0947f9305
|
HDFS-5663 make the retry time and interval value configurable in openInfo()
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1552232 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-19 05:21:46 +00:00 |
|
Jing Zhao
|
a9d80ae59d
|
HDFS-5661. Browsing FileSystem via web ui, should use datanode's fqdn instead of ip address. Contributed by Benoy Antony.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1552177 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-19 00:27:16 +00:00 |
|
Colin McCabe
|
90122f25e1
|
HDFS-5676. fix inconsistent synchronization of CachingStrategy (cmccabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1552162 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-18 23:29:05 +00:00 |
|
Brandon Li
|
fc966461e0
|
HDFS-5662. Can't decommission a DataNode due to file's replication factor larger than the rest of the cluster size. Contributed by Brandon Li
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1552131 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-18 22:26:33 +00:00 |
|
Jing Zhao
|
788fca4124
|
HDFS-5496. Make replication queue initialization asynchronous. Contributed by Vinay.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-5535@1552109 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-18 21:30:37 +00:00 |
|
Tsz-wo Sze
|
504bd0bca3
|
HDFS-5674. Editlog code cleanup: remove @SuppressWarnings("deprecation") in FSEditLogOp; change FSEditLogOpCodes.fromByte(..) to be more efficient; and change Some fields in FSEditLog to final.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1551812 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-18 02:46:00 +00:00 |
|
Jing Zhao
|
7f53e90fd1
|
Move HDFS-5538, HDFS-5545, HDFS-5536, HDFS-5312, and HDFS-5629 from trunk to 2.4.0 section.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1551724 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-17 21:36:30 +00:00 |
|
Colin McCabe
|
124e507674
|
HDFS-5634. Allow BlockReaderLocal to switch between checksumming and not (cmccabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1551701 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-17 20:57:00 +00:00 |
|
Brandon Li
|
5792d59da3
|
HDFS-5657. race condition causes writeback state error in NFS gateway. Contributed by Brandon Li
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1551691 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-17 20:40:15 +00:00 |
|
Colin McCabe
|
991c453ca3
|
HDFS-5431. Support cachepool-based limit management in path-based caching. (awang via cmccabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1551651 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-17 18:47:04 +00:00 |
|
Andrew Wang
|
0fc2929d13
|
HDFS-5350. Name Node should report fsimage transfer time as a metric. Contributed by Jimmy Xiang.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1551415 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-17 00:30:06 +00:00 |
|
Chris Nauroth
|
740605cde6
|
Merge trunk to HDFS-4685.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4685@1551332 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-16 20:08:58 +00:00 |
|
Colin McCabe
|
8e32e6aff1
|
HDFS-5666. Fix inconsistent synchronization in BPOfferService (jxiang via cmccabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1551301 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-16 18:35:40 +00:00 |
|
Arpit Agarwal
|
89a374afcb
|
HDFS-5454. DataNode UUID should be assigned prior to FsDataset initialization. (Arpit Agarwal)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1551296 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-16 18:16:56 +00:00 |
|
Andrew Wang
|
6c641339d1
|
HDFS-5665. Remove the unnecessary writeLock while initializing CacheManager in FsNameSystem Ctor. (Uma Maheswara Rao G via Andrew Wang)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1551270 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-16 17:12:55 +00:00 |
|
Uma Maheswara Rao G
|
1dabd42999
|
HDFS-5592. statechangeLog of completeFile should be logged only in case of success. Contributed by Vinay.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1551145 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-16 09:53:57 +00:00 |
|
Arpit Agarwal
|
121137789c
|
HDFS-5406. Add file missed in previous commit.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1551110 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-16 04:05:53 +00:00 |
|
Arpit Agarwal
|
938565925a
|
HDFS-5406. Send incremental block reports for all storages in a single call.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1551093 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-16 00:58:40 +00:00 |
|
Tsz-wo Sze
|
44a6560b5d
|
HDFS-5632. Flatten INodeDirectory hierarchy: Replace INodeDirectoryWithSnapshot with DirectoryWithSnapshotFeature. Contributed by jing9
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1550917 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-14 10:13:30 +00:00 |
|
Chris Nauroth
|
f24e0c1563
|
Merge trunk to HDFS-4685.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4685@1550774 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-13 17:28:14 +00:00 |
|
Junping Du
|
a31a3a68ea
|
HDFS-5652. Refactor invalid block token exception handling in DFSInputStream. (Liang Xie via junping_du)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1550620 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-13 02:47:04 +00:00 |
|
Chris Nauroth
|
9263f3bb14
|
HDFS-5596. Implement RPC stubs. Contributed by Haohui Mai.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4685@1550544 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-12 21:47:46 +00:00 |
|
Jing Zhao
|
5fd7230671
|
HDFS-5647. Merge INodeDirectory.Feature and INodeFile.Feature. Contributed by Haohui Mai.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1550469 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-12 18:26:40 +00:00 |
|
Arpit Agarwal
|
329093ae1b
|
HDFS-2832: Update binary file editsStored for TestOfflineEditsViewer
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1550364 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-12 07:47:09 +00:00 |
|
Arpit Agarwal
|
93511259ba
|
Update CHANGES.txt in preparation for merging branch HDFS-2832 to trunk
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2832@1550361 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-12 07:07:05 +00:00 |
|
Arpit Agarwal
|
fba994ffe2
|
HDFS-5648. Get rid of FsDatasetImpl#perVolumeReplicaMap.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2832@1550357 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-12 07:01:24 +00:00 |
|
Arpit Agarwal
|
c656562556
|
Merging r1550313 through r1550355 from trunk to branch HDFS-2832
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2832@1550356 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-12 06:51:54 +00:00 |
|
Junping Du
|
8373c4134a
|
HDFS-5637. Try to refeatchToken while local read InvalidToken occurred. (Liang Xie via junping_du)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1550335 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-12 03:04:43 +00:00 |
|
Arpit Agarwal
|
cd083aa807
|
Merging r1549949 through r1550312 from trunk to branch HDFS-2832
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2832@1550313 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-11 23:18:29 +00:00 |
|
Colin McCabe
|
9678020e59
|
HDFS-4201. NPE in BPServiceActor#sendHeartBeat (jxiang via cmccabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1550269 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-11 21:30:16 +00:00 |
|
Jonathan Turner Eagles
|
ed4d318d68
|
HDFS-5023. TestSnapshotPathINodes.testAllowSnapshot is failing with jdk7 (Mit Desai via jeagles)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1550261 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-11 21:16:48 +00:00 |
|
Chris Nauroth
|
709040c52e
|
HDFS-5650. Remove AclReadFlag and AclWriteFlag in FileSystem API. Contributed by Haohui Mai.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4685@1550256 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-11 20:54:46 +00:00 |
|
Junping Du
|
327a995561
|
HDFS-5580. Fix infinite loop in Balancer.waitForMoveCompletion. (Binglin Chang via junping_du)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1550074 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-11 08:51:12 +00:00 |
|
Jing Zhao
|
732975be82
|
Move HDFS-5283 to section branch-2.3.0
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1550032 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-11 02:31:57 +00:00 |
|
Aaron Myers
|
e408ef35e9
|
Move entry for HDFS-5074 to correct section.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1550027 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-11 02:01:54 +00:00 |
|
Aaron Myers
|
512a18a8d9
|
HDFS-5074. Allow starting up from an fsimage checkpoint in the middle of a segment. Contributed by Todd Lipcon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1550016 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-11 01:32:22 +00:00 |
|
Jing Zhao
|
87734ec939
|
Move HDFS-5257,HDFS-5427,HDFS-5443,HDFS-5476,HDFS-5425,HDFS-5474,HDFS-5504,HDFS-5428 into branch-2.3 section.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1550011 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-11 01:09:13 +00:00 |
|
Arpit Agarwal
|
f3cef1c673
|
Merging r1549626 through r1549948 from trunk to branch HDFS-2832
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2832@1549949 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-10 19:50:02 +00:00 |
|
Chris Nauroth
|
b4d8aabe6b
|
HDFS-5594. FileSystem API for ACLs. Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4685@1549910 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-10 17:56:30 +00:00 |
|
Chris Nauroth
|
aff5be250a
|
Merge trunk to HDFS-4685.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4685@1549906 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-10 17:35:17 +00:00 |
|
Andrew Wang
|
a0c911a7f9
|
Move HDFS-4983 to 2.3 in CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1549747 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-10 02:37:20 +00:00 |
|
Chris Nauroth
|
a6313b1523
|
Merge trunk to HDFS-4685.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4685@1549699 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-09 22:52:02 +00:00 |
|
Jing Zhao
|
87a6db45b7
|
HDFS-5629. Support HTTPS in JournalNode and SecondaryNameNode. Contributed by Haohui Mai.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1549692 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-09 21:58:47 +00:00 |
|
Arpit Agarwal
|
43c33491fc
|
Merging r1548329 through r1549625 from trunk to branch HDFS-2832
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2832@1549626 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-09 17:38:20 +00:00 |
|
Jing Zhao
|
155020a6f4
|
HDFS-5353. Short circuit reads fail when dfs.encrypt.data.transfer is enabled. Contributed by Colin Patrick McCabe.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1548987 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-08 03:52:18 +00:00 |
|
Jing Zhao
|
91d0b47270
|
HDFS-4983. Numeric usernames do not work with WebHDFS FS. Contributed by Yongjun Zhang.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1548968 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-07 21:10:53 +00:00 |
|
Tsz-wo Sze
|
4c87a27ad8
|
HDFS-5554. Flatten INodeFile hierarchy: Replace INodeFileWithSnapshot with FileWithSnapshotFeature. Contributed by jing9
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1548796 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-07 06:17:46 +00:00 |
|
Jing Zhao
|
045dc880e1
|
HDFS-5312. Generate HTTP/HTTPS URL in DFSUtil#getInfoServer() based on the configured http policy. Contributed by Haohui Mai.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1548629 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-06 18:01:58 +00:00 |
|
Chris Nauroth
|
7676641cca
|
Merge trunk to HDFS-4685.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4685@1548386 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-06 06:57:15 +00:00 |
|
Jing Zhao
|
9df84c35d5
|
HDFS-5590. Block ID and generation stamp may be reused when persistBlocks is set to false. Contributed by Jing Zhao.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1548368 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-06 01:55:13 +00:00 |
|
Jing Zhao
|
6b459506c3
|
HDFS-5633. Improve OfflineImageViewer to use less memory. Contributed by Jing Zhao.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1548359 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-06 01:30:22 +00:00 |
|
Arpit Agarwal
|
00718c2ffa
|
Merging r1547658 through r1548328 from trunk to branch HDFS-2832
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2832@1548329 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-05 23:41:09 +00:00 |
|
Andrew Wang
|
55e5b0653c
|
HDFS-5630. Hook up cache directive and pool usage statistics. (wang)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1548309 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-05 21:09:30 +00:00 |
|
Daryn Sharp
|
99aed805f8
|
Neglected to add new file in HDFS-5514 (daryn)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1548167 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-05 15:31:35 +00:00 |
|
Daryn Sharp
|
6828337d85
|
HDFS-5514. FSNamesystem's fsLock should allow custom implementation (daryn)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1548161 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-05 15:28:12 +00:00 |
|
Brandon Li
|
aa4fba6d92
|
HDFS-5587. add debug information when NFS fails to start with duplicate user or group names. Contributed by Brandon Li
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1548028 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-05 07:13:21 +00:00 |
|
Colin McCabe
|
950e0644b7
|
HDFS-5626. dfsadmin report shows incorrect values (cmccabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1548000 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-05 02:59:14 +00:00 |
|
Andrew Wang
|
859e425dfa
|
Revert HDFS-4983
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1547970 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-05 00:05:10 +00:00 |
|
Andrew Wang
|
f5e83a0b3e
|
HDFS-4983. Numeric usernames do not work with WebHDFS FS. Contributed by Yongjun Zhang.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1547935 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-04 22:24:45 +00:00 |
|
Jing Zhao
|
d02baff9a0
|
HDFS-5536. Implement HTTP policy for Namenode and DataNode. Contributed by Haohui Mai.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1547925 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-04 21:40:57 +00:00 |
|
Colin McCabe
|
f791e291ca
|
HDFS-5555. CacheAdmin commands fail when first listed NameNode is in Standby (jxiang via cmccabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1547895 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-04 20:06:25 +00:00 |
|
Arpit Agarwal
|
b7ce46887b
|
Merging r1547474 through r1547657 from trunk to branch HDFS-2832
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2832@1547658 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-04 00:45:38 +00:00 |
|
Colin McCabe
|
61c45aae4d
|
HDFS-4997. libhdfs does not return correct error code in most cases (cmccabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1547637 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-03 23:13:02 +00:00 |
|
Chris Nauroth
|
1234f99521
|
HDFS-4685. Add CHANGES-HDFS-4685.txt.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4685@1547590 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-03 21:10:29 +00:00 |
|
Arpit Agarwal
|
674d51e62e
|
Merging r1547121 through r1547473 from trunk to branch HDFS-2832
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2832@1547492 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-03 17:33:46 +00:00 |
|
Arpit Agarwal
|
a1aa1836fb
|
HDFS-5484. StorageType and State in DatanodeStorageInfo in NameNode is not accurate. (Contributed by Eric Sirianni)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2832@1547462 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-03 16:30:29 +00:00 |
|
Kihwal Lee
|
7af12ab207
|
HDFS-5558. LeaseManager monitor thread can crash if the last block is complete but another block is not. Contributed by Kihwal Lee.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1547393 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-03 14:12:43 +00:00 |
|
Kihwal Lee
|
38a04a3042
|
HDFS-5557. Write pipeline recovery for the last packet in the block may cause rejection of valid replicas. Contributed by Kihwal Lee.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1547173 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-02 20:18:52 +00:00 |
|
Arun Murthy
|
a4e473c6a9
|
Renamed releases. 2.2.1 -> 2.3.0 & 2.3.0 -> 2.4.0
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1547136 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-02 18:37:39 +00:00 |
|
Arpit Agarwal
|
18159be495
|
Merging r1544666 through r1547120 from trunk to branch HDFS-2832
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2832@1547122 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-02 17:41:44 +00:00 |
|
Colin McCabe
|
58f73acdc1
|
move HDFS-5581 to 2.3
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1547094 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-02 16:40:52 +00:00 |
|
Colin McCabe
|
13331a6863
|
HDFS-5581. NameNodeFsck should use only one instance of BlockPlacementPolicy (vinay via cmccabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1547088 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-02 16:31:03 +00:00 |
|
Andrew Wang
|
9da451cac5
|
HDFS-5430. Support TTL on CacheDirectives. Contributed by Andrew Wang.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1546301 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-28 07:20:21 +00:00 |
|
Andrew Wang
|
bb11d47758
|
HDFS-5562. TestCacheDirectives and TestFsDatasetCache should stub out native mlock. Contributed by Colin Patrick McCabe and Akira Ajisaka.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1546246 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-28 00:44:54 +00:00 |
|
Brandon Li
|
5ea533c2bf
|
HDFS-5563. NFS gateway should commit the buffered data when read request comes after write to the same file. Contributed by Brandon Li
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1546233 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-27 23:41:15 +00:00 |
|
Brandon Li
|
ec5c8a9865
|
HDFS-5577. NFS user guide update. Contributed by Brandon Li
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1546210 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-27 22:07:37 +00:00 |
|
Tsz-wo Sze
|
8df119da21
|
HDFS-5537. Remove FileWithSnapshot interface. Contributed by jing9
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1546184 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-27 20:32:16 +00:00 |
|
Jing Zhao
|
2214871d91
|
HDFS-5545. Allow specifying endpoints for listeners in HttpServer. Contributed by Haohui Mai.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1546151 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-27 18:20:14 +00:00 |
|
Colin McCabe
|
13edb391d0
|
HDFS-5556. Add some more NameNode cache statistics, cache pool stats (cmccabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1546143 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-27 17:55:52 +00:00 |
|
Uma Maheswara Rao G
|
b6d483b122
|
HDFS-5568. Support includeSnapshots option with Fsck command. Contributed by Vinay
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1545987 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-27 10:59:54 +00:00 |
|
Colin McCabe
|
05a9a80bd4
|
HDFS-5565. CacheAdmin help should match against non-dashed commands (wang via cmccabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1545850 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-26 21:38:46 +00:00 |
|
Jing Zhao
|
740cf232bd
|
HDFS-5561. FSNameSystem#getNameJournalStatus() in JMX should return plain text instead of HTML. Contributed by Haohui Mai.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1545791 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-26 19:28:09 +00:00 |
|
Tsz-wo Sze
|
82ff2d3f2e
|
HDFS-5286. Flatten INodeDirectory hierarchy: Replace INodeDirectoryWithQuota with DirectoryWithQuotaFeature.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1545768 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-26 18:33:22 +00:00 |
|
Brandon Li
|
4a1acfc96f
|
HDFS-5548. Use ConcurrentHashMap in portmap. Contributed by Haohui Mai
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1545756 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-26 18:13:04 +00:00 |
|
Jing Zhao
|
d8a2383461
|
HDFS-5538. URLConnectionFactory should pick up the SSL related configuration by default. Contributed by Haohui Mai.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1545491 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-26 01:16:51 +00:00 |
|
Jing Zhao
|
eb3c1607b0
|
HDFS-5533. Symlink delete/create should be treated as DELETE/CREATE in snapshot diff report. Contributed by Binglin Chang.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1545357 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-25 18:05:36 +00:00 |
|
Kihwal Lee
|
65ee88b0de
|
HDFS-5526. Datanode cannot roll back to previous layout version. Contributed by Kihwal Lee.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1545322 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-25 15:33:52 +00:00 |
|
Arpit Agarwal
|
81211123d8
|
HDFS-5559. Fix TestDatanodeConfig in HDFS-2832. (Contributed by szetszwo)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2832@1544891 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-23 23:27:13 +00:00 |
|
Arpit Agarwal
|
f48ea1b516
|
Merging r1544304 through r1544665 from trunk to branch HDFS-2832
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2832@1544672 13f79535-47bb-0310-9956-ffa450edef68
|
2013-11-22 20:51:06 +00:00 |
|