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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|