Stephen O'Donnell
|
4c567fcff7
|
HDFS-15937. Reduce memory used during datanode layout upgrade. Contributed by Stephen O'Donnell (#2838)
|
2021-04-08 11:59:02 +01:00 |
|
He Xiaoqiao
|
459df41997
|
HDFS-15942. Increase Quota initialization threads. Contributed by Stephen O'Donnell.
|
2021-04-06 21:22:48 +08:00 |
|
Viraj Jasani
|
3f2682b92b
|
HADOOP-17622. Avoid usage of deprecated IOUtils#cleanup API. (#2862)
Signed-off-by: Takanobu Asanuma <tasanuma@apache.org>
|
2021-04-06 13:39:10 +09:00 |
|
Viraj Jasani
|
de05cefbae
|
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:19:21 +05:30 |
|
zhuqi
|
96e410a127
|
HDFS-15930: Fix some @param errors in DirectoryScanner. (#2829). Contributed by Qi Zhu.
Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
Signed-off-by: He Xiaoqiao <hexiaoqiao@apache.org>
|
2021-04-04 03:11:02 +05:30 |
|
litao
|
3cb76447f5
|
HDFS-15946. Fix java doc in FSPermissionChecker (#2855). Contributed by tomscut.
Signed-off-by: Mingliang Liu <liuml07@apache.org>
|
2021-04-02 10:37:04 -07:00 |
|
Brahma Reddy Battula
|
ed74479ea5
|
HDFS-15222. Correct the "hdfs fsck -list-corruptfileblocks" command output. Contributed by Ravuri Sushma sree.
|
2021-04-02 09:47:20 +05:30 |
|
litao
|
7c83f140dc
|
HDFS-15938. Fix java doc in FSEditLog (#2837). Contributed by tomscut.
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
Signed-off-by: Mingliang Liu <liuml07@apache.org>
|
2021-04-01 19:28:17 -07:00 |
|
litao
|
4bd04126d6
|
HDFS-15892. Add metric for editPendingQ in FSEditLogAsync (#2770)
Signed-off-by: Takanobu Asanuma <tasanuma@apache.org>
|
2021-04-02 10:33:40 +09:00 |
|
Viraj Jasani
|
4f28738010
|
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:34:31 -07:00 |
|
Brahma Reddy Battula
|
0665ce9930
|
HDFS-15494. TestReplicaCachingGetSpaceUsed#testReplicaCachingGetSpaceUsedByRBWReplica Fails on Windows. Contributed by Ravuri Sushma sree.
|
2021-04-01 09:19:39 +05:30 |
|
He Xiaoqiao
|
5eca748970
|
HDFS-15921. Improve the log for the Storage Policy Operations. Contributed by Bhavik Patel.
|
2021-04-01 11:32:03 +08:00 |
|
Viraj Jasani
|
90fdd04f54
|
HDFS-15926 : Removed duplicate dependency of hadoop-annotations (#2823). Contributed by Viraj Jasani.
Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
|
2021-03-29 23:22:54 +05:30 |
|
Ayush Saxena
|
cd2501e54b
|
HDFS-15764. Notify Namenode missing or new block on disk as soon as possible. Contributed by Yang Yun.
|
2021-03-28 16:13:59 +05:30 |
|
litao
|
72037a63b1
|
HDFS-15879. Exclude slow nodes when choose targets for blocks (#2748)
Reviewed-by: Dinesh Chitlangia <dineshc@apache.org>
Reviewed-by: Takanobu Asanuma <tasanuma@apache.org>
|
2021-03-27 17:57:09 +09:00 |
|
He Xiaoqiao
|
ed5814deff
|
HDFS-15919. BlockPoolManager should log stack trace if unable to get Namenode addresses. Contributed by Stephen O'Donnell.
|
2021-03-25 12:24:14 +08:00 |
|
touchida
|
95e6892675
|
HDFS-15759. EC: Verify EC reconstruction correctness on DataNode (#2585)
|
2021-03-24 16:56:09 +08:00 |
|
Viraj Jasani
|
4b4ccce02f
|
HDFS-15911 : Provide blocks moved count in Balancer iteration result (#2794)
Contributed by Viraj Jasani.
Signed-off-by: Mingliang Liu <liuml07@apache.org>
Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
|
2021-03-23 22:47:45 -07:00 |
|
Ayush Saxena
|
569e407f64
|
HDFS-15907. Reduce Memory Overhead of AclFeature by avoiding AtomicInteger. Contributed by Stephen O'Donnell.
|
2021-03-24 02:10:02 +05:30 |
|
Jack Jiang
|
9c2a712597
|
HDFS-15913. Remove useless NULL checks before instanceof (#2805)
|
2021-03-23 08:51:35 -07:00 |
|
Narges Shadab
|
d77c7ab4e0
|
HDFS-15908. Possible Resource Leak in org.apache.hadoop.hdfs.qjournal.server.Journal (#2790). Contributed by Narges Shadab.
Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
|
2021-03-23 17:06:58 +05:30 |
|
litao
|
343ce8a8c9
|
HDFS-15906. Close FSImage and FSNamesystem after formatting is complete (#2788)
|
2021-03-22 20:29:17 +09:00 |
|
He Xiaoqiao
|
03a3a04c06
|
HDFS-15787. Remove unnecessary Lease Renew in FSNamesystem#internalReleaseLease. Contributed by Lisheng Sun.
Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
Signed-off-by: He Xiaoqiao <hexiaoqiao@apache.org>
|
2021-03-22 18:37:00 +08:00 |
|
Viraj Jasani
|
261191cbc0
|
HDFS-15904 : De-flake TestBalancer#testBalancerWithSortTopNodes() (#2785)
Contributed by Viraj Jasani.
Signed-off-by: Mingliang Liu <liuml07@apache.org>
Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
|
2021-03-19 20:37:44 -07:00 |
|
Narges Shadab
|
f5f3fc6fe9
|
HDFS-15868. Possible Resource Leak in EditLogFileOutputStream (#2736). Contributed by Narges Shadab.
Reviewed-by: He Xiaoqiao <hexiaoqiao@apache.org>
|
2021-03-19 16:36:48 +08:00 |
|
Viraj Jasani
|
9c43b60348
|
HDFS-15895 : Remove redundant String#format in DFSAdmin#printOpenFiles (#2772)
|
2021-03-17 15:12:36 +09:00 |
|
Takanobu Asanuma
|
9ba60c33d8
|
HDFS-15890. Improve the Logs for File Concat Operation. Contributed by Bhavik Patel.
|
2021-03-17 14:14:26 +09:00 |
|
touchida
|
25390babc7
|
HDFS-13975. TestBalancer#testMaxIterationTime fails sporadically (#2726)
Co-authored-by: toshihiko.uchida <toshihiko.uchida@linecorp.com>
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
|
2021-03-17 12:00:05 +09:00 |
|
Hui Fei
|
0d42104119
|
HDFS-15898. Test case TestOfflineImageViewer fails (#2779)
|
2021-03-17 09:11:30 +08:00 |
|
sunlisheng
|
7025f39944
|
HDFS-15809. DeadNodeDetector does not remove live nodes from dead node set. Contributed by Jinglun.
|
2021-03-15 11:34:13 +08:00 |
|
He Xiaoqiao
|
970455c917
|
HDFS-15816. Fix shouldAvoidStaleDataNodesForWrite returns when no stale node in cluster. Contributed by Yang Yun.
|
2021-03-14 17:48:18 +08:00 |
|
lamberken
|
6921ec8b40
|
HDFS-15882. Fix incorrectly initializing RandomAccessFile based on configuration options (#2751). Contributed by Xie Lei.
Reviewed-by: He Xiaoqiao <hexiaoqiao@apache.org>
|
2021-03-13 14:22:11 +08:00 |
|
Xiaoyu Yao
|
7cf5969f0b
|
HADOOP-17581. Fix reference to LOG is ambiguous after HADOOP-17482. (#2764)
|
2021-03-12 11:27:53 -08:00 |
|
Takanobu Asanuma
|
ecd3335187
|
HDFS-15848. Snapshot Operations: Add debug logs at the entry point. Contributed by Bhavik Patel.
|
2021-03-12 15:42:15 +09:00 |
|
Hui Fei
|
6a55baeee4
|
HDFS-15875. Check whether file is being truncated before truncate (#2746)
|
2021-03-10 14:11:29 +08:00 |
|
litao
|
6a922f9896
|
HDFS-15873. Add namenode address in logs for block report (#2743)
|
2021-03-08 11:50:51 -05:00 |
|
tomscut
|
9cb51bf106
|
HDFS-15808. Add metrics for FSNamesystem read/write lock hold long time. (#2668) Contributed by tomscut.
|
2021-03-06 13:40:44 -08:00 |
|
litao
|
cdba06e380
|
HDFS-15870. Remove unused configuration dfs.namenode.stripe.min (#2739)
Co-authored-by: tomscut <litao@bigo.sg>
|
2021-03-03 22:34:02 +09:00 |
|
zhuqi
|
1f1a1ef52d
|
HDFS-15856: Make write pipeline retry times configurable. (#2721). Contributed by Qi Zhu
Reviewed-by: Ayush Saxena <ayushsaxena@apache.org>
Reviewed-by: Wei-Chiu Chuang <weichiu@apache.org>
Reviewed-by: He Xiaoqiao <hexiaoqiao@apache.org>
|
2021-03-02 13:16:11 +08:00 |
|
Konstantin V Shvachko
|
9501c698f4
|
HDFS-15849. ExpiredHeartbeats metric should be of Type.COUNTER. Contributed by Qi Zhu.
|
2021-03-01 17:17:23 -08:00 |
|
litao
|
32353eb38a
|
HDFS-15854. Make some parameters configurable for SlowDiskTracker and SlowPeerTracker (#2718)
Authored-by: tomscut <litao@bigo.sg>
|
2021-03-01 07:52:59 -08:00 |
|
S O'Donnell
|
c3b3b36dee
|
HDFS-14013. Skip any credentials stored in HDFS when starting ZKFC. Contributed by Stephen O'Donnell
|
2021-03-01 11:36:41 +00:00 |
|
S O'Donnell
|
9c583f36d5
|
HDFS-15422. Reported IBR is partially replaced with stored info when queuing. Contributed by Stephen O'Donnell and Kihwal Lee
|
2021-02-24 10:29:36 +00:00 |
|
LeonGao
|
940c780feb
|
HDFS-15781. Add metrics for how blocks are moved in replaceBlock. (#2704)
|
2021-02-23 22:29:48 -08:00 |
|
Ayush Saxena
|
647d23b611
|
HDFS-15847. create client protocol: add ecPolicyName & storagePolicy param to debug statement string. Contributed by Bhavik Patel.
|
2021-02-23 19:08:38 +05:30 |
|
Takanobu Asanuma
|
a57282540f
|
HDFS-15845. RBF: Router fails to start due to NoClassDefFoundError for hadoop-federation-balance. (#2714)
|
2021-02-23 15:12:06 +09:00 |
|
Wang Yuxuan
|
1e32ab7d2f
|
HDFS-15734. [READ] DirectoryScanner#scan need not check StorageType.PROVIDED (#2559)
Co-authored-by: wangyuxuan <wangyuxuan@xiaomi.com>
|
2021-02-22 18:13:36 +08:00 |
|
Wei-Chiu Chuang
|
f8059d0bdf
|
Revert "first commit (#2559)"
This reverts commit 1b94569d89 .
|
2021-02-22 18:13:06 +08:00 |
|
Wang Yuxuan
|
1b94569d89
|
first commit (#2559)
Co-authored-by: wangyuxuan <wangyuxuan@xiaomi.com>
|
2021-02-22 02:10:39 -08:00 |
|
jianghuazhu
|
98ffd65d8b
|
HDFS-15826. Solve the problem of incorrect progress of delegation tokens when loading FsImage. (#2686)
Co-authored-by: zhujianghua <zhujianghua@zhujianghuadeMacBook-Pro.local>
|
2021-02-21 23:22:32 -08:00 |
|