Kitti Nanasi
|
8d99648c20
|
HDFS-14039. ec -listPolicies doesn't show correct state for the default policy when the default is not RS(6,3). Contributed by Kitti Nanasi.
Signed-off-by: Xiao Chen <xiao@apache.org>
|
2018-11-08 10:01:19 -08:00 |
Jason Lowe
|
0b6625a973
|
MAPREDUCE-7148. Fast fail jobs when exceeds dfs quota limitation. Contributed by Wang Yan
|
2018-11-07 08:20:49 -06:00 |
Inigo Goiri
|
887244de4a
|
HDFS-14048. DFSOutputStream close() throws exception on subsequent call after DataNode restart. Contributed by Erik Krogen.
|
2018-11-06 11:18:15 -08:00 |
Inigo Goiri
|
f0ce072934
|
HDFS-14051. Refactor NameNodeHttpServer#initWebHdfs to specify local keytab. Contributed by CR Hota.
|
2018-11-06 10:05:58 -08:00 |
Daniel Templeton
|
349168c4b3
|
HDFS-14047. [libhdfs++] Fix hdfsGetLastExceptionRootCause bug in test_libhdfs_threaded.c
(Contributed by Antoli Shein via Daniel Templeton)
Change-Id: Ia5546fd5f8270f285c373b9023a9bd9835059845
|
2018-11-06 09:22:27 -08:00 |
Akira Ajisaka
|
6430c9890a
|
HADOOP-15904. [JDK 11] Javadoc build failed due to bad use of '>' in hadoop-hdfs.
|
2018-11-06 18:42:38 +09:00 |
Xiao Chen
|
ffc9c50e07
|
HDFS-14053. Provide ability for NN to re-replicate based on topology changes. Contributed by Hrishikesh Gadre.
|
2018-11-05 21:38:39 -08:00 |
Inigo Goiri
|
f3296501e0
|
HDFS-14043. Tolerate corrupted seen_txid file. Contributed by Lukas Majercak.
|
2018-11-05 16:48:37 -08:00 |
Giovanni Matteo Fumarola
|
f3f5e7ad00
|
HDFS-14042. Fix NPE when PROVIDED storage is missing. Contributed by Virajith Jalaparti.
|
2018-11-05 11:02:31 -08:00 |
Yiqun Lin
|
4e3df75eb7
|
HDFS-14049. TestHttpFSServerWebServer fails on Windows because of missing winutils.exe. Contributed by Inigo Goiri.
|
2018-11-04 09:15:53 +08:00 |
Siyao Meng
|
8fe85af63b
|
HDFS-13996. Make HttpFS' ACLs RegEx configurable. Contributed by Siyao Meng.
Signed-off-by: Wei-Chiu Chuang <weichiu@apache.org>
|
2018-11-01 17:36:50 -07:00 |
Pranay Singh
|
d98b881e9a
|
HDFS-14008. NN should log snapshotdiff report. Contributed by Pranay Singh.
Signed-off-by: Wei-Chiu Chuang <weichiu@apache.org>
|
2018-11-01 17:26:00 -07:00 |
Sunil G
|
9c438abe52
|
HDFS-14033. [libhdfs++] Disable libhdfs++ build on systems that do not support thread_local. Contributed by Anatoli Shein.
|
2018-10-31 12:32:49 +05:30 |
Akira Ajisaka
|
fac9f91b29
|
HDFS-13942. [JDK10] Fix javadoc errors in hadoop-hdfs module. Contributed by Dinesh Chitlangia.
|
2018-10-31 14:43:58 +09:00 |
Xiao Chen
|
db7e636824
|
HDFS-14027. DFSStripedOutputStream should implement both hsync methods.
|
2018-10-29 19:06:15 -07:00 |
Wei-Chiu Chuang
|
63e7134df6
|
Revert "HADOOP-15864. Job submitter / executor fail when SBN domain name can not resolved. Contributed by He Xiaoqiao."
This reverts commit fb2b72e6fc .
|
2018-10-28 17:04:59 -07:00 |
Anu Engineer
|
4f10d7e23f
|
HDFS-14028. HDFS OIV temporary dir deletes folder.
Contributed by Adam Antal.
|
2018-10-26 16:41:23 -07:00 |
Inigo Goiri
|
1851d06eb3
|
HDFS-13959. TestUpgradeDomainBlockPlacementPolicy is flaky. Contributed by Ayush Saxena.
|
2018-10-26 09:29:12 -07:00 |
Arpit Agarwal
|
9b899f1ebd
|
HDFS-14029. Sleep in TestLazyPersistFiles should be put into a loop. Contributed by Adam Antal.
|
2018-10-25 15:14:13 -07:00 |
Wei-Chiu Chuang
|
fb2b72e6fc
|
HADOOP-15864. Job submitter / executor fail when SBN domain name can not resolved. Contributed by He Xiaoqiao.
|
2018-10-25 09:33:31 -07:00 |
Ajay Kumar
|
97bd49fc36
|
HDFS-14026. Overload BlockPoolTokenSecretManager.checkAccess to make storageId and storageType optional. Contributed by Arpit Agarwal.
|
2018-10-24 21:55:42 -07:00 |
Inigo Goiri
|
936fc3f3c2
|
HDFS-14025. TestPendingReconstruction.testPendingAndInvalidate fails. Contributed by Ayush Saxena.
|
2018-10-24 16:18:43 -07:00 |
Inigo Goiri
|
c1874046e2
|
HDFS-14021. TestReconstructStripedBlocksWithRackAwareness#testReconstructForNotEnoughRacks fails intermittently. Contributed by Xiao Chen.
|
2018-10-24 09:20:38 -07:00 |
Chen Liang
|
635786a511
|
HDFS-13566. Add configurable additional RPC listener to NameNode. Contributed by Chen Liang.
|
2018-10-23 14:53:45 -07:00 |
Inigo Goiri
|
efdfe679d6
|
HDFS-14004. TestLeaseRecovery2#testCloseWhileRecoverLease fails intermittently in trunk. Contributed by Ayush Saxena.
|
2018-10-23 14:28:37 -07:00 |
Arpit Agarwal
|
c58811c77d
|
HDFS-13941. make storageId in BlockPoolTokenSecretManager.checkAccess optional. Contributed by Ajay Kumar.
|
2018-10-22 14:44:28 -07:00 |
Inigo Goiri
|
f069d38c8d
|
HDFS-13983. TestOfflineImageViewer crashes in windows. Contributed by Vinayakumar B.
|
2018-10-19 17:16:04 -07:00 |
Inigo Goiri
|
88cce32551
|
HDFS-9872. HDFS bytes-default configurations should accept multiple size units. Contributed by Yiqun Lin.
|
2018-10-19 10:38:04 -07:00 |
Inigo Goiri
|
8b64fbab1a
|
HDFS-13994. Improve DataNode BlockSender waitForMinLength. Contributed by BELUGA BEHR.
|
2018-10-19 10:36:03 -07:00 |
Inigo Goiri
|
be1cffb085
|
HDFS-14002. TestLayoutVersion#testNameNodeFeatureMinimumCompatibleLayoutVersions fails. Contributed by Takanobu Asanuma.
|
2018-10-18 15:25:53 -07:00 |
Giovanni Matteo Fumarola
|
098d0b86fe
|
HDFS-14005. RBF: Web UI update to bootstrap-3.3.7. Contributed by Inigo Goiri.
|
2018-10-18 14:25:17 -07:00 |
Inigo Goiri
|
0e56c883cd
|
HDFS-14003. Fix findbugs warning in trunk for FSImageFormatPBINode. Contributed by Yiqun Lin.
|
2018-10-18 10:53:30 -07:00 |
Inigo Goiri
|
1e78dfca40
|
HDFS-13990. Synchronization Issue With HashResolver. Contributed by BELUGA BEHR.
|
2018-10-18 10:05:27 -07:00 |
Inigo Goiri
|
7347fa2df3
|
HDFS-14000. RBF: Documentation should reflect right scripts for v3.0 and above. Contributed by CR Hota.
|
2018-10-17 16:40:25 -07:00 |
Xiao Chen
|
533138718c
|
HDFS-13662. TestBlockReaderLocal#testStatisticsForErasureCodingRead is flaky
|
2018-10-16 19:33:55 -07:00 |
Inigo Goiri
|
f90c64e624
|
HDFS-13993. TestDataNodeVolumeFailure#testTolerateVolumeFailuresAfterAddingMoreVolumes is flaky. Contributed by Ayush Saxena.
|
2018-10-16 11:22:57 -07:00 |
Xiao Chen
|
b6fc72a025
|
HADOOP-14445. Addendum: Use DelegationTokenIssuer to create KMS delegation tokens that can authenticate to all KMS instances.
|
2018-10-15 10:51:55 -07:00 |
Inigo Goiri
|
ee1c80ea32
|
HDFS-13987. RBF: Review of RandomResolver Class. Contributed by BELUGA BEHR.
|
2018-10-15 09:51:26 -07:00 |
Vinayakumar B
|
b60ca37914
|
Fix potential FSImage corruption. Contributed by Daryn Sharp.
|
2018-10-15 15:48:26 +05:30 |
Inigo Goiri
|
f63ee083db
|
HDFS-13802. RBF: Remove FSCK from Router Web UI. Contributed by Fei Hui.
|
2018-10-12 10:10:12 -07:00 |
Xiao Chen
|
5ec86b445c
|
HADOOP-14445. Use DelegationTokenIssuer to create KMS delegation tokens that can authenticate to all KMS instances.
Contributed by Daryn Sharp, Xiao Chen, Rushabh S Shah.
|
2018-10-12 09:35:52 -07:00 |
Vinayakumar B
|
6e0e6daaf3
|
HDFS-13945. TestDataNodeVolumeFailure is Flaky. Contributed by Ayush Saxena.
|
2018-10-12 17:34:10 +05:30 |
Vinayakumar B
|
de44e1064f
|
HDFS-13156. HDFS Block Placement Policy - Client Local Rack. Contributed by Ayush Saxena.
|
2018-10-12 17:27:23 +05:30 |
Shweta
|
c0118105b7
|
HDFS-13973. getErasureCodingPolicy should log path in audit event. Contributed by Shweta.
Signed-off-by: Xiao Chen <xiao@apache.org>
|
2018-10-11 20:39:41 -07:00 |
Siyao Meng
|
6dcfef79af
|
HDFS-13878. HttpFS: Implement GETSNAPSHOTTABLEDIRECTORYLIST. Contributed by Siyao Meng.
Signed-off-by: Wei-Chiu Chuang <weichiu@apache.org>
|
2018-10-11 15:01:50 -07:00 |
Inigo Goiri
|
3532aa3886
|
HDFS-13968. BlockReceiver Array-Based Queue. Contributed by BELUGA BEHR.
|
2018-10-11 13:49:39 -07:00 |
Steve Loughran
|
2addebb94f
|
HDFS-13951. HDFS DelegationTokenFetcher can't print non-HDFS tokens in a tokenfile.
Contributed by Steve Loughran.
|
2018-10-11 20:03:56 +01:00 |
Hrishikesh Gadre
|
bf3d591f0c
|
HDFS-13956. iNotify should include information to identify a file as either replicated or erasure coded. Contributed by Hrishikesh Gadre.
Signed-off-by: Wei-Chiu Chuang <weichiu@apache.org>
|
2018-10-10 10:23:07 -07:00 |
Weiwei Yang
|
3ead525c71
|
HDFS-12459. Fix revert: Add new op GETFILEBLOCKLOCATIONS to WebHDFS REST API. Contributed by Weiwei Yang.
Signed-off-by: Wei-Chiu Chuang <weichiu@apache.org>
|
2018-10-10 10:11:10 -07:00 |
Kitti Nanasi
|
10185d9a77
|
HDFS-13882. Set a maximum delay for retrying locateFollowingBlock. Contributed by Kitti Nanasi.
Signed-off-by: Xiao Chen <xiao@apache.org>
|
2018-10-10 08:55:32 -07:00 |