Ayush Saxena
|
c85a18327d
|
HDFS-16101. Remove unuse variable and IoException in ProvidedStorageMap. Contributed by lei w.
|
2021-07-06 23:26:52 +05:30 |
|
litao
|
a447cfd78b
|
HDFS-16110. Remove unused method reportChecksumFailure in DFSClient (#3174)
Reviewed-by: Takanobu Asanuma <tasanuma@apache.org>
Signed-off-by: Wei-Chiu Chuang <weichiu@apache.org>
|
2021-07-05 19:31:22 -07:00 |
|
Viraj Jasani
|
da575a53cf
|
HDFS-16108. Fix incorrect log placeholders used in JournalNodeSyncer (#3169)
|
2021-07-05 09:23:24 +08:00 |
|
litao
|
b87bac13e4
|
HDFS-16109. Fix flaky some unit tests since they offen timeout (#3172)
Reviewed-by: Ayush Saxena <ayushsaxena@apache.org>
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
|
2021-07-05 08:14:37 +09:00 |
|
litao
|
390f8603d3
|
HDFS-16106. Fix flaky unit test TestDFSShell (#3168)
|
2021-07-02 15:31:25 +08:00 |
|
zhangshuyan0
|
9be17339eb
|
HDFS-16099. Make bpServiceToActive to be volatile. (#3159)
Co-authored-by: zhangshuyan <zqingchai@gmail.com>
|
2021-07-01 23:52:21 +08:00 |
|
litao
|
52b9319e57
|
HDFS-16104. Remove unused parameter and fix java doc for DiskBalancerCLI (#3160). Contributed by tomscut.
Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
|
2021-07-01 18:44:10 +05:30 |
|
litao
|
56c7ada7a5
|
HDFS-16086. Add volume information to datanode log for tracing (#3136)
|
2021-06-30 22:06:56 -07:00 |
|
Viraj Jasani
|
d2e7003400
|
HDFS-16090. Fine grained lock for datanodeNetworkCounts (#3148)
Signed-off-by: Wei-Chiu Chuang <weichiu@apache.org>
Signed-off-by: stack Chuang <stack@apache.org>
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
|
2021-06-30 12:55:07 -07:00 |
|
Xiangyi Zhu
|
4cac6ec405
|
HDFS-16096. Delete useless method DirectoryWithQuotaFeature#setQuota (#3156)
Co-authored-by: zhuxiangyi <43412979@qq.com>
Reviewed-by: Viraj Jasani <vjasani@apache.org>
|
2021-06-30 00:12:08 -07:00 |
|
litao
|
95454d821c
|
HDFS-16089. Add metric EcReconstructionValidateTimeMillis for StripedBlockReconstructor (#3146)
|
2021-06-29 03:15:12 -07:00 |
|
Viraj Jasani
|
93a1685073
|
HDFS-16092. Avoid creating LayoutFlags redundant objects (#3150)
|
2021-06-29 02:31:02 -07:00 |
|
He Xiaoqiao
|
748570b73c
|
Revert "HDFS-16044. Fix getListing call getLocatedBlocks even source is a directory. Contributed by ludun."
This reverts commit 0d07837712 .
|
2021-06-25 22:38:34 +08:00 |
|
He Xiaoqiao
|
0d07837712
|
HDFS-16044. Fix getListing call getLocatedBlocks even source is a directory. Contributed by ludun.
|
2021-06-25 01:09:42 +08:00 |
|
litao
|
f78b6d47f9
|
HDFS-16085. Move the getPermissionChecker out of the read lock (#3134). Contributed by tomscut.
Signed-off-by: Takanobu Asanuma <tasanuma@apache.org>
Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
|
2021-06-24 15:59:42 +05:30 |
|
litao
|
fdef2b4cca
|
HDFS-16076. Avoid using slow DataNodes for reading by sorting locations (#3117)
|
2021-06-24 11:27:40 +09:00 |
|
Gautham B A
|
ef5dbc7283
|
HADOOP-17766. CI for Debian 10 (#3129)
|
2021-06-23 10:02:33 -07:00 |
|
Viraj Jasani
|
d9fbb3c508
|
HDFS-16082. Atomic operations on exceptionsSinceLastBalance and failedTimesSinceLastSuccessfulBalance in Balancer (#3127)
|
2021-06-22 20:21:34 -07:00 |
|
He Xiaoqiao
|
10b79a26fe
|
HDFS-14575. LeaseRenewer#daemon threads leak in DFSClient. Contributed by Renukaprasad C.
Co-authored-by: Tao Yang <taoyang1@apache.org>
Reviewed-by: He Xiaoqiao <hexiaoqiao@apache.org>
Reviewed-by: Wei-Chiu Chuang <weichiu@apache.org>
|
2021-06-22 00:32:55 +08:00 |
|
Viraj Jasani
|
c488abbc79
|
HDFS-16075. Use empty array constants present in StorageType and DatanodeInfo to avoid creating redundant objects (#3115)
Reviewed-by: Hui Fei <ferhui@apache.org>
|
2021-06-21 10:25:12 +09:00 |
|
litao
|
bdc9c8809e
|
HDFS-16079. Improve the block state change log (#3120). Contributed by tomscut.
Signed-off-by: He Xiaoqiao <hexiaoqiao@apache.org>
Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
|
2021-06-20 17:23:11 +05:30 |
|
Viraj Jasani
|
d9eccb1eb3
|
HDFS-16080. RBF: Invoking method in all locations should break the loop after successful result (#3121). Contributed by Viraj Jasani.
Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
|
2021-06-20 17:19:05 +05:30 |
|
Ahmed Hussein
|
c255feb5d7
|
HDFS-16061. DFTestUtil.waitReplication can produce false positives (#3095). Contributed by Ahmed Hussein.
Reviewed-by: Jim Brennan <jbrennan@apache.org>
Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
|
2021-06-20 10:22:47 +05:30 |
|
litao
|
c491f81a30
|
HDFS-16078. Remove unused parameters for DatanodeManager.handleLifeline() (#3119). Contributed by tomscut.
Signed-off-by: Wei-Chiu Chuang <weichiu@apache.org>
Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
|
2021-06-20 10:20:52 +05:30 |
|
LeonGao
|
643dfd60e4
|
HDFS-15842. HDFS mover to emit metrics. (#2738)
|
2021-06-19 15:39:46 -07:00 |
|
Wei-Chiu Chuang
|
1ad674e548
|
HDFS-16074. Remove an expensive debug string concatenation (#3107)
Reviewed-by: Ayush Saxena <ayushsaxena@apache.org>
Reviewed-by: Akira Ajisaka <aajisaka@apache.org>
Reviewed-by: Inigo Goiri <inigoiri@apache.org>
Reviewed-by: Hui Fei <ferhui@apache.org>
Reviewed-by: Viraj Jasani <vjasani@apache.org>
Reviewed-by: litao <tomleescut@gmail.com>
|
2021-06-16 20:37:56 -07:00 |
|
hust_hhb
|
56d249759f
|
HDFS-13671. Namenode deletes large dir slowly caused by FoldedTreeSet#removeAndGet (#3065)
|
2021-06-17 11:08:29 +08:00 |
|
Ayush Saxena
|
2b304ad645
|
HDFS-16073. Remove redundant RPC requests for getFileLinkInfo in ClientNamenodeProtocolTranslatorPB. Contributed by lei w.
|
2021-06-16 15:53:12 +05:30 |
|
Wei-Chiu Chuang
|
a77bf7cf07
|
Make upstream aware of 3.3.1 release
|
2021-06-15 15:43:36 +00:00 |
|
Takanobu Asanuma
|
839fcf7682
|
HDFS-16068. WebHdfsFileSystem has a possible connection leak in connection with HttpFS (#3104)
|
2021-06-15 13:20:09 +05:30 |
|
Viraj Jasani
|
c1bf3cb0da
|
HDFS-16016. BPServiceActor to provide new thread to handle IBR (#2998)
Contributed by Viraj Jasani
|
2021-06-14 14:23:50 -07:00 |
|
Siyao Meng
|
ebee2aed00
|
HDFS-16055. Quota is not preserved in snapshot INode (#3078)
|
2021-06-14 10:48:22 -07:00 |
|
Ahmed Hussein
|
352949d070
|
HDFS-15671. testBalancerRPCDelayQpsDefault fails intermittently (#3097)
|
2021-06-11 11:00:42 -05:00 |
|
litao
|
51ebf7b2a0
|
HDFS-16057. Make sure the order for location in ENTERING_MAINTENANCE state (#3084)
Reviewed-by: Wei-Chiu Chuang <weichiu@apache.org>
|
2021-06-11 17:30:55 +09:00 |
|
Viraj Jasani
|
4ef27a596f
|
HADOOP-17753. Keep restrict-imports-enforcer-rule for Guava Lists in top level hadoop-main pom (#3087)
|
2021-06-11 12:15:52 +09:00 |
|
Viraj Jasani
|
eefa664fea
|
HDFS-16054. Replace Guava Lists usage by Hadoop's own Lists in hadoop-hdfs-project (#3073)
|
2021-06-09 15:12:48 +09:00 |
|
Ayush Saxena
|
a1a3184171
|
HDFS-15916. Addendum. DistCp: Backward compatibility: Distcp fails from Hadoop 3 to Hadoop 2 for snapshotdiff. (#3056)
|
2021-06-08 19:34:45 -07:00 |
|
Ahmed Hussein
|
a2a0283c7b
|
HDFS-16042. DatanodeAdminMonitor scan should be delay based (#3058)
|
2021-06-08 11:09:31 -05:00 |
|
litao
|
c748fce17a
|
HDFS-16048. RBF: Print network topology on the router web (#3062)
Reviewed-by: Inigo Goiri <inigoiri@apache.org>
Reviewed-by: Hemanth Boyina <hemanthboyina@apache.org>
Reviewed-by: Akira Ajisaka <aajisaka@apache.org>
|
2021-06-08 16:14:06 +09:00 |
|
huhaiyang
|
b38b00e528
|
HDFS-15998. Fix NullPointException In listOpenFiles (#3036)
Co-authored-by: huhaiyang <huhaiyang@didichuxing.com>
|
2021-06-01 00:26:47 -07:00 |
|
Ayush Saxena
|
b8ab19373d
|
Revert "HDFS-15982. Deleted data using HTTP API should be saved to the trash (#2927)"
This reverts commit 041488e8f5 .
|
2021-06-01 08:38:13 +05:30 |
|
Ayush Saxena
|
bce14e746b
|
HDFS-16051. Misspelt words in DataXceiver.java line 881 and line 885. Contributed by Ning Sheng.
|
2021-06-01 08:34:56 +05:30 |
|
Jinglun
|
e90c41af34
|
HDFS-15973. RBF: Add permission check before doing router federation rename. Contributed by Jinglun.
Reviewed-by: Inigo Goiri <inigoiri@apache.org>
|
2021-05-30 19:28:40 +08:00 |
|
Jinglun
|
2b11e160e2
|
Revert "HDFS-15973." because the user.name and user.email message is not correct.
This reverts commit b7f69467c1 .
|
2021-05-30 19:27:10 +08:00 |
|
李经纶
|
b7f69467c1
|
HDFS-15973. RBF: Add permission check before doing router federation rename. Contributed by Jinglun.
Reviewed-by: Inigo Goiri <inigoiri@apache.org>
|
2021-05-30 18:50:03 +08:00 |
|
Konstantin V Shvachko
|
8ce30f51f9
|
HDFS-16040. RpcQueueTime metric counts requeued calls as unique events. Contributed by Simbarashe Dzinamarira.
|
2021-05-27 18:47:20 -07:00 |
|
Konstantin V Shvachko
|
1abd03d68f
|
HDFS-15915. Race condition with async edits logging due to updating txId outside of the namesystem log. Contributed by Konstantin V Shvachko.
|
2021-05-26 14:59:50 -07:00 |
|
Gautham B A
|
bcaeb1ac8c
|
Revert "Revert "HDFS-15971. Make mkstemp cross platform (#2898)"" (#3044)
|
2021-05-26 14:12:53 -07:00 |
|
Hui Fei
|
98a74e2351
|
HDFS-16041. TestErasureCodingCLI fails (#3052)
|
2021-05-26 20:12:17 +09:00 |
|
Viraj Jasani
|
986d0a4f1d
|
HADOOP-17732. Keep restrict-imports-enforcer-rule for Guava Sets in hadoop-main pom (#3049)
Signed-off-by: Takanobu Asanuma <tasanuma@apache.org>
|
2021-05-26 17:14:31 +09:00 |
|