Wei-Chiu Chuang
|
e39b113db0
|
HDFS-13659. Add more test coverage for contentSummary for snapshottable path. Contributed by Wei-Chiu Chuang.
|
2018-06-07 08:30:06 -07:00 |
|
Brahma Reddy Battula
|
9654dd1f47
|
HDFS-12950. [oiv] ls will fail in secure cluster. Contributed by Wei-Chiu Chuang.
|
2018-06-07 10:16:02 +05:30 |
|
Inigo Goiri
|
8d31ddcfeb
|
HDFS-13650. Randomize baseDir for MiniDFSCluster in TestDFSStripedInputStream and TestDFSStripedInputStreamWithRandomECPolicy. Contributed by Anbang Hu.
|
2018-06-04 18:28:11 -07:00 |
|
Inigo Goiri
|
16316b6011
|
HDFS-13649. Randomize baseDir for MiniDFSCluster in TestReconstructStripedFile and TestReconstructStripedFileWithRandomECPolicy. Contributed by Anbang Hu.
|
2018-06-04 18:21:38 -07:00 |
|
Inigo Goiri
|
a28848104f
|
HDFS-13652. Randomize baseDir for MiniDFSCluster in TestBlockScanner. Contributed by Anbang Hu.
|
2018-06-04 18:12:43 -07:00 |
|
Rushabh Shah
|
e2289c8d14
|
HDFS-13281 Namenode#createFile should be /.reserved/raw/ aware.. Contributed by Rushabh S Shah
|
2018-06-04 09:19:03 -05:00 |
|
Xiao Chen
|
9efb4b7db0
|
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.
|
2018-06-03 22:33:34 -07:00 |
|
Inigo Goiri
|
8f83b9abf9
|
HDFS-13648. Fix TestGetConf#testGetJournalNodes on Windows due to a mismatch line separator. Contributed by Giovanni Matteo Fumarola.
|
2018-06-02 20:19:59 -07:00 |
|
Inigo Goiri
|
e308ac88d3
|
HDFS-13651. TestReencryptionHandler fails on Windows. Contributed by Anbang Hu.
|
2018-06-02 20:12:35 -07:00 |
|
Konstantin V Shvachko
|
ebe5853a45
|
HDFS-12978. Fine-grained locking while consuming journal stream. Contributed by Konstantin Shvachko.
|
2018-05-31 14:56:32 -07:00 |
|
Inigo Goiri
|
1f324e9661
|
HDFS-13631. TestDFSAdmin#testCheckNumOfBlocksInReportCommand should use a separate MiniDFSCluster path. Contributed by Anbang Hu.
|
2018-05-31 10:12:38 -07:00 |
|
Sean Mackrory
|
1361030e59
|
HDFS-13582. Improve backward compatibility for HDFS-13176 (WebHdfs file path gets truncated when having semicolon (;) inside). Contributed by Zsolt Venczel.
|
2018-05-31 07:59:21 -06:00 |
|
Inigo Goiri
|
47c31ff16b
|
HDFS-13629. Some tests in TestDiskBalancerCommand fail on Windows due to MiniDFSCluster path conflict and improper path usage. Contributed by Anbang Hu.
|
2018-05-30 10:22:04 -07:00 |
|
Inigo Goiri
|
8197b9b560
|
HDFS-13632. Randomize baseDir for MiniJournalCluster in MiniQJMHACluster for TestDFSAdminWithHA. Contributed by Anbang Hu.
|
2018-05-30 10:13:52 -07:00 |
|
Yiqun Lin
|
b24098bc8f
|
HDFS-13626. Fix incorrect username when deny the setOwner operation. Contributed by Zsolt Venczel.
|
2018-05-30 16:52:21 +08:00 |
|
Inigo Goiri
|
9dbf4f0166
|
HDFS-13591. TestDFSShell#testSetrepLow fails on Windows. Contributed by Anbang Hu.
|
2018-05-28 16:34:02 -07:00 |
|
Inigo Goiri
|
91d7c74e6a
|
HDFS-13627. TestErasureCodingExerciseAPIs fails on Windows. Contributed by Anbang Hu.
|
2018-05-28 10:26:47 -07:00 |
|
Inigo Goiri
|
8605a38514
|
HDFS-13620. Randomize the test directory path for TestHDFSFileSystemContract. Contributed by Anbang Hu.
|
2018-05-25 19:43:33 -07:00 |
|
Inigo Goiri
|
13d2528907
|
HDFS-13619. TestAuditLoggerWithCommands fails on Windows. Contributed by Anbang Hu.
|
2018-05-25 13:32:34 -07:00 |
|
Inigo Goiri
|
1e0d4b1c28
|
HDFS-13618. Fix TestDataNodeFaultInjector test failures on Windows. Contributed by Xiao Liang.
|
2018-05-25 09:14:28 -07:00 |
|
Inigo Goiri
|
c13dea87d9
|
HDFS-13587. TestQuorumJournalManager fails on Windows. Contributed by Anbang Hu.
|
2018-05-23 11:36:03 -07:00 |
|
Bharat Viswanadham
|
bc6d9d4c79
|
HDFS-13589: Add dfsAdmin command to query if upgrade is finalized. Contributed by Hanisha Koneru
|
2018-05-23 10:15:40 -07:00 |
|
Inigo Goiri
|
c0c9b7a8ef
|
HDFS-13588. Fix TestFsDatasetImpl test failures on Windows. Contributed by Xiao Liang.
|
2018-05-23 09:46:35 -07:00 |
|
Sammi Chen
|
34e8b9f9a8
|
HDFS-13540. DFSStripedInputStream should only allocate new buffers when reading. Contributed by Xiao Chen.
|
2018-05-23 19:10:09 +08:00 |
|
Andrew Wang
|
1d2640b613
|
HDFS-13601. Optimize ByteString conversions in PBHelper.
|
2018-05-22 23:55:20 -07:00 |
|
Inigo Goiri
|
9775ecb235
|
HDFS-13593. TestBlockReaderLocalLegacy#testBlockReaderLocalLegacyWithAppend fails on Windows. Contributed by Anbang Hu.
|
2018-05-18 09:46:02 -07:00 |
|
Inigo Goiri
|
57b893de3d
|
HDFS-13592. TestNameNodePrunesMissingStorages#testNameNodePrunesUnreportedStorages does not shut down cluster properly. Contributed by Anbang Hu.
|
2018-05-18 09:36:58 -07:00 |
|
Inigo Goiri
|
53b807a6a8
|
HDFS-13560. Insufficient system resources exist to complete the requested service for some tests on Windows. Contributed by Anbang Hu.
|
2018-05-17 17:03:23 -07:00 |
|
Inigo Goiri
|
a97a2042f2
|
HDFS-13556. TestNestedEncryptionZones does not shut down cluster. Contributed by Anbang Hu.
|
2018-05-17 16:53:23 -07:00 |
|
Inigo Goiri
|
65476458fa
|
HDFS-13554. TestDatanodeRegistration#testForcedRegistration does not shut down cluster. Contributed by Anbang Hu.
|
2018-05-17 14:48:04 -07:00 |
|
Inigo Goiri
|
26f1e22fc9
|
HDFS-13558. TestDatanodeHttpXFrame does not shut down cluster. Contributed by Anbang Hu.
|
2018-05-17 13:35:09 -07:00 |
|
Inigo Goiri
|
c0ec061e28
|
HDFS-13570. TestQuotaByStorageType,TestQuota,TestDFSOutputStream fail on Windows. Contributed by Anbang Hu.
|
2018-05-17 09:21:57 -07:00 |
|
Inigo Goiri
|
454de3b543
|
HDFS-13559. TestBlockScanner does not close TestContext properly. Contributed by Anbang Hu.
|
2018-05-16 19:23:02 -07:00 |
|
Arpit Agarwal
|
0fc988e6a3
|
HDFS-13512. WebHdfs getFileStatus doesn't return ecPolicy. Contributed by Ajay Kumar.
|
2018-05-16 11:28:39 -07:00 |
|
Inigo Goiri
|
55d5549087
|
HDFS-13550.TestDebugAdmin#testComputeMetaCommand fails on Windows. Contributed by Anbang Hu.
|
2018-05-16 10:08:49 -07:00 |
|
Inigo Goiri
|
6b67161ca3
|
HDFS-13557. TestDFSAdmin#testListOpenFiles fails on Windows. Contributed by Anbang Hu.
|
2018-05-16 09:31:46 -07:00 |
|
Inigo Goiri
|
63480976a0
|
HDFS-13567. TestNameNodeMetrics#testGenerateEDEKTime,TestNameNodeMetrics#testResourceCheck should use a different cluster basedir. Contributed by Anbang Hu.
|
2018-05-15 15:34:54 -07:00 |
|
Inigo Goiri
|
2d6195c0af
|
HDFS-13548. TestResolveHdfsSymlink#testFcResolveAfs fails on Windows. Contributed by Anbang Hu.
|
2018-05-15 11:20:32 -07:00 |
|
Inigo Goiri
|
eaca7980ad
|
HDFS-11700. TestHDFSServerPorts#testBackupNodePorts doesn't pass on Windows. Contributed by Anbang Hu.
|
2018-05-15 10:27:36 -07:00 |
|
Inigo Goiri
|
92ebd466c7
|
HDFS-13551. TestMiniDFSCluster#testClusterSetStorageCapacity does not shut down cluster. Contributed by Anbang Hu.
|
2018-05-15 10:21:42 -07:00 |
|
Xiao Chen
|
960940e0e0
|
HDFS-13539. DFSStripedInputStream NPE when reportCheckSumFailure.
|
2018-05-14 09:28:39 -07:00 |
|
Inigo Goiri
|
d50c4d71dc
|
HDFS-13542. TestBlockManager#testNeededReplicationWhileAppending fails due to improper cluster shutdown in TestBlockManager#testBlockManagerMachinesArray on Windows. Contributed by Anbang Hu.
|
2018-05-11 09:47:57 -07:00 |
|
Xiao Chen
|
696a4be0da
|
HDFS-12981. renameSnapshot a Non-Existent snapshot to itself should throw error. Contributed by Kitti Nanasi.
|
2018-05-07 15:36:29 -07:00 |
|
Xiao Chen
|
118bd75805
|
Revert "HDFS-13430. Fix TestEncryptionZonesWithKMS failure due to HADOOP-14445."
This reverts commit 6503593711 .
|
2018-05-07 13:32:27 -07:00 |
|
Inigo Goiri
|
9e2cfb2d3f
|
HDFS-13503. Fix TestFsck test failures on Windows. Contributed by Xiao Liang.
|
2018-05-01 08:12:46 -07:00 |
|
Inigo Goiri
|
fc074a359c
|
HDFS-13283. Percentage based Reserved Space Calculation for DataNode. Contributed by Lukas Majercak.
|
2018-04-30 13:28:33 -07:00 |
|
Inigo Goiri
|
eb7fe1d588
|
HDFS-13509. Bug fix for breakHardlinks() of ReplicaInfo/LocalReplica, and fix TestFileAppend failures on Windows. Contributed by Xiao Liang.
|
2018-04-28 09:05:30 -07:00 |
|
Ewan Higgs
|
84ecfe3ceb
|
HADOOP-14188. Remove the usage of org.mockito.internal.util.reflection.Whitebox
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
|
2018-04-27 19:21:37 +09:00 |
|
Lei Xu
|
a8e428b2dc
|
HDFS-13468. Add erasure coding metrics into ReadStatistics. (Contributed by Lei (Eddy) Xu)
|
2018-04-26 13:54:40 -07:00 |
|
Owen O'Malley
|
2adda92de1
|
HDFS-7240 git commit fixup
Signed-off-by: Owen O'Malley <omalley@apache.org>
|
2018-04-26 13:52:17 -07:00 |
|