Yongjun Zhang
|
20c03c9606
|
Move HDFS-8337 to branch 2.8 in CHANGES.txt.
|
2015-06-20 00:25:33 -07:00 |
|
Yongjun Zhang
|
971dc838ec
|
HDFS-8337. Accessing httpfs via webhdfs doesn't work from a jar with kerberos. Contributed by Yongjun Zhang.
|
2015-06-19 23:39:13 -07:00 |
|
Colin Patrick Mccabe
|
d112d18324
|
HDFS-8582. Support getting a list of reconfigurable config properties and do not generate spurious reconfig warnings (Lei (Eddy) Xu via Colin P. McCabe)
|
2015-06-19 19:14:05 -07:00 |
|
Arpit Agarwal
|
55278c012f
|
HDFS-8626. Reserved RBW space is not released if creation of RBW File fails. (Contributed by kanaka kumar avvaru)
|
2015-06-19 18:23:34 -07:00 |
|
Yongjun Zhang
|
b42f1ec13d
|
HDFS-8633. Fix setting of dfs.datanode.readahead.bytes in hdfs-default.xml to match DFSConfigKeys. Contributed by Ray Chiang.
|
2015-06-19 09:47:31 -07:00 |
|
Andrew Wang
|
1c13519e1e
|
HDFS-8605. Merge Refactor of DFSOutputStream from HDFS-7285 branch. (vinayakumarb)
|
2015-06-18 08:48:09 -07:00 |
|
Akira Ajisaka
|
cc432885ad
|
HDFS-6249. Output AclEntry in PBImageXmlWriter. Contributed by surendra singh lilhore.
|
2015-06-17 17:41:10 -07:00 |
|
Akira Ajisaka
|
1a169a26bc
|
HDFS-8615. Correct HTTP method in WebHDFS document. Contributed by Brahma Reddy Battula.
|
2015-06-17 17:13:02 -07:00 |
|
Colin Patrick Mccabe
|
45ced38f10
|
HDFS-8589. Fix unused imports in BPServiceActor and BlockReportLeaseManager (cmccabe)
|
2015-06-17 17:01:42 -07:00 |
|
Haohui Mai
|
015535dc0a
|
HDFS-8446. Separate safemode related operations in GetBlockLocations(). Contributed by Haohui Mai.
|
2015-06-17 16:38:43 -07:00 |
|
Haohui Mai
|
2de586f60d
|
Update CHANGES.txt for HDFS-8238.
|
2015-06-17 16:19:45 -07:00 |
|
Haohui Mai
|
b832774488
|
HDFS-8238. Move ClientProtocol to the hdfs-client. Contributed by Takanobu Asanuma.
|
2015-06-17 16:16:36 -07:00 |
|
Andrew Wang
|
6e3fcffe29
|
HDFS-8608. Merge HDFS-7912 to trunk and branch-2 (track BlockInfo instead of Block in UnderReplicatedBlocks and PendingReplicationBlocks). Contributed by Zhe Zhang.
|
2015-06-17 08:05:44 -07:00 |
|
Arpit Agarwal
|
5dbc8c9cb0
|
HDFS-7164. Feature documentation for HDFS-6581. (Contributed by Arpit Agarwal)
|
2015-06-16 19:05:44 -07:00 |
|
Tsz-Wo Nicholas Sze
|
d4929f448f
|
HDFS-8606. Cleanup DFSOutputStream by removing unwanted changes from HDFS-8386. Contributed by Rakesh R
|
2015-06-16 18:08:29 -07:00 |
|
Xiaoyu Yao
|
9cd5ad9d84
|
HDFS-8551. Fix hdfs datanode CLI usage message. Contributed by Brahma Reddy Battula.
|
2015-06-16 14:12:45 -07:00 |
|
Xiaoyu Yao
|
6a76250b39
|
HDFS-8548. Minicluster throws NPE on shutdown. Contributed by surendra singh lilhore.
|
2015-06-16 13:57:02 -07:00 |
|
Kihwal Lee
|
c74517c46b
|
HDFS-4660. Block corruption can happen during pipeline recovery. Contributed by Kihwal Lee.
|
2015-06-16 15:40:16 -05:00 |
|
Xiaoyu Yao
|
4e88ff5b27
|
HDFS-8597. Fix TestFSImage#testZeroBlockSize on Windows. Contributed by Xiaoyu Yao.
|
2015-06-16 12:38:07 -07:00 |
|
Andrew Wang
|
a3990ca414
|
HDFS-8591. Remove support for deprecated configuration key dfs.namenode.decommission.nodes.per.interval.
|
2015-06-16 10:03:34 -07:00 |
|
Haohui Mai
|
32e39d8a29
|
HDFS-8592. SafeModeException never get unwrapped. Contributed by Haohui Mai.
|
2015-06-15 22:07:24 -07:00 |
|
Tsz-Wo Nicholas Sze
|
175e6d120f
|
HDFS-8361. Choose SSD over DISK in block placement.
|
2015-06-15 17:12:01 -07:00 |
|
Tsz-Wo Nicholas Sze
|
1b6695a4c0
|
Move HDFS-8540 to 2.8 in CHANGES.txt.
|
2015-06-15 17:01:55 -07:00 |
|
Tsz-Wo Nicholas Sze
|
321940cf19
|
HDFS-8540. Mover should exit with NO_MOVE_BLOCK if no block can be moved. Contributed by surendra singh lilhore
|
2015-06-15 16:26:53 -07:00 |
|
Tsz-Wo Nicholas Sze
|
2cb09e98e3
|
HDFS-8576. Lease recovery should return true if the lease can be released and the file can be closed. Contributed by J.Andreina
|
2015-06-15 16:07:38 -07:00 |
|
Arpit Agarwal
|
32ffda1266
|
HDFS-8607. TestFileCorruption doesn't work as expected. (Contributed by Walter Su)
|
2015-06-15 10:11:53 -07:00 |
|
Arpit Agarwal
|
4c5da9bd94
|
HDFS-8595. TestCommitBlockSynchronization fails in branch-2.7. (Patch applies to all branches). (Contributed by Arpit Agarwal)
|
2015-06-14 16:24:30 -07:00 |
|
Yongjun Zhang
|
b0dc291961
|
HDFS-8596. TestDistributedFileSystem et al tests are broken in branch-2 due to incorrect setting of "datanode" attribute. Contributed by Yongjun Zhang.
|
2015-06-14 11:39:31 -07:00 |
|
cnauroth
|
b8341f1cd8
|
HDFS-8593. Calculation of effective layout version mishandles comparison to current layout version in storage. Contributed by Chris Nauroth.
|
2015-06-13 10:37:52 -07:00 |
|
Haohui Mai
|
eef7b50e23
|
HDFS-8572. DN always uses HTTP/localhost@REALM principals in SPNEGO. Contributed by Haohui Mai.
|
2015-06-12 14:45:34 -07:00 |
|
Andrew Wang
|
c17439c2dd
|
HDFS-8499. Refactor BlockInfo class hierarchy with static helper class. Contributed by Zhe Zhang.
|
2015-06-12 11:38:39 -07:00 |
|
Colin Patrick Mccabe
|
46b0b4179c
|
Add HDFS-7923 to CHANGES.txt
|
2015-06-12 11:28:18 -07:00 |
|
Colin Patrick Mccabe
|
12b5b06c06
|
HDFS-7923. The DataNodes should rate-limit their full block reports by asking the NN on heartbeat messages (cmccabe)
|
2015-06-12 11:17:51 -07:00 |
|
Akira Ajisaka
|
e4489d97e5
|
HADOOP-11971. Move test utilities for tracing from hadoop-hdfs to hadoop-common. Contributed by Masatake Iwasaki.
|
2015-06-12 07:25:15 -07:00 |
|
Arpit Agarwal
|
83e8110f87
|
HDFS-8583. Document that NFS gateway does not work with rpcbind on SLES 11. (Arpit Agarwal)
|
2015-06-11 15:08:56 -07:00 |
|
Colin Patrick Mccabe
|
587309bbba
|
HDFS-8566. HDFS documentation about debug commands wrongly identifies them as "hdfs dfs" commands (Surendra Singh Lilhore via Colin P. McCabe)
|
2015-06-11 14:26:22 -07:00 |
|
Andrew Wang
|
b258b344bb
|
HDFS-8573. Move creation of restartMeta file logic from BlockReceiver to ReplicaInPipeline. Contributed by Eddy Xu.
|
2015-06-11 10:12:31 -07:00 |
|
Andrew Wang
|
a7a7768341
|
HDFS-8549. Abort the balancer if an upgrade is in progress.
|
2015-06-10 13:42:57 -07:00 |
|
Arpit Agarwal
|
3107434031
|
HADOOP-12078. The default retry policy does not handle RetriableException correctly. (Contributed by Arpit Agarwal)
|
2015-06-09 20:58:39 -07:00 |
|
Xiaoyu Yao
|
3c2397cb04
|
HDFS-8568. TestClusterId#testFormatWithEmptyClusterIdOption is failing. Contributed by Rakesh R.
|
2015-06-09 12:16:24 -07:00 |
|
Xiaoyu Yao
|
927577c87c
|
HDFS-8552. Fix hdfs CLI usage message for namenode and zkfc. Contributed by Brahma Reddy Battula
|
2015-06-08 21:57:26 -07:00 |
|
cnauroth
|
d2832b3d42
|
HDFS-8553. Document hdfs class path options. Contributed by Brahma Reddy Battula.
|
2015-06-08 16:15:38 -07:00 |
|
cnauroth
|
0e80d51983
|
HDFS-8554. TestDatanodeLayoutUpgrade fails on Windows. Contributed by Chris Nauroth.
|
2015-06-08 08:39:02 -07:00 |
|
cnauroth
|
a6cb4894b4
|
HDFS-8539. Hdfs doesnt have class debug in windows. Contributed by Anu Engineer.
|
2015-06-07 13:01:43 -07:00 |
|
Xiaoyu Yao
|
b61b489995
|
HDFS-8116. Cleanup uncessary if LOG.isDebugEnabled() from RollingWindowManager. Contributed by Brahma Reddy Battula.
|
2015-06-06 18:47:45 -07:00 |
|
cnauroth
|
71de367c5e
|
HDFS-8432. Introduce a minimum compatible layout version to allow downgrade in more rolling upgrade use cases. Contributed by Chris Nauroth.
|
2015-06-06 09:43:47 -07:00 |
|
cnauroth
|
e46cb80002
|
HADOOP-12055. Deprecate usage of NativeIO#link. Contributed by Andrew Wang.
|
2015-06-06 09:17:03 -07:00 |
|
Xiaoyu Yao
|
3841d09765
|
HDFS-8522. Change heavily recorded NN logs from INFO to DEBUG level. (Contributed by Xiaoyu Yao)
|
2015-06-05 15:09:24 -07:00 |
|
Andrew Wang
|
b2540f486e
|
HDFS-8535. Clarify that dfs usage in dfsadmin -report output includes all block replicas. Contributed by Eddy Xu.
|
2015-06-04 15:35:07 -07:00 |
|
Andrew Wang
|
5149dc7b97
|
HDFS-8532. Make the visibility of DFSOutputStream#streamer member variable to private. Contributed by Rakesh R.
|
2015-06-04 11:09:19 -07:00 |
|