jianghuazhu
|
f7ec214568
|
HDFS-16294.Remove invalid DataNode#CONFIG_PROPERTY_SIMULATED. (#3605)
(cherry picked from commit 72718a8dc1 )
|
2021-11-04 16:57:35 +09:00 |
Michael Kuchenbecker
|
79d1818879
|
HDFS-7612: Fix default cache directory in TestOfflineEditsViewer.testStored. Contributed by Michael Kuchenbecker (#3571)
(cherry picked from commit a73ff6915a )
|
2021-10-21 13:54:05 -07:00 |
Symious
|
b7bb43f6db
|
HDFS-16257. Set initialCapacity for guava cache to solve performance issue (#3524)
* HDFS-16257. Set initialCapacity for guava cache to solve performance issue
* HDFS-16257. Add comments
Co-authored-by: Symious <yiyang0203@gmail.com>
|
2021-10-18 19:58:00 +09:00 |
Wei-Chiu Chuang
|
6d11f7ae8c
|
HDFS-16233. Do not use exception handler to implement copy-on-write for EnumCounters. (#3468)
(cherry picked from commit 87632bbacf )
(cherry picked from commit bb08de559a )
(cherry picked from commit 978ec57445 )
(cherry picked from commit cd7c34f9b4 )
|
2021-09-24 09:15:48 -07:00 |
Kihwal Lee
|
30f48c4d06
|
HDFS-16198. Short circuit read leaks Slot objects when InvalidToken exception is thrown (#3359)
Reviewed-by: He Xiaoqiao <hexiaoqiao@apache.org>
Reviewed-by: Wei-Chiu Chuang <weichiu@apache.org>
(cherry picked from commit c4c5883d8b )
|
2021-09-15 14:45:28 -05:00 |
wangzhaohui
|
79c1a93bd7
|
HDFS-16181. [SBN Read] Fix display of JournalNode metric RpcRequestCacheMissAmount (#3317)
Co-authored-by: wangzhaohui8 <wangzhaohui8@jd.com>
(cherry picked from commit 232fd7cae170de8c6b52c14841a47dca8735c6d2)
(cherry picked from commit 2f73ac1c14 )
(cherry picked from commit 928dbac0a6 )
(cherry picked from commit 9b63f601d3 )
|
2021-09-15 10:10:33 -07:00 |
Surendra Singh Lilhore
|
edc138186f
|
HDFS-14216. NullPointerException happens in NamenodeWebHdfs. Contributed by lujie.
(cherry picked from commit 92b53c40f0 )
(cherry picked from commit 2e939515df )
|
2021-09-10 15:35:49 -07:00 |
Ahmed Hussein
|
7f32a31abf
|
HDFS-16207. Remove NN logs stack trace for non-existent xattr query (#3375)
Change-Id: Ibde523b20a6b8ac92991da52583e625a018d2ee6
|
2021-09-09 21:34:04 +00:00 |
Akira Ajisaka
|
d07955ce50
|
Fix potential heap buffer overflow in hdfs.c. Contributed by Igor Chervatyuk.
(cherry picked from commit 4972e7a246 )
|
2021-08-07 11:46:30 +09:00 |
Abhishek Das
|
99b952fcb4
|
HADOOP-17028. ViewFS should initialize mounted target filesystems lazily. Contributed by Abhishek Das (#2260, #3218)
(cherry picked from commit 1dd03cc4b5 )
|
2021-07-20 18:26:24 -07:00 |
Jim Brennan
|
39c8297350
|
HDFS-16042. DatanodeAdminMonitor scan should be delay based. Contributed by Ahmed Hussein.
|
2021-07-15 21:13:25 +00:00 |
Artem Smotrakov
|
9241470dfd
|
HADOOP-17793. Better token validation (#3189)
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
(cherry picked from commit ba325a8ada )
Conflicts:
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/token/Token.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/security/token/block/BlockTokenSecretManager.java
|
2021-07-10 15:06:37 +09:00 |
Jim Brennan
|
7d231f4b98
|
HDFS-15659. MiniDFSCluster dfs.namenode.redundancy.considerLoad default to false (#2443). Contributed by Ahmed Hussein.
|
2021-06-25 18:06:37 +00:00 |
S O'Donnell
|
caa59d7a58
|
HDFS-15150. Introduce read write lock to Datanode. Contributed by Stephen O'Donnell and Ahmed Hussein
|
2021-06-22 16:24:19 +01:00 |
Kihwal Lee
|
ab6b5681e8
|
HDFS-15618. Improve datanode shutdown latency. Contributed by Ahmed Hussein.
|
2021-06-16 11:38:30 -05:00 |
Kihwal Lee
|
e7c7fb2896
|
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>
(cherry picked from commit 9f2db2c9fd )
|
2021-06-15 19:57:21 -05:00 |
Takanobu Asanuma
|
a690e8ae59
|
HDFS-16068. WebHdfsFileSystem has a possible connection leak in connection with HttpFS (#3104)
(cherry picked from commit 839fcf7682 )
|
2021-06-15 17:24:27 +09:00 |
Konstantin V Shvachko
|
149325484f
|
HDFS-16040. RpcQueueTime metric counts requeued calls as unique events. Contributed by Simbarashe Dzinamarira.
(cherry picked from commit 8ce30f51f9 )
|
2021-05-27 20:19:44 -07:00 |
Konstantin V Shvachko
|
8715a18f95
|
HDFS-15915. Race condition with async edits logging due to updating txId outside of the namesystem log. Contributed by Konstantin V Shvachko.
(cherry picked from commit 1abd03d68f )
# Conflicts:
# hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSEditLogAsync.java
# hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/NameNodeAdapter.java
# hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestEditLogRace.java
|
2021-05-26 16:00:18 -07:00 |
Hui Fei
|
77d9c6d0f7
|
HDFS-15652. Make block size from NNThroughputBenchmark configurable (#2416)
(cherry picked from commit 8a6d5b9151 )
|
2021-04-29 12:56:57 -07:00 |
Viraj Jasani
|
3c1c1b40d8
|
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 17:48:27 -07:00 |
Akira Ajisaka
|
f207d9e620
|
HADOOP-16870. Use spotbugs-maven-plugin instead of findbugs-maven-plugin. Contributed by Ahmed Hussein.
Removed findbugs from the hadoop build images and added spotbugs instead.
Upgraded SpotBugs to 4.2.2 and spotbugs-maven-plugin to 4.2.0.
|
2021-03-29 09:44:28 +09:00 |
touchida
|
7183e269ac
|
HDFS-13975. TestBalancer#testMaxIterationTime fails sporadically (#2726)
Co-authored-by: toshihiko.uchida <toshihiko.uchida@linecorp.com>
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
(cherry picked from commit 25390babc7 )
|
2021-03-17 16:34:52 +09:00 |
Viraj Jasani
|
3d0a0ed92b
|
HDFS-15895 : Remove redundant String#format in DFSAdmin#printOpenFiles (#2772)
(cherry picked from commit 9c43b60348 )
|
2021-03-17 15:16:18 +09:00 |
tomscut
|
68cccba893
|
HDFS-15808. Add metrics for FSNamesystem read/write lock hold long time. (#2668) Contributed by tomscut.
(cherry picked from commit 9cb51bf106 )
|
2021-03-06 14:22:51 -08:00 |
Arpit Agarwal
|
9f713bb825
|
HDFS-13677. Dynamic refresh Disk configuration results in overwriting VolumeMap. Contributed by xuzq and Stephen O'Donnell.
(cherry picked from commit 102c8fca10f3c626ab8bc47f818c8391a5c35289)
(cherry picked from commit 4a1d51dea2 )
|
2021-03-02 20:31:33 +00:00 |
Konstantin V Shvachko
|
cdd3982db4
|
HDFS-15849. ExpiredHeartbeats metric should be of Type.COUNTER. Contributed by Qi Zhu.
(cherry picked from commit 9501c698f4 )
|
2021-03-01 17:30:40 -08:00 |
S O'Donnell
|
628ccf81ef
|
HDFS-15422. Reported IBR is partially replaced with stored info when queuing. Contributed by Stephen O'Donnell and Kihwal Lee
|
2021-02-24 14:47:36 +00:00 |
He Xiaoqiao
|
ef14e16d36
|
HDFS-15792. ClasscastException while loading FSImage. Contributed by Renukaprasad C.
|
2021-02-07 15:50:10 +08:00 |
Symious
|
5dd6db1856
|
HDFS-15801. Backport HDFS-14582 to branch-2.10 (Failed to start DN with ArithmeticException when NULL checksum used) (#2659)
Co-authored-by: Symious <yiyang0203@gmail.com>
|
2021-02-01 15:43:44 -08:00 |
He Xiaoqiao
|
b30e9198bb
|
HADOOP-16947. Stale record should be remove when MutableRollingAverages generating aggregate data. Contributed by Felix N, Haibin Huang.
|
2021-01-30 12:11:44 +08:00 |
Jim Brennan
|
c1a3e8158d
|
[HDFS-10498] Intermittent test failure TestSnapshotFileLength.testSnapshotFileLength. Contributed by Jim Brennan.
(cherry picked from commit 6184ab07f6 )
|
2021-01-28 17:46:06 +00:00 |
Wei-Chiu Chuang
|
e48b91c83c
|
HDFS-13723. Occasional "Should be different group" error in TestRefreshUserMappings#testGroupMappingRefresh. Contributed by Siyao Meng.
(cherry picked from commit 162228e8db )
|
2021-01-21 17:48:14 +00:00 |
Akira Ajisaka
|
db5b804238
|
HDFS-15717. Improve fsck logging. Contributed by Kihwal Lee and Ahmed Hussein (#2620)
(cherry picked from commit be35fa186c )
|
2021-01-15 10:28:11 +09:00 |
S O'Donnell
|
35c99be3da
|
HDFS-15725. Lease Recovery never completes for a committed block which the DNs never finalize. Contributed by Stephen O'Donnell
|
2020-12-14 12:37:26 +00:00 |
Jim Brennan
|
8af247df85
|
HDFS-15716. WaitforReplication in TestUpgradeDomainBlockPlacementPolicy (#2528) Contributed by Ahmed Hussein
|
2020-12-08 20:32:31 +00:00 |
Yiqun Lin
|
8ddd85b0e6
|
HDFS-15660. StorageTypeProto is not compatiable between 3.x and 2.6. Contributed by Ryan Wu.
(cherry picked from commit da1ea2530f )
|
2020-12-07 18:56:15 +08:00 |
Konstantin V Shvachko
|
a9bf374380
|
HDFS-15665. Balancer logging improvements. Contributed by Konstantin V Shvachko.
(cherry picked from commit d07dc7afb4 )
|
2020-11-03 14:39:38 -08:00 |
Wei-Chiu Chuang
|
e7e165a927
|
HDFS-15644. Failed volumes can cause DNs to stop block reporting. Contributed by Ahmed Hussein.
|
2020-10-28 09:22:47 -07:00 |
Wei-Chiu Chuang
|
90ebbaa393
|
HDFS-13174. hdfs mover -p /path times out after 20 min. Contributed by Istvan Fajth.
(cherry picked from commit c966a3837a )
(cherry picked from commit 975d4b3d60 )
|
2020-10-24 13:38:58 -07:00 |
Konstantin V Shvachko
|
104dd85ad8
|
HDFS-15567. [SBN Read] HDFS should expose msync() API to allow downstream applications call it explicitly. Contributed by Konstantin V Shvachko.
(cherry picked from commit b3786d6c3c )
|
2020-10-12 18:02:05 -07:00 |
Masatake Iwasaki
|
7b0dbcb657
|
Publishing the bits for release 2.10.1 (addendum)
|
2020-09-22 11:51:53 +09:00 |
Masatake Iwasaki
|
f4e0c14fe9
|
Preparing for 2.10.2 development
|
2020-09-13 14:33:36 +09:00 |
Jitendra Pandey
|
43c6c54b8c
|
HADOOP-14910. Upgrade netty-all jar to latest 4.0.x.Final. Contributed by Vinayakumar B.
(cherry picked from commit f29e55bf5e )
|
2020-09-08 22:35:01 +09:00 |
Chen Liang
|
2b6b5476ba
|
HDFS-15290. NPE in HttpServer during NameNode startup. Contributed by Simbarashe Dzinamarira.
(cherry picked from commit f734455e5d )
|
2020-08-28 17:48:38 -07:00 |
Mingliang Liu
|
8d5821b9c3
|
HDFS-15499. Clean up httpfs/pom.xml to remove aws-java-sdk-s3 exclusion (#2188)
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
|
2020-08-04 23:27:46 -07:00 |
S O'Donnell
|
a1fe3eed9b
|
HDFS-15313. Ensure inodes in active filesytem are not deleted during snapshot delete. Contributed by Shashikant Banerjee.
|
2020-07-30 15:48:15 +01:00 |
Chen Liang
|
3044a13080
|
HDFS-15404. ShellCommandFencer should expose info about source. Contributed by Chen Liang.
(cherry picked from commit 3833c616e0 )
(cherry picked from commit 370efc6d95 )
(cherry picked from commit 1e33696bc8 )
|
2020-07-20 15:26:44 -07:00 |
Akira Ajisaka
|
e53186954d
|
HADOOP-16753. Refactor HAAdmin. Contributed by Xieming Li.
(cherry picked from commit 1defe3a65a )
(cherry picked from commit 0d949d375e )
(cherry picked from commit 635067d03d )
|
2020-07-20 13:39:00 -07:00 |
He Xiaoqiao
|
685b81f447
|
HDFS-14498. LeaseManager can loop forever on the file for which create has failed. Contributed by Stephen O'Donnell.
|
2020-07-17 00:17:17 +08:00 |