LiuGuH
|
2a1ee8dfcd
|
HDFS-17311. RBF: ConnectionManager creatorQueue should offer a pool that is not already in creatorQueue. (#6392) Contributed by liuguanghua.
Reviewed-by: Inigo Goiri <inigoiri@apache.org>
Reviewed-by: Shilun Fan <slfan1989@apache.org>
Signed-off-by: Shilun Fan <slfan1989@apache.org>
|
2024-01-20 07:55:23 +08:00 |
|
slfan1989
|
15e1789baf
|
Revert "HDFS-16016. BPServiceActor to provide new thread to handle IBR (#2998)" (#6457) Contributed by Shilun Fan.
This reverts commit c1bf3cb0 .
Reviewed-by: Takanobu Asanuma <tasanuma@apache.org>
Reviewed-by: He Xiaoqiao <hexiaoqiao@apache.org>
Reviewed-by: Ayush Saxena <ayushsaxena@apache.org>
Reviewed-by: Viraj Jasani <vjasani@apache.org>
Signed-off-by: Shilun Fan <slfan1989@apache.org>
|
2024-01-20 07:51:55 +08:00 |
|
Jian Zhang
|
1036544480
|
HDFS-17302. RBF: ProportionRouterRpcFairnessPolicyController-Sharing and isolation. (#6380)
|
2024-01-19 14:02:21 -08:00 |
|
slfan1989
|
8444f69511
|
Preparing for 3.5.0 development (#6411)
Co-authored-by: slfan1989 <slfan1989@apache.org>
|
2024-01-19 15:05:22 +08:00 |
|
Xing Lin
|
27ecc23ae7
|
HDFS-17332 DFSInputStream: avoid logging stacktrace until when we really need to fail a read request with a MissingBlockException (#6446)
Print a warn log message for read retries and only print the full stack trace for a read request failure.
Contributed by: Xing Lin
|
2024-01-18 18:03:28 -08:00 |
|
Lei313
|
cc4c4be1b7
|
HDFS-17331:Fix Blocks are always -1 and DataNode version are always UNKNOWN in federationhealth.html (#6429). Contributed by lei w.
Signed-off-by: Shuyan Zhang <zhangshuyan@apache.org>
|
2024-01-18 21:10:54 +08:00 |
|
hfutatzhanghb
|
a30681077b
|
HDFS-17291. DataNode metric bytesWritten is not totally accurate in some situations. (#6360). Contributed by farmmamba.
Reviewed-by: huangzhaobo <huangzhaobo99@126.com>
Signed-off-by: Shuyan Zhang <zhangshuyan@apache.org>
|
2024-01-13 20:45:00 +08:00 |
|
hfutatzhanghb
|
ead7b7f565
|
HDFS-17289. Considering the size of non-lastBlocks equals to complete block size can cause append failure. (#6357). Contributed by farmmamba.
Reviewed-by: Haiyang Hu <haiyang.hu@shopee.com>
Reviewed-by: huangzhaobo <huangzhaobo99@126.com>
Signed-off-by: Shuyan Zhang <zhangshuyan@apache.org>
|
2024-01-13 20:34:02 +08:00 |
|
hfutatzhanghb
|
6a053765ee
|
HDFS-17312. packetsReceived metric should ignore heartbeat packet. (#6394)
Signed-off-by: Takanobu Asanuma <tasanuma@apache.org>
|
2024-01-11 22:08:37 +09:00 |
|
xuzifu666
|
99a59ae9e6
|
HDFS-17317. Improve the resource release for metaOut in DebugAdmin (#6402). Contributed by xy.
Reviewed-by: Shilun Fan <slfan1989@apache.org>
Signed-off-by: Ayush Saxena <ayushsaxena@apache.org
|
2024-01-07 00:59:31 +05:30 |
|
huangzhaobo
|
08713665c0
|
HDFS-17315. Optimize the namenode format code logic. (#6400)
Signed-off-by: Takanobu Asanuma <tasanuma@apache.org>
|
2024-01-06 01:47:17 +09:00 |
|
LiuGuH
|
2369f0cddb
|
HDFS-17309. RBF: Fix Router Safemode check condition error (#6390) Contributed by liuguanghua.
Reviewed-by: Inigo Goiri <inigoiri@apache.org>
Reviewed-by: Simbarashe Dzinamarira <sdzinamarira@linkedin.com>
Signed-off-by: Shilun Fan <slfan1989@apache.org>
|
2024-01-05 18:36:28 +08:00 |
|
LiuGuH
|
7d3b6a36b8
|
HDFS-17306. RBF: Router should not return nameservices that does not enable observer nodes in RpcResponseHeaderProto (#6385)
|
2024-01-04 14:43:11 -08:00 |
|
hfutatzhanghb
|
d5468d84ba
|
HDFS-17283. Change the name of variable SECOND in HdfsClientConfigKeys. (#6339). Contributed by farmmamba.
Reviewed-by: Xing Lin <xinglin@linkedin.com>
Signed-off-by: Shuyan Zhang <zhangshuyan@apache.org>
|
2024-01-04 19:53:47 +08:00 |
|
huhaiyang
|
7a7db7f0dc
|
HDFS-17310. DiskBalancer: Enhance the log message for submitPlan (#6391) Contributed by Haiyang Hu.
Reviewed-by: Ashutosh Gupta <ashugpt@amazon.com>
Reviewed-by: Takanobu Asanuma <tasanuma@apache.org>
Signed-off-by: Shilun Fan <slfan1989@apache.org>
|
2024-01-04 00:07:51 +08:00 |
|
LiuGuH
|
335587df9e
|
Add synchronized on lockLeakCheck() because threadCountMap is not thread safe. (#6029)
Co-authored-by: lgh <liuguanghua@kanzhun.com>
|
2024-01-03 21:12:38 +08:00 |
|
zzccctv
|
9f76fba6a4
|
Delete invalid code logic in namenode format (#6323)
Signed-off-by: Takanobu Asanuma <tasanuma@apache.org>
|
2023-12-29 22:25:05 +09:00 |
|
huangzhaobo
|
e26139beaa
|
HDFS-17301. Add read and write dataXceiver threads count metrics to datanode. (#6377)
Reviewed-by: hfutatzhanghb <hfutzhanghb@163.com>
Signed-off-by: Takanobu Asanuma <tasanuma@apache.org>
|
2023-12-29 12:43:46 +09:00 |
|
huhaiyang
|
3aceec711b
|
HDFS-17297. The NameNode should remove block from the BlocksMap if the block is marked as deleted (#6369)
Reviewed-by: ZanderXu <zanderxu@apache.org>
Signed-off-by: Takanobu Asanuma <tasanuma@apache.org>
|
2023-12-28 22:13:16 +09:00 |
|
zhtttylz
|
fc71dc3e94
|
HDFS-17284. Fix int overflow in calculating numEcReplicatedTasks and numReplicationTasks during block recovery (#6348)
Reviewed-by: Shilun Fan <slfan1989@apache.org>
Signed-off-by: Takanobu Asanuma <tasanuma@apache.org>
|
2023-12-27 10:43:10 +09:00 |
|
Lei313
|
773dd7cc85
|
HDFS-17275: judge whether the block has been deleted in the block report (#6335). Contributed by lei w.
Reviewed-by: He Xiaoqiao <hexiaoqiao@apache.org>
Signed-off-by: Shuyan Zhang <zhangshuyan@apache.org>
|
2023-12-26 18:25:02 +08:00 |
|
huhaiyang
|
7e2ebfc17e
|
HDFS-17298. Fix NPE in DataNode.handleBadBlock and BlockSender (#6374)
|
2023-12-26 09:41:10 +09:00 |
|
xiaojunxiang
|
e07e445326
|
HDFS-17215. RBF: Fix some method annotations about @throws . (#6136). Contributed by xiaojunxiang.
|
2023-12-26 00:37:58 +05:30 |
|
huangzhaobo
|
630ffb280d
|
HDFS-17056. EC: Fix verifyClusterSetup output in case of an invalid param. (#6379). Contributed by huangzhaobo99.
Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
|
2023-12-25 23:17:25 +05:30 |
|
hfutatzhanghb
|
415e9bdfbd
|
HDFS-17273. Change the way of computing some local variables duration for better debugging (#6321). Contributed by farmmamba.
Reviewed-by: Haiyang Hu <haiyang.hu@shopee.com>
Reviewed-by: Tao Li <tomscut@apache.org>
Signed-off-by: He Xiaoqiao <hexiaoqiao@apache.org>
|
2023-12-24 16:57:04 +08:00 |
|
Wang Yu
|
77edca8f0a
|
HDFS-17240. Fix a typo in DataStorage.java (#6226). Contributed by Yu Wang.
Reviewed-by: Shilun Fan <slfan1989@apache.org>
Reviewed-by: Tao Li <tomscut@apache.org>
|
2023-12-22 01:52:12 +05:30 |
|
LiuGuH
|
b4fed58c6a
|
HDFS-17285. RBF: Add a safe mode check period configuration (#6347) Contributed by LiuGuH.
Reviewed-by: Inigo Goiri <inigoiri@apache.org>
Reviewed-by: Ayush Saxena <ayushsaxena@apache.org>
Signed-off-by: Shilun Fan <slfan1989@apache.org>
|
2023-12-21 12:21:59 +08:00 |
|
huangzhaobo
|
95ea31fafb
|
HDFS-17294. Reconfigure the scheduling cycle of the slowPeerCollectorDaemon thread. (#6366)
Signed-off-by: Takanobu Asanuma <tasanuma@apache.org>
|
2023-12-19 09:32:47 +09:00 |
|
huangzhaobo
|
1498a8685d
|
HDFS-17282. Reconfig 'SlowIoWarningThreshold' parameters for datanode. (#6338). Contributed by huangzhaobo99
Reviewed-by: Haiyang Hu <haiyang.hu@shopee.com>
Reviewed-by: Tao Li <tomscut@apache.org>
Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
|
2023-12-14 11:47:53 +05:30 |
|
hfutatzhanghb
|
562c42c86a
|
HDFS-17242. Make congestion backoff time configurable. (#6227)
Reviewed-by: Xing Lin <xinglin@linkedin.com>
Reviewed-by: Ayush Saxena <ayushsaxena@apache.org>
Signed-off-by: Tao Li <tomscut@apache.org>
|
2023-12-13 20:56:53 +08:00 |
|
yijut2
|
81de229cf6
|
HDFS-17278. Fix order dependent flakiness in TestViewfsWithNfs3.java under hadoop-hdfs-nfs module (#6329). Contributed by Ruby.
Reviewed-by: Xing Lin <linxingnku@gmail.com>
Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
|
2023-12-12 12:42:26 +05:30 |
|
caozhiqiang
|
37d6cada14
|
HDFS-17272. NNThroughputBenchmark should support specifying the base directory for multi-client test (#6319). Contributed by caozhiqiang.
Reviewed-by: Tao Li <tomscut@apache.org>
Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
|
2023-12-10 13:43:04 +05:30 |
|
huhaiyang
|
f96361fd54
|
HDFS-17279. RBF: Fix link to Fedbalance document (#6333). Contributed by Haiyang Hu.
Reviewed-by: Inigo Goiri <inigoiri@apache.org>
Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
|
2023-12-09 02:32:04 +05:30 |
|
Jian Zhang
|
29b0a6c28d
|
HDFS-17265. RBF: Throwing an exception prevents the permit from being released when using FairnessPolicyController (#6298)
|
2023-12-08 10:18:22 -08:00 |
|
Xing Lin
|
607c981042
|
HDFS-17262. Fixed the verbose log.warn in DFSUtil.addTransferRateMetric(). (#6290). Contributed by Xing Lin.
Reviewed-by: Ravindra Dingankar <rdingankar@linkedin.com>
Reviewed-by: Simbarashe Dzinamarira <sdzinamarira@linkedin.com>
Reviewed-by: Tao Li <tomscut@apache.org>
Signed-off-by: He Xiaoqiao <hexiaoqiao@apache.org>
|
2023-12-07 10:16:23 +08:00 |
|
Thinker313
|
6a22bead54
|
HDFS-17270. RBF: Fix ZKDelegationTokenSecretManagerImpl use closed zookeeper client to get token in some case (#6315). Contributed by lei w.
Signed-off-by: Shuyan Zhang <zhangshuyan@apache.org>
Signed-off-by: He Xiaoqiao <hexiaoqiao@apache.org>
|
2023-12-06 21:34:46 +08:00 |
|
huhaiyang
|
1fb80ef787
|
HDFS-17250. EditLogTailer#triggerActiveLogRoll should handle thread Interrupted (#6266). Contributed by Haiyang Hu.
Reviewed-by: ZanderXu <zanderxu@apache.org>
Signed-off-by: He Xiaoqiao <hexiaoqiao@apache.org>
|
2023-12-04 21:19:33 +08:00 |
|
huhaiyang
|
9a6d00aba4
|
HDFS-17218. NameNode should process time out excess redundancy blocks (#6176). Contributed by Haiyang Hu.
Signed-off-by: He Xiaoqiao <hexiaoqiao@apache.org>
|
2023-12-04 21:16:38 +08:00 |
|
huangzhaobo
|
2323ad24a2
|
HDFS-17260. Fix the logic for reconfigure slow peer enable for Namenode. (#6279). Contributed by huangzhaobo99.
Reviewed-by: huhaiyang <huhaiyang926@126.com>
Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
|
2023-12-03 15:09:55 +05:30 |
|
Palakur Eshwitha Sai
|
d0b460f270
|
HDFS-17233. The conf dfs.datanode.lifeline.interval.seconds is not considering time unit seconds (#6286). Contributed by Palakur Eshwitha Sai.
Reviewed-by: huhaiyang <huhaiyang926@126.com>
Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
|
2023-12-02 13:40:43 +05:30 |
|
Felix Nguyen
|
e76477e823
|
HDFS-17271. Fix dead DN sorting in web UI (#6318). Contributed by Felix N.
Reviewed-by: Shilun Fan <slfan1989@apache.org>
Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
|
2023-12-02 13:37:22 +05:30 |
|
LiuGuH
|
071f850841
|
HDFS-17261. RBF: Fix getFileInfo return wrong path when get mountTable path which is multi-level (#6288). Contributed by liuguanghua.
Reviewed-by: Inigo Goiri <inigoiri@apache.org>
Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
|
2023-12-01 17:05:58 +05:30 |
|
huangzhaobo
|
89e78a76a0
|
HDFS-17259. Fix typo in TestFsDatasetImpl Class. (#6278). Contributed by huangzhaobo99.
|
2023-12-01 10:46:31 +05:30 |
|
LiuGuH
|
0417c1c633
|
HDFS-17263. RBF: Fix client ls trash path cannot get except default nameservices trash path (#6291) Contributed by liuguanghua.
Reviewed-by: Inigo Goiri <inigoiri@apache.org>
Reviewed-by: He Xiaoqiao <hexiaoqiao@apache.org>
Signed-off-by: Shilun Fan <slfan1989@apache.org>
|
2023-11-30 22:46:50 +08:00 |
|
PJ Fanning
|
f609460bda
|
HADOOP-18957. Use StandardCharsets.UTF_8 (#6231). Contributed by PJ Fanning.
Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
|
2023-11-20 23:44:48 +05:30 |
|
Istvan Fajth
|
7a55442297
|
HADOOP-18956. Zookeeper SSL/TLS support in ZKDelegationTokenSecretManager and ZKSignerSecretProvider (#6263)
|
2023-11-17 01:51:43 -08:00 |
|
QI Jiale
|
28068aa320
|
HDFS-17063. Support to configure different capacity reserved for each disk of DataNode. (#5793). Contributed by QI Jiale.
Reviewed-by : Tao Li <tomscut@apache.org>
Signed-off-by: He Xiaoqiao <hexiaoqiao@apache.org>
|
2023-11-17 11:59:04 +08:00 |
|
huhaiyang
|
469f20a52b
|
HDFS-17172. Support FSNamesystemLock Parameters reconfigurable. (#6002). Contributed by Haiyang Hu.
Reviewed-by: ZanderXu <zanderxu@apache.org>
Signed-off-by: He Xiaoqiao <hexiaoqiao@apache.org>
|
2023-11-17 11:50:08 +08:00 |
|
Jian Zhang
|
513e6dcf14
|
HDFS-17232. RBF: Fix NoNamenodesAvailableException for a long time, when use observer. (#6208)
|
2023-11-16 09:13:48 -08:00 |
|
LiuGuH
|
342e6caba1
|
HDFS-17249. Fix TestDFSUtil.testIsValidName() unit test failure (#6249)
Contributed by liuguanghua.
|
2023-11-13 18:16:31 +00:00 |
|