Rakesh Radhakrishnan
|
b67ae6d9d7
|
HDFS-10802. [SPS]: Add satisfyStoragePolicy API in HdfsAdmin. Contributed by Yuanbo Liu
|
2018-08-12 03:05:54 -07:00 |
|
Uma Maheswara Rao G
|
19b5aee3e4
|
HDFS-11068: [SPS]: Provide unique trackID to track the block movement sends to coordinator. Contributed by Rakesh R
|
2018-08-12 03:05:54 -07:00 |
|
Rakesh Radhakrishnan
|
047526b4c2
|
HDFS-11029. [SPS]:Provide retry mechanism for the blocks which were failed while moving its storage at DNs. Contributed by Uma Maheswara Rao G
|
2018-08-12 03:05:53 -07:00 |
|
Rakesh Radhakrishnan
|
0f2d1ddc2c
|
HDFS-10954. [SPS]: Provide mechanism to send blocks movement result back to NN from coordinator DN. Contributed by Rakesh R
|
2018-08-12 03:05:53 -07:00 |
|
Uma Maheswara Rao G
|
24add8c2f8
|
HDFS-10884: [SPS]: Add block movement tracker to track the completion of block movement future tasks at DN. Contributed by Rakesh R
|
2018-08-12 03:05:53 -07:00 |
|
Rakesh Radhakrishnan
|
e2a15d18bb
|
HDFS-10801. [SPS]: Protocol buffer changes for sending storage movement commands from NN to DN. Contributed by Rakesh R
|
2018-08-12 03:05:53 -07:00 |
|
Uma Maheswara Rao G
|
1438da4944
|
HDFS-10800: [SPS]: Daemon thread in Namenode to find blocks placed in other storage than what the policy specifies. Contributed by Uma Maheswara Rao G
|
2018-08-12 03:05:53 -07:00 |
|
Kai Zheng
|
5692887395
|
HDFS-10794. [SPS]: Provide storage policy satisfy worker at DN for co-ordinating the block storage movement work. Contributed by Rakesh R
|
2018-08-12 03:05:52 -07:00 |
|
Chao Sun
|
a2a8c48699
|
Remove super user privilege requirement for NameNode.getServiceStatus. Contributed by Chao Sun.
|
2018-08-10 15:59:39 -07:00 |
|
Virajith Jalaparti
|
15241c6349
|
HDFS-13795. Fix potential NPE in InMemoryLevelDBAliasMapServer.
|
2018-08-10 09:38:40 -07:00 |
|
Chen Liang
|
5326a7906d
|
HDFS-13735. Make QJM HTTP URL connection timeout configurable. Contributed by Chao Sun.
|
2018-08-09 10:11:47 -07:00 |
|
Xiao Chen
|
9499df7b81
|
HDFS-13658. Expose HighestPriorityLowRedundancy blocks statistics. Contributed by Kitti Nanasi.
|
2018-08-08 10:40:20 -07:00 |
|
Márton Elek
|
36c0d742d4
|
HDFS-13447. Fix Typos - Node Not Chosen. Contributed by Beluga Behr.
|
2018-08-08 17:31:55 +02:00 |
|
Vinayakumar B
|
4203bc738c
|
HDFS-13785. EC: 'removePolicy' is not working for built-in/system Erasure Code policies. Contributed by Ayush Saxena
|
2018-08-08 12:42:20 +05:30 |
|
Xiao Chen
|
6677717c68
|
HDFS-13728. Disk Balancer should not fail if volume usage is greater than capacity. Contributed by Stephen O'Donnell.
|
2018-08-07 22:05:17 -07:00 |
|
Vinayakumar B
|
2b0f977241
|
HDFS-13786. EC: Display erasure coding policy for sub-directories is not working. Contributed by Ayush Saxena.
|
2018-08-08 07:53:17 +05:30 |
|
Xiao Chen
|
0f8cb127cd
|
HDFS-13799. TestEditLogTailer#testTriggersLogRollsForAllStandbyNN fails due to missing synchronization
between rollEditsRpcExecutor and tailerThread shutdown. Contributed by Hrishikesh Gadre.
|
2018-08-07 16:13:41 -07:00 |
|
Virajith Jalaparti
|
b1a59b1644
|
HDFS-13796. Allow verbosity of InMemoryLevelDBAliasMapServer to be configurable.
|
2018-08-07 10:15:28 -07:00 |
|
Brahma Reddy Battula
|
3108d27edd
|
HDFS-12716. 'dfs.datanode.failed.volumes.tolerated' to support minimum number of volumes to be available. Contributed by Ranith Sardar and usharani
|
2018-07-30 15:50:04 +05:30 |
|
Arpit Agarwal
|
1c40bc2836
|
HDFS-13765. Fix javadoc for FSDirMkdirOp#createParentDirectories. Contributed by Lokesh Jain.
|
2018-07-27 10:14:01 -07:00 |
|
Anu Engineer
|
64e739e344
|
HDFS-13727. Log full stack trace if DiskBalancer exits with an unhandled exception.
Contributed by Gabor Bota.
|
2018-07-27 06:11:56 -07:00 |
|
Wei-Chiu Chuang
|
e95c5e9f62
|
HDFS-11060. make DEFAULT_MAX_CORRUPT_FILEBLOCKS_RETURNED configurable. Contributed by Lantao Jin.
|
2018-07-25 11:04:18 -07:00 |
|
Xiao Chen
|
26864471c2
|
HDFS-13761. Add toString Method to AclFeature Class. Contributed by Shweta.
|
2018-07-24 21:42:47 -07:00 |
|
Daniel Templeton
|
849c45db18
|
HDFS-13448. HDFS Block Placement - Ignore Locality for First Block Replica
(Contributed by BELUGA BEHR via Daniel Templeton)
Change-Id: I965d1cfa642ad24296038b83e3d5c9983545267d
|
2018-07-24 16:05:27 -07:00 |
|
Konstantin V Shvachko
|
0a1e922f3d
|
Fix potential FSImage corruption. Contributed by Ekanth Sethuramalingam & Arpit Agarwal.
|
2018-07-16 18:24:18 -07:00 |
|
Akira Ajisaka
|
88625f5cd9
|
HADOOP-15531. Use commons-text instead of commons-lang in some classes to fix deprecation warnings. Contributed by Takanobu Asanuma.
|
2018-07-13 11:42:12 -04:00 |
|
Xiao Chen
|
87eeb26e72
|
HDFS-13663. Should throw exception when incorrect block size is set. Contributed by Shweta.
|
2018-07-12 20:24:11 -07:00 |
|
Xiao Chen
|
b37074be5a
|
HDFS-12837. Intermittent failure in TestReencryptionWithKMS.
|
2018-07-11 21:03:19 -07:00 |
|
Bharat Viswanadham
|
c275a9a6a0
|
Merge trunk into HDDS-48
|
2018-07-09 12:13:03 -07:00 |
|
Andrew Wang
|
eecb5baaaa
|
HDFS-13719. Docs around dfs.image.transfer.timeout are misleading. Contributed by Kitti Nansi.
|
2018-07-09 15:17:21 +02:00 |
|
Xiao Chen
|
936e0df0d3
|
HDFS-13721. NPE in DataNode due to uninitialized DiskBalancer.
|
2018-07-06 21:00:32 -07:00 |
|
Bharat Viswanadham
|
59a3038bc3
|
HDFS-13715:diskbalancer does not work if one of the blockpools are empty on a Federated cluster. Contributed by Bharat Viswanadham
|
2018-07-02 21:43:18 -07:00 |
|
Inigo Goiri
|
1804a31515
|
HDFS-13536. [PROVIDED Storage] HA for InMemoryAliasMap. Contributed by Virajith Jalaparti.
|
2018-07-02 10:48:20 -07:00 |
|
Andrew Wang
|
5d748bd056
|
HDFS-13702. Remove HTrace hooks from DFSClient to reduce CPU usage. Contributed by Todd Lipcon.
|
2018-07-02 12:11:06 +02:00 |
|
Andrew Wang
|
6ba9974108
|
HDFS-13703. Avoid allocation of CorruptedBlocks hashmap when no corrupted blocks are hit. Contributed by Todd Lipcon.
|
2018-07-02 12:02:19 +02:00 |
|
Inigo Goiri
|
73746c5da7
|
HDFS-13707. [PROVIDED Storage] Fix failing integration tests in ITestProvidedImplementation. Contributed by Virajith Jalaparti.
|
2018-06-29 09:56:13 -07:00 |
|
Bharat Viswanadham
|
c104525168
|
Merge remote-tracking branch 'apache-commit/trunk' into HDDS-48
|
2018-06-28 14:28:23 -07:00 |
|
Akira Ajisaka
|
2b2399d623
|
HADOOP-15495. Upgrade commons-lang version to 3.7 in hadoop-common-project and hadoop-tools. Contributed by Takanobu Asanuma.
|
2018-06-28 14:37:22 +09:00 |
|
Yiqun Lin
|
30728aced4
|
HDFS-13692. StorageInfoDefragmenter floods log when compacting StorageInfo TreeSet. Contributed by Bharat Viswanadham.
|
2018-06-22 10:50:54 +08:00 |
|
Akira Ajisaka
|
fba9d7cd74
|
HDFS-13621. Upgrade commons-lang version to 3.7 in hadoop-hdfs-project. Contributed by Takanobu Asanuma.
|
2018-06-18 10:17:07 -07:00 |
|
Inigo Goiri
|
d31a3ce767
|
HDFS-13686. Add overall metrics for FSNamesystemLock. Contributed by Lukas Majercak.
|
2018-06-15 15:59:19 -07:00 |
|
Wei-Chiu Chuang
|
c966a3837a
|
HDFS-13174. hdfs mover -p /path times out after 20 min. Contributed by Istvan Fajth.
|
2018-06-15 13:36:46 -07:00 |
|
Mukul Kumar Singh
|
3e37a9a70b
|
HDFS-13679. Fix Typo in javadoc for ScanInfoPerBlockPool#addAll. Contributed by Shashikant Banerjee.
|
2018-06-15 14:58:20 +05:30 |
|
Arpit Agarwal
|
418cff4820
|
Merge remote-tracking branch 'apache-commit/trunk' into HDDS-48
|
2018-06-14 09:38:20 -07:00 |
|
Yiqun Lin
|
8e7548d33b
|
HDFS-13641. Add metrics for edit log tailing. Contributed by Chao Sun.
|
2018-06-13 20:05:55 +08:00 |
|
Jitendra Pandey
|
f4c7c91123
|
HADOOP-15483. Upgrade jquery to version 3.3.1. Contributed by Lokesh Jain, Mukul Kumar Singh and Sunil Govindan.
|
2018-06-13 00:36:02 -07:00 |
|
Inigo Goiri
|
2e5cfe6df3
|
HDFS-13653. Make dfs.client.failover.random.order a per nameservice configuration. Contributed by Ekanth Sethuramalingam.
|
2018-06-11 11:20:29 -07:00 |
|
Bharat Viswanadham
|
ccfb816d39
|
HDFS-13667:Typo: Marking all datandoes as stale. Contributed by Nanda Kumar
|
2018-06-09 16:43:03 -07:00 |
|
Arpit Agarwal
|
000a678396
|
HDFS-12670. can't renew HDFS tokens with only the hdfs client jar. Contributed by Arpit Agarwal.
|
2018-06-08 17:57:12 -07:00 |
|
Xiao Chen
|
cf4108313d
|
HDFS-13642. Creating a file with block size smaller than EC policy's cell size should fail.
|
2018-06-08 15:14:11 -07:00 |
|