Wangda Tan
8b4392769c
Make 3.1.1 awared by other branches
...
(cherry picked from commit 49c687608b
)
(cherry picked from commit 781620a44d
)
2018-08-08 13:07:09 -07:00
Xiao Chen
8e5081569f
HDFS-13728. Disk Balancer should not fail if volume usage is greater than capacity. Contributed by Stephen O'Donnell.
...
(cherry picked from commit 6677717c68
)
2018-08-07 22:05:59 -07:00
Brahma Reddy Battula
abc32c863e
HDFS-12716. 'dfs.datanode.failed.volumes.tolerated' to support minimum number of volumes to be available. Contributed by Ranith Sardar and usharani
...
(cherry picked from commit 3108d27edd
)
2018-07-30 16:08:49 +05:30
Arpit Agarwal
eb40d4fab4
HDFS-13765. Fix javadoc for FSDirMkdirOp#createParentDirectories. Contributed by Lokesh Jain.
2018-07-27 10:14:11 -07:00
Anu Engineer
faaf72dcb3
HDFS-13727. Log full stack trace if DiskBalancer exits with an unhandled exception.
...
Contributed by Gabor Bota.
(cherry picked from commit 64e739e344
)
2018-07-27 09:35:02 -07:00
Wei-Chiu Chuang
0af04ad89f
HDFS-11060. make DEFAULT_MAX_CORRUPT_FILEBLOCKS_RETURNED configurable. Contributed by Lantao Jin.
...
(cherry picked from commit e95c5e9f62
)
(cherry picked from commit 964f3454d1
)
2018-07-25 11:05:36 -07:00
Daniel Templeton
3210b3d8aa
HDFS-13448. HDFS Block Placement - Ignore Locality for First Block Replica
...
(Contributed by BELUGA BEHR via Daniel Templeton)
Change-Id: I965d1cfa642ad24296038b83e3d5c9983545267d
(cherry picked from commit 849c45db18
)
(cherry picked from commit 00c476abd8
)
2018-07-24 16:13:30 -07:00
Konstantin V Shvachko
475c282939
Fix potential FSImage corruption. Contributed by Ekanth Sethuramalingam & Arpit Agarwal.
...
(cherry picked from commit 0a1e922f3d
)
2018-07-16 18:33:36 -07:00
Wei-Chiu Chuang
0d2b983dc2
HDFS-13524. Occasional "All datanodes are bad" error in TestLargeBlock#testLargeBlockSize. Contributed by Siyao Meng.
...
(cherry picked from commit 88b2794244
)
(cherry picked from commit ac9155d6cb
)
2018-07-16 10:53:30 -07:00
Xiao Chen
883df537d6
HDFS-12837. Intermittent failure in TestReencryptionWithKMS.
...
(cherry picked from commit b37074be5a
)
2018-07-11 21:03:53 -07:00
Akira Ajisaka
4d5473c89d
HDFS-13729. Fix broken links to RBF documentation. Contributed by Gabor Bota.
...
(cherry picked from commit 418cc7f3ae
)
2018-07-11 14:48:12 -04:00
Wei-Chiu Chuang
74aa4be92d
HDFS-13723. Occasional "Should be different group" error in TestRefreshUserMappings#testGroupMappingRefresh. Contributed by Siyao Meng.
...
(cherry picked from commit 162228e8db
)
(cherry picked from commit f9fa3cb157
)
2018-07-11 10:04:38 -07:00
Andrew Wang
0e57e81b0c
HDFS-13719. Docs around dfs.image.transfer.timeout are misleading. Contributed by Kitti Nansi.
...
(cherry picked from commit eecb5baaaa
)
2018-07-09 15:17:48 +02:00
Wei-Chiu Chuang
68290606ea
HDFS-13121. NPE when request file descriptors when SC read. Contributed by Zsolt Venczel.
...
(cherry picked from commit 0247cb6318
)
(cherry picked from commit f5f4d0b7e7
)
2018-07-06 15:01:35 -07:00
Inigo Goiri
98f2444a7d
HDFS-13714. Fix TestNameNodePrunesMissingStorages test failures on Windows. Contributed by Lukas Majercak.
...
(cherry picked from commit 7296b644f7
)
2018-07-02 16:37:36 -07:00
Andrew Wang
d34260f122
HDFS-13702. Remove HTrace hooks from DFSClient to reduce CPU usage. Contributed by Todd Lipcon.
...
(cherry picked from commit 5d748bd056
)
2018-07-02 12:11:14 +02:00
Andrew Wang
7cd769b31c
HDFS-13703. Avoid allocation of CorruptedBlocks hashmap when no corrupted blocks are hit. Contributed by Todd Lipcon.
...
(cherry picked from commit 6ba9974108
)
2018-07-02 12:02:27 +02:00
Yiqun Lin
db1f37a711
HDFS-13692. StorageInfoDefragmenter floods log when compacting StorageInfo TreeSet. Contributed by Bharat Viswanadham.
...
(cherry picked from commit 30728aced4
)
2018-06-22 10:55:09 +08:00
Xiao Chen
aca66f6155
HDFS-13682. Cannot create encryption zone after KMS auth token expires.
...
(cherry picked from commit 32f867a6a9
)
2018-06-20 15:59:45 -07:00
Surendra Singh Lilhore
5667582bc4
HDFS-12857. StoragePolicyAdmin should support schema based path. Contributed by Surendra Singh Lilhore.
...
(cherry picked from commit 30941d99c9
)
2018-06-19 10:09:05 -07:00
Inigo Goiri
11d3db2dba
HDFS-13681. Fix TestStartup.testNNFailToStartOnReadOnlyNNDir test failure on Windows. Contributed by Xiao Liang.
...
(cherry picked from commit 8762e9cf10
)
2018-06-15 16:50:20 -07:00
Inigo Goiri
69abd1fc5c
HDFS-13686. Add overall metrics for FSNamesystemLock. Contributed by Lukas Majercak.
...
(cherry picked from commit d31a3ce767
)
2018-06-15 16:00:16 -07:00
Wei-Chiu Chuang
73badce597
HDFS-13174. hdfs mover -p /path times out after 20 min. Contributed by Istvan Fajth.
...
(cherry picked from commit c966a3837a
)
(cherry picked from commit 975d4b3d60
)
2018-06-15 13:38:11 -07:00
Inigo Goiri
fe1926a50f
HDFS-13676. TestEditLogRace fails on Windows. Contributed by Zuoming Zhang.
...
(cherry picked from commit eebeb6033f
)
2018-06-15 13:08:47 -07:00
Inigo Goiri
94e0b9839f
HDFS-13673. TestNameNodeMetrics fails on Windows. Contributed by Zuoming Zhang.
...
(cherry picked from commit 43d994e4a6
)
2018-06-15 10:34:33 -07:00
Inigo Goiri
a3c0c03899
HDFS-13563. TestDFSAdminWithHA times out on Windows. Contributed by Lukas Majercak.
...
(cherry picked from commit 8d4926f38b
)
2018-06-14 09:59:50 -07:00
Yiqun Lin
b94b071b10
HDFS-13641. Add metrics for edit log tailing. Contributed by Chao Sun.
...
(cherry picked from commit 8e7548d33b
)
2018-06-13 20:24:12 +08:00
Yongjun Zhang
8202c334fe
Update CHANGES, RELEASENOTES, and jdiff for 3.0.3 release.
...
(cherry picked from commit 5a82f10e32
)
2018-06-11 14:28:44 -07:00
Inigo Goiri
6eea6d28de
HDFS-13653. Make dfs.client.failover.random.order a per nameservice configuration. Contributed by Ekanth Sethuramalingam.
...
(cherry picked from commit 784dbbd2d1fc0c361fee851d3f9b3aa50be5481d)
2018-06-11 11:18:04 -07:00
Bharat Viswanadham
7c144e4ae4
HDFS-13667:Typo: Marking all datandoes as stale. Contributed by Nanda Kumar
...
(cherry picked from commit ccfb816d39
)
2018-06-09 16:44:47 -07:00
Arpit Agarwal
ea05171ceb
HDFS-12670. can't renew HDFS tokens with only the hdfs client jar. Contributed by Arpit Agarwal.
2018-06-08 17:58:02 -07:00
Brahma Reddy Battula
a45e9812d6
HDFS-12950. [oiv] ls will fail in secure cluster. Contributed by Wei-Chiu Chuang.
...
(cherry picked from commit 9654dd1f47
)
(cherry picked from commit 630f43faf7
)
2018-06-07 09:18:20 -07:00
Wei-Chiu Chuang
8e423a7779
HDFS-13659. Add more test coverage for contentSummary for snapshottable path. Contributed by Wei-Chiu Chuang.
...
(cherry picked from commit e39b113db0
)
(cherry picked from commit b2e919dc1a
)
2018-06-07 08:32:53 -07:00
Akira Ajisaka
cc735146dc
HDFS-13545. "guarded" is misspelled as "gaurded" in FSPermissionChecker.java. Contributed by Jianchao Jia.
...
(cherry picked from commit 0e3c31579d
)
2018-06-05 17:55:33 +09:00
Inigo Goiri
e794ff2dcb
HDFS-13650. Randomize baseDir for MiniDFSCluster in TestDFSStripedInputStream and TestDFSStripedInputStreamWithRandomECPolicy. Contributed by Anbang Hu.
...
(cherry picked from commit 8d31ddcfeb
)
2018-06-04 18:29:12 -07:00
Inigo Goiri
076dc95c76
HDFS-13649. Randomize baseDir for MiniDFSCluster in TestReconstructStripedFile and TestReconstructStripedFileWithRandomECPolicy. Contributed by Anbang Hu.
...
(cherry picked from commit 16316b6011
)
2018-06-04 18:22:35 -07:00
Inigo Goiri
2e5f849ea5
HDFS-13652. Randomize baseDir for MiniDFSCluster in TestBlockScanner. Contributed by Anbang Hu.
...
(cherry picked from commit a28848104f
)
2018-06-04 18:13:50 -07:00
Rushabh Shah
4ecb7aaf77
HDFS-13281 Namenode#createFile should be /.reserved/raw/ aware.. Contributed by Rushabh S Shah
...
(cherry picked from commit e2289c8d14
)
2018-06-04 09:58:38 -05:00
Wei-Chiu Chuang
63fc8f82cb
HDFS-13155. BlockPlacementPolicyDefault.chooseTargetInOrder Not Checking Return Value for NULL. Contributed by Zsolt Venczel.
...
(cherry picked from commit bccdfeee0a
)
(cherry picked from commit 302c36ffdc
)
2018-06-04 07:04:32 -07:00
Xiao Chen
3ee5fd16f4
HDFS-13339. Volume reference can't be released and may lead to deadlock when DataXceiver does a check volume. Contributed by liaoyuxiangqin and Zsolt Venczel.
...
(cherry picked from commit 9efb4b7db0
)
2018-06-03 22:37:36 -07:00
Inigo Goiri
a274d21ea3
HDFS-13651. TestReencryptionHandler fails on Windows. Contributed by Anbang Hu.
...
(cherry picked from commit e308ac88d3
)
2018-06-02 20:13:55 -07:00
Chao Sun
c6becec392
HDFS-13602. Add checkOperation(WRITE) checks in FSNamesystem. Contributed by Chao Sun.
...
(cherry picked from commit ff013d2c95
)
2018-05-31 17:42:41 -07:00
Konstantin V Shvachko
3d7e345823
HDFS-12978. Fine-grained locking while consuming journal stream. Contributed by Konstantin Shvachko.
2018-05-31 15:00:58 -07:00
Inigo Goiri
33c4f60b06
HDFS-13632. Randomize baseDir for MiniJournalCluster in MiniQJMHACluster for TestDFSAdminWithHA. Contributed by Anbang Hu.
...
(cherry picked from commit e1102865e6e16babaff9346212c824cb1f47c31c)
2018-05-30 10:07:16 -07:00
Yongjun Zhang
f0de11ba98
Preparing for 3.0.4 development
2018-05-29 23:40:26 -07:00
Inigo Goiri
128cfa101a
HDFS-13591. TestDFSShell#testSetrepLow fails on Windows. Contributed by Anbang Hu.
...
(cherry picked from commit 9dbf4f0166
)
2018-05-28 16:35:32 -07:00
Inigo Goiri
1c1553670d
HDFS-13620. Randomize the test directory path for TestHDFSFileSystemContract. Contributed by Anbang Hu.
...
(cherry picked from commit 8605a38514
)
2018-05-25 19:46:16 -07:00
Inigo Goiri
ee31d9d0dc
HDFS-13619. TestAuditLoggerWithCommands fails on Windows. Contributed by Anbang Hu.
...
(cherry picked from commit 13d2528907
)
2018-05-25 13:33:30 -07:00
Inigo Goiri
3b0da097a4
HDFS-13618. Fix TestDataNodeFaultInjector test failures on Windows. Contributed by Xiao Liang.
...
(cherry picked from commit a8e9ee3fdf3aa1b889dfdd3bade91ba754ed9ee1)
2018-05-25 09:11:34 -07:00
Inigo Goiri
506f61e186
HDFS-13493. Reduce the HttpServer2 thread count on DataNodes. Contributed by Erik Krogen.
...
(cherry picked from commit cddbbe5f69
)
2018-05-23 12:13:06 -07:00