Karthik Palanisamy
|
00c3f3c42f
|
HDFS-15865. Interrupt DataStreamer thread if no ack (#2728)
(cherry picked from commit bd3da73a0ff75231340b1168f7805164710bf4fe)
|
2021-05-04 11:11:36 +01:00 |
|
Akira Ajisaka
|
25244c4eec
|
HDFS-15952. TestRouterRpcMultiDestination#testProxyGetTransactionID and testProxyVersionRequest are flaky. (#2970)
(cherry picked from commit 7c561e2a02526280a2fe7b5a873e80b78cf4900c)
|
2021-05-04 00:26:34 +09:00 |
|
lfengnan
|
43fac739bb
|
HDFS-15810. RBF: RBFMetrics's TotalCapacity out of bounds (#2910)
Reviewed-by: Inigo Goiri <inigoiri@apache.org>
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
(cherry picked from commit 6e525ab81cc2d93eb1e4aeea6b13769635076c06)
|
2021-05-02 19:19:55 +09:00 |
|
Wei-Chiu Chuang
|
670205c541
|
HADOOP-17653. Do not use guava's Files.createTempDir(). (#2945)
Reviewed-by: Steve Loughran <stevel@apache.org>
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
(cherry picked from commit f1e180902956fd547ad6a7b440588fdf583870c2)
|
2021-05-02 11:12:37 +09:00 |
|
Hui Fei
|
9aa6106689
|
HDFS-15652. Make block size from NNThroughputBenchmark configurable (#2416)
(cherry picked from commit 8a6d5b9151cd4a922372835b18a9a031c9d3475e)
|
2021-04-29 12:10:04 -07:00 |
|
litao
|
0e9042fed5
|
HDFS-15991. Add location into datanode info for NameNodeMXBean (#2933)
Signed-off-by: Takanobu Asanuma <tasanuma@apache.org>
(cherry picked from commit b968fa0957ddd0f59c9adfd068507722db7207c6)
|
2021-04-28 18:52:05 +09:00 |
|
Hui Fei
|
842e05ba53
|
HDFS-15698. Fix the typo of dfshealth.html after HDFS-15358 (#2495)
(cherry picked from commit 68442b48c8a044b1ead89e22003b6db4d300bfad)
|
2021-04-28 18:51:50 +09:00 |
|
Ayush Saxena
|
f809b863fe
|
HDFS-15358. RBF: Unify router datanode UI with namenode datanode UI. Contributed by Ayush Saxena.
(cherry picked from commit 6e416a83d1e674ecd018d1db74a2d88e738deb40)
|
2021-04-28 18:51:43 +09:00 |
|
Ayush Saxena
|
3c7433f2a1
|
HDFS-15247. RBF: Provide Non DFS Used per DataNode in DataNode UI. Contributed by Lisheng Sun.
(cherry picked from commit 8d49229c3764a205f21750225005a2c9a8124ab9)
|
2021-04-28 18:51:37 +09:00 |
|
Ayush Saxena
|
187b4a63a4
|
HDFS-15378. TestReconstructStripedFile#testErasureCodingWorkerXmitsWeight is failing on trunk. Contributed by hemanthboyina.
(cherry picked from commit 8db38c98a6c6ce9215ea998a2f544b2eabca4340)
|
2021-04-27 23:18:12 +09:00 |
|
litao
|
f45365f201
|
HDFS-15975. Use LongAdder instead of AtomicLong for branch-3.3 (#2940)
Signed-off-by: Takanobu Asanuma <tasanuma@apache.org>
|
2021-04-27 22:39:25 +09:00 |
|
Stephen O'Donnell
|
f6efb58b07
|
HDFS-15621. Datanode DirectoryScanner uses excessive memory (#2849). Contributed by Stephen O'Donnell
(cherry picked from commit 605ed85c291a6250b077da32a49dbb35f3b78bf7)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/datanode/fsdataset/impl/TestFsDatasetImpl.java
|
2021-04-26 11:23:56 +01:00 |
|
Takanobu Asanuma
|
a5f038b3f6
|
HDFS-15967. Improve the log for Short Circuit Local Reads. Contributed by Bhavik Patel.
(cherry picked from commit 01bad0e92a1f402930bb4c0d18dd605bdf5627e5)
|
2021-04-26 13:31:51 +09:00 |
|
Brahma Reddy Battula
|
99dfd3b2d0
|
HDFS-15566. NN restart fails after RollingUpgrade from 3.1.3/3.2.1 to 3.3.0. Contributed by Brahma Reddy Battula.
Signed-off-by: Wei-Chiu Chuang <weichiu@apache.org>
(cherry picked from commit 2621d3f15bfae9b3820f70c0dfda015b1d474a97)
|
2021-04-26 11:40:16 +08:00 |
|
Viraj Jasani
|
96a1dfa313
|
HDFS-15989. Split TestBalancer and De-flake testMaxIterationTime() (#2942)
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
Signed-off-by: Takanobu Asanuma <tasanuma@apache.org>
|
2021-04-23 12:57:23 +09:00 |
|
zhuxiangyi
|
2752156e3e
|
HDFS-15974. RBF: Unable to display the datanode UI of the router (#2915)
Co-authored-by: zhuxiangyi <zhuxiangyi@360.cn>
Reviewed-by: Inigo Goiri <inigoiri@apache.org>
Signed-off-by: Takanobu Asanuma <tasanuma@apache.org>
(cherry picked from commit dff95c5eca1c0d9a43b5734f93320fa51aee63da)
|
2021-04-23 11:22:52 +09:00 |
|
zhangshuyan0
|
9f2db2c9fd
|
HDFS-15963. Unreleased volume references cause an infinite loop. (#2941) Contributed by Shuyan Zhang.
Reviewed-by: Wei-Chiu Chuang <weichiu@apache.org>
Reviewed-by: He Xiaoqiao <hexiaoqiao@apache.org>
|
2021-04-21 18:32:56 +08:00 |
|
litao
|
29414871bd
|
HDFS-15879. Exclude slow nodes when choose targets for blocks (#2928)
|
2021-04-21 10:41:13 +09:00 |
|
hemanthboyina
|
90f63cb12c
|
HDFS-15569. Speed up the Storage#doRecover during datanode rolling upgrade. Contributed by Hemanth Boyina.
(cherry picked from commit 16a20503cacf12c3d8e27ba90820384f58bed06f)
|
2021-04-20 16:21:57 +01:00 |
|
Ayush Saxena
|
c93a2f6789
|
HDFS-14999. Avoid Potential Infinite Loop in DFSNetworkTopology. Contributed by Ayush Saxena.
(cherry picked from commit c84e6beada4e604175f7f138c9878a29665a8c47)
|
2021-04-20 12:13:39 +01:00 |
|
litao
|
dc830cf277
|
HDFS-15970. Print network topology on the web (#2896)
(cherry picked from commit 85a3532849d81ca929bc52cb7ca905c4f53652ec)
|
2021-04-19 21:22:47 +09:00 |
|
Hui Fei
|
4c0b833bab
|
HDFS-15898. Test case TestOfflineImageViewer fails (#2779)
(cherry picked from commit 0d4210411946d7f214d90e047b9f7bb9b7b82dfb)
|
2021-04-16 14:07:15 +09:00 |
|
Masatake Iwasaki
|
a3405cb56a
|
HADOOP-17569. Building native code fails on Fedora 33. (#2886)
(cherry picked from commit 2717203f858ff654de0fc01cfb9afef2e705e33c)
|
2021-04-15 12:39:07 +00:00 |
|
Wei-Chiu Chuang
|
bfba6f1f3c
|
HDFS-15815. if required storageType are unavailable, log the failed reason during choosing Datanode. Contributed by Yang Yun. (#2882)
(cherry picked from commit e391844e8e414abf8c94f7bd4719053efa3b538a)
Co-authored-by: Ayush Saxena <ayushsaxena@apache.org>
|
2021-04-12 23:55:32 -07:00 |
|
Stephen O'Donnell
|
0e6cd352b5
|
HDFS-15160. ReplicaMap, Disk Balancer, Directory Scanner and various FsDatasetImpl methods should use datanode readlock. Contributed by Stephen O'Donnell. (#2813)
Signed-off-by: Wei-Chiu Chuang <weichiu@apache.org>
(cherry picked from commit 2a67e2b1a0e3a5f91056f5b977ef9c4c07ba6718)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/DirectoryScanner.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/fsdataset/impl/FsDatasetImpl.java
|
2021-04-09 10:25:14 +01:00 |
|
Viraj Jasani
|
4994b73eeb
|
HDFS-15940. Fix TestBlockRecovery2#testRaceBetweenReplicaRecoveryAndFinalizeBlock (ADDENDUM) (#2874)
(cherry picked from commit 56bd968fb434c7d2ae7ac9e7659d0ca682340b2a)
|
2021-04-09 11:13:39 +09:00 |
|
He Xiaoqiao
|
df99ac0399
|
HDFS-15942. Increase Quota initialization threads. Contributed by Stephen O'Donnell.
(cherry picked from commit 459df4199791a9093324e089b4a5cc880be8d6ff)
|
2021-04-08 13:15:37 +01:00 |
|
Stephen O'Donnell
|
ef95f7a963
|
HDFS-15937. Reduce memory used during datanode layout upgrade. Contributed by Stephen O'Donnell (#2838)
(cherry picked from commit 4c567fcff7af45c75117ee4a75c087aa454a89e5)
|
2021-04-08 12:15:31 +01:00 |
|
touchida
|
dca2bf9dd5
|
HDFS-15759. EC: Verify EC reconstruction correctness on DataNode (#2585)
(cherry picked from commit 95e68926750b55196cf9da53c25359c98ef58a4f)
|
2021-04-08 17:20:08 +08:00 |
|
Gautham B A
|
d7b31acbba
|
HDFS-15949. Fix integer overflow (#2857)
Reviewed-by: Inigo Goiri <inigoiri@apache.org>
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
(cherry picked from commit 36014b8282579ac3d89b62a05586206fb6e0adcf)
|
2021-04-06 18:23:38 +09:00 |
|
Viraj Jasani
|
8b4b3d6fe6
|
HADOOP-17622. Avoid usage of deprecated IOUtils#cleanup API. (#2862)
Signed-off-by: Takanobu Asanuma <tasanuma@apache.org>
(cherry picked from commit 3f2682b92b540be3ce15642ab8be463df87a4e4e)
|
2021-04-06 14:18:31 +09:00 |
|
Viraj Jasani
|
2b5fd341b9
|
HDFS-15940. Fixing and refactoring tests specific to Block recovery.(#2844). Contributed by Viraj Jasani
Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
Signed-off-by: Takanobu Asanuma <tasanuma@apache.org>
|
2021-04-06 00:20:56 +05:30 |
|
litao
|
7a7e194228
|
HDFS-15951. Remove unused parameters in NameNodeProxiesClient (#2859)
Signed-off-by: Takanobu Asanuma <tasanuma@apache.org>
(cherry picked from commit 9e2d5d6d05a2d8b657d06fdf3db49d588394a579)
|
2021-04-05 17:49:27 +09:00 |
|
Gautham B A
|
e4d04a640b
|
HDFS-15950. Remove unused hdfs.proto import (#2858)
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
(cherry picked from commit ca5e13fd74838fca3598587eb4770b797f436832)
|
2021-04-05 11:42:52 +09:00 |
|
Inigo Goiri
|
d973f37054
|
HDFS-15362. FileWithSnapshotFeature#updateQuotaAndCollectBlocks should collect all distinct blocks. Contributed by hemanthboyina.
(cherry picked from commit 2148a8fe645333444c4e8110bb56acf0fb8e41b4)
|
2021-04-02 17:14:34 +08:00 |
|
Inigo Goiri
|
887948d127
|
HDFS-15351. Blocks scheduled count was wrong on truncate. Contributed by hemanthboyina.
(cherry picked from commit 719b53a79dc169a8c52229831dcb011935a8a151)
|
2021-04-02 17:14:24 +08:00 |
|
Surendra Singh Lilhore
|
02d37c7d22
|
HDFS-15316. Deletion failure should not remove directory from snapshottables. Contributed by hemanthboyina
(cherry picked from commit 743c2e9071f4a73e0196ad4ca005b767758642b9)
|
2021-04-02 17:14:14 +08:00 |
|
Takanobu Asanuma
|
14fddba715
|
HDFS-15252. HttpFS: setWorkingDirectory should not accept invalid paths. Contributed by hemanthboyina.
(cherry picked from commit 736659e0e1ab2882313e3a41d9a20d4b0f5b0816)
|
2021-04-02 17:13:59 +08:00 |
|
Ayush Saxena
|
2da3356428
|
HDFS-15591. RBF: Fix webHdfs file display error. Contributed by wangzhaohui.
(cherry picked from commit fc8a6dd8a92f8e18436d1a73d6e8ef808c583aee)
|
2021-04-02 17:13:00 +08:00 |
|
Takanobu Asanuma
|
f5cc1540b4
|
HDFS-15510. RBF: Quota and Content Summary was not correct in Multiple Destinations. Contributed by Hemanth Boyina.
(cherry picked from commit ca8e7a77256003e11ab7e3d079ee4cf9f50080dd)
|
2021-04-02 17:11:33 +08:00 |
|
Ayush Saxena
|
a549b4a82e
|
HDFS-15300. RBF: updateActiveNamenode() is invalid when RPC address is IP. Contributed by xuzq.
(cherry picked from commit 936bf09c3745cfec26fa9cfa0562f88b1f8be133)
|
2021-04-02 17:11:16 +08:00 |
|
Ayush Saxena
|
5bfc3a4c3a
|
HDFS-15198. RBF: Add test for MountTableRefresherService failed to refresh other router MountTableEntries in secure mode. Contributed by zhengchenyu.
(cherry picked from commit 8a9a674ef10a951c073ef17ba6db1ff07cff52cd)
|
2021-04-02 17:10:56 +08:00 |
|
Inigo Goiri
|
327488d688
|
HDFS-15196. RBF: RouterRpcServer getListing cannot list large dirs correctly. Contributed by Fengnan Li.
(cherry picked from commit 80b877a72f52ef0f4acafe15db55b8ed61fbe6d2)
|
2021-04-02 14:12:17 +08:00 |
|
Inigo Goiri
|
57d2fff84b
|
HDFS-15246. ArrayIndexOfboundsException in BlockManager CreateLocatedBlock. Contributed by Hemanth Boyina.
(cherry picked from commit 8b7695bb2628574b4450bac19c12b29db9ee0628)
|
2021-04-02 14:06:52 +08:00 |
|
Inigo Goiri
|
1148d3895f
|
HDFS-15332. Quota Space consumed was wrong in truncate with Snapshots. Contributed by hemanthboyina.
(cherry picked from commit 130f89e068ca346a44fa6619ae0726c1e5cc5d06)
|
2021-04-02 14:06:52 +08:00 |
|
Inigo Goiri
|
41fad5056c
|
HDFS-15265. HttpFS: validate content-type in HttpFSUtils. Contributed by hemanthboyina.
(cherry picked from commit 31b2f687eff5a77ea83c2279cc94c4c7158160dc)
|
2021-04-02 14:06:52 +08:00 |
|
Ayush Saxena
|
5187bd37ae
|
HDFS-15266. Add missing DFSOps Statistics in WebHDFS. Contributed by Ayush Saxena.
(cherry picked from commit 37d65822235fe8285d10232589aba39ededd3be1)
|
2021-04-02 14:06:52 +08:00 |
|
maobaolong
|
2b207ea402
|
HDFS-15667. Audit log record the unexpected allowed result when delete (#2437)
(cherry picked from commit 95c96605b30cc31839a04bd5d4061a2c89e4c09c)
|
2021-04-02 14:06:52 +08:00 |
|
litao
|
62937d15bb
|
HDFS-15892. Add metric for editPendingQ in FSEditLogAsync (#2770)
Signed-off-by: Takanobu Asanuma <tasanuma@apache.org>
(cherry picked from commit 4bd04126d64595ab0831626c80d8d1b788a35cd4)
|
2021-04-02 10:57:05 +09:00 |
|
Viraj Jasani
|
f707d8407a
|
HDFS-15931 : Fix non-static inner classes for better memory management (#2830). Contributed by Viraj Jasani
Signed-off-by: Mingliang Liu <liuml07@apache.org>
|
2021-04-01 16:35:44 -07:00 |
|