Wei-Chiu Chuang
|
3f4a29813b
|
HDFS-13646. DFSAdmin doesn't display specialized help for triggerBlockReport. Contributed by Takanobu Asanuma.
|
2018-05-31 15:26:08 -07:00 |
Wei-Chiu Chuang
|
c95b9b5c07
|
HDFS-13440. Log HDFS file name when client fails to connect. Contributed by Gabor Bota.
|
2018-05-31 15:20:59 -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 |
Takanobu Asanuma
|
04757e5864
|
HDFS-13628. Update Archival Storage doc for Provided Storage
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
|
2018-05-28 19:06:34 +09: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 |
Andrew Wang
|
c9b63deb53
|
HDFS-13611. Unsafe use of Text as a ConcurrentHashMap key in PBHelperClient.
|
2018-05-24 09:56:23 -07:00 |
Yiqun Lin
|
7a87add4ea
|
HDFS-13598. Reduce unnecessary byte-to-string transform operation in INodesInPath#toString. Contributed by Gabor Bota.
|
2018-05-24 10:57:35 +08:00 |
Inigo Goiri
|
cddbbe5f69
|
HDFS-13493. Reduce the HttpServer2 thread count on DataNodes. Contributed by Erik Krogen.
|
2018-05-23 12:12:08 -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 |
Yiqun Lin
|
f749517cc7
|
HDFS-13573. Javadoc for BlockPlacementPolicyDefault is inaccurate. Contributed by Zsolt Venczel.
|
2018-05-18 10:43:53 +08: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 |
Kihwal Lee
|
0ce6290de6
|
HDFS-13581. DN UI logs link is broken when https is enabled. Contributed by Shashikant Banerjee.
|
2018-05-17 09:23:24 -05: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 |
Hanisha Koneru
|
6beb25ab7e
|
HDFS-13544. Improve logging for JournalNode in federated cluster.
|
2018-05-14 10:12:08 -07:00 |
Xiao Chen
|
960940e0e0
|
HDFS-13539. DFSStripedInputStream NPE when reportCheckSumFailure.
|
2018-05-14 09:28:39 -07:00 |
Sammi Chen
|
f3f544b004
|
Add 2.9.1 release notes and changes documents
|
2018-05-14 15:14:02 +08:00 |
sammichen
|
66c9905b57
|
Revert "Add 2.9.1 release notes and changes documents"
This reverts commit e4dc346d65 .
|
2018-05-14 14:38:40 +08:00 |
littlezhou
|
e4dc346d65
|
Add 2.9.1 release notes and changes documents
|
2018-05-14 14:24:01 +08:00 |
Anu Engineer
|
4b4f24ad5f
|
HDDS-40. Separating packaging of Ozone/HDDS from the main Hadoop.
Contributed by Elek, Marton.
|
2018-05-11 14:24:36 -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 |
Yiqun Lin
|
a922b9c82c
|
HDFS-13346. RBF: Fix synchronization of router quota and nameservice quota.
|
2018-05-11 14:51:30 +08:00 |
Inigo Goiri
|
914b98a713
|
HDFS-13537. TestHdfsHelper does not generate jceks path properly for relative path in Windows. Contributed by Xiao Liang.
|
2018-05-09 16:52:09 -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 |