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 |
Yiqun Lin
|
17a87977f2
|
HDFS-13583. RBF: Router admin clrQuota is not synchronized with nameservice. Contributed by Dibyendu Karmakar.
|
2018-07-24 11:15:47 +08:00 |
Yiqun Lin
|
7b25fb949b
|
HDFS-13743. RBF: Router throws NullPointerException due to the invalid initialization of MountTableResolver. Contributed by Takanobu Asanuma.
|
2018-07-20 17:28:57 +08:00 |
Yiqun Lin
|
1af87df242
|
HDFS-13733. RBF: Add Web UI configurations and descriptions to RBF document. Contributed by Takanobu Asanuma.
|
2018-07-17 10:45:08 +08:00 |
Konstantin V Shvachko
|
0a1e922f3d
|
Fix potential FSImage corruption. Contributed by Ekanth Sethuramalingam & Arpit Agarwal.
|
2018-07-16 18:24:18 -07:00 |
Wei-Chiu Chuang
|
88b2794244
|
HDFS-13524. Occasional "All datanodes are bad" error in TestLargeBlock#testLargeBlockSize. Contributed by Siyao Meng.
|
2018-07-16 10:51:23 -07:00 |
Inigo Goiri
|
359ea4e181
|
HDFS-13475. RBF: Admin cannot enforce Router enter SafeMode. Contributed by Chao Sun.
|
2018-07-16 09:46:21 -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 |
Akira Ajisaka
|
418cc7f3ae
|
HDFS-13729. Fix broken links to RBF documentation. Contributed by Gabor Bota.
|
2018-07-11 14:46:43 -04:00 |
Wei-Chiu Chuang
|
162228e8db
|
HDFS-13723. Occasional "Should be different group" error in TestRefreshUserMappings#testGroupMappingRefresh. Contributed by Siyao Meng.
|
2018-07-11 10:02:08 -07:00 |
Yiqun Lin
|
2ae13d41dc
|
HDFS-13726. RBF: Fix RBF configuration links. Contributed by Takanobu Asanuma.
|
2018-07-11 22:11:59 +08:00 |
Allen Wittenauer
|
5d0f01e1fe
|
HDFS-13722. HDFS Native Client Fails Compilation on Ubuntu 18.04 (contributed by Jack Bearden)
|
2018-07-10 12:17:44 -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 |
Yiqun Lin
|
43f7fe8aae
|
HDFS-13710. RBF: setQuota and getQuotaUsage should check the dfs.federation.router.quota.enable. Contributed by yanghuafeng.
|
2018-07-09 15:06:07 +08:00 |
Xiao Chen
|
936e0df0d3
|
HDFS-13721. NPE in DataNode due to uninitialized DiskBalancer.
|
2018-07-06 21:00:32 -07:00 |
Wei-Chiu Chuang
|
0247cb6318
|
HDFS-13121. NPE when request file descriptors when SC read. Contributed by Zsolt Venczel.
|
2018-07-06 14:59:49 -07:00 |
Yiqun Lin
|
3b637155a4
|
HDFS-13528. RBF: If a directory exceeds quota limit then quota usage is not refreshed for other mount entries. Contributed by Dibyendu Karmakar.
|
2018-07-04 15:03:24 +08:00 |
Andrew Wang
|
344f324710
|
HDFS-13712. BlockReaderRemote.read() logging improvement. Contributed by Gergo Repas.
|
2018-07-03 11:07:45 +02: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
|
7296b644f7
|
HDFS-13714. Fix TestNameNodePrunesMissingStorages test failures on Windows. Contributed by Lukas Majercak.
|
2018-07-02 16:36:25 -07:00 |
Inigo Goiri
|
1804a31515
|
HDFS-13536. [PROVIDED Storage] HA for InMemoryAliasMap. Contributed by Virajith Jalaparti.
|
2018-07-02 10:48:20 -07:00 |
Wei-Chiu Chuang
|
fef20a446f
|
HDFS-13635. Incorrect message when block is not found. Contributed by Gabor Bota.
|
2018-07-02 09:41:15 -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 |
Todd Lipcon
|
7a3c6e9c3c
|
HADOOP-15550. Avoid static initialization of ObjectMappers
|
2018-06-25 15:36:45 -07: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 |
Xiao Chen
|
32f867a6a9
|
HDFS-13682. Cannot create encryption zone after KMS auth token expires.
|
2018-06-20 15:58:26 -07: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 |
Chris Douglas
|
980031bb04
|
HADOOP-13186. Multipart Uploader API. Contributed by Ewan Higgs
|
2018-06-17 11:54:26 -07:00 |
Inigo Goiri
|
8762e9cf10
|
HDFS-13681. Fix TestStartup.testNNFailToStartOnReadOnlyNNDir test failure on Windows. Contributed by Xiao Liang.
|
2018-06-15 16:49:06 -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 |
Inigo Goiri
|
eebeb6033f
|
HDFS-13676. TestEditLogRace fails on Windows. Contributed by Zuoming Zhang.
|
2018-06-15 13:07:54 -07:00 |
Inigo Goiri
|
43d994e4a6
|
HDFS-13673. TestNameNodeMetrics fails on Windows. Contributed by Zuoming Zhang.
|
2018-06-15 10:33:28 -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 |
Inigo Goiri
|
5d7449d2b8
|
HDFS-13675. Speed up TestDFSAdminWithHA. Contributed by Lukas Majercak.
|
2018-06-14 13:43:14 -07:00 |
Inigo Goiri
|
8d4926f38b
|
HDFS-13563. TestDFSAdminWithHA times out on Windows. Contributed by Lukas Majercak.
|
2018-06-14 09:58:50 -07:00 |
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 |
Rohith Sharma K S
|
2df73dace0
|
YARN-8405. RM zk-state-store.parent-path ACLs has been changed since HADOOP-14773. Contributed by Íñigo Goiri.
|
2018-06-12 17:13:09 +05:30 |
Yongjun Zhang
|
7c3dc39083
|
Update CHANGES, RELEASENOTES, and jdiff for 3.0.3 release.
(cherry picked from commit 5a82f10e32 )
|
2018-06-11 15:13:18 -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 |