Peter Bacsko
|
567600fd80
|
YARN-10425. Replace the legacy placement engine in CS with the new one. Contributed by Gergely Pollak.
|
2020-11-11 17:10:15 +01:00 |
|
Peter Bacsko
|
cd0490e8c6
|
Revert "YARN-10425. Replace the legacy placement engine in CS with the new one. Contributed by Gergely Pollak."
This reverts commit b0ab222a6c .
|
2020-11-11 17:06:12 +01:00 |
|
Peter Bacsko
|
b0ab222a6c
|
YARN-10425. Replace the legacy placement engine in CS with the new one. Contributed by Gergely Pollak.
|
2020-11-11 17:03:16 +01:00 |
|
jianghuazhu
|
e6d2dccbef
|
HDFS-15469. Dynamically configure the size of PacketReceiver#MAX_PACKET_SIZE. (#2138)
|
2020-11-10 16:34:17 -08:00 |
|
jianghuazhu
|
375900049c
|
HDFS-15608.Reset the DistCp#CLEANUP variable definition. (#2351). Contributed by JiangHua Zhu.
Co-authored-by: zhujianghua <zhujianghua@zhujianghuadeMacBook-Pro.local>
|
2020-11-10 13:02:29 -08:00 |
|
Siyao Meng
|
fbd2220167
|
HDFS-15607. Addendum: Create trash dir when allowing snapshottable dir (#2448)
|
2020-11-10 12:13:15 -08:00 |
|
Stephen Jung
|
45434c93e8
|
HADOOP-17096. Fix ZStandardCompressor input buffer offset (#2104). Contributed by Stephen Jung (Stripe).
|
2020-11-10 11:38:22 -08:00 |
|
Gabriel Medeiros Coelho
|
61f8c5767e
|
YARN-10480. replace href tags with ng-href (#2426)
|
2020-11-10 10:54:28 -08:00 |
|
Yizhong Zhang
|
82de07c794
|
HADOOP-17142. Fix outdated properties of JournalNode when performing rollback. Contributed by Deegue.
|
2020-11-10 09:11:31 -08:00 |
|
Chao Sun
|
2522bf2f9b
|
HADOOP-17324. Don't relocate org.bouncycastle in shaded client jars (#2411)
Contributed by Chao Sun.
|
2020-11-10 16:00:15 +00:00 |
|
Akira Ajisaka
|
4331c88352
|
HADOOP-17344. Harmonize guava version and shade guava in yarn-csi. (#2434)
Reviewed-by: Ayush Saxena <ayushsaxena@apache.org>
Reviewed-by: Wei-Chiu Chuang <weichiu@apache.org>
|
2020-11-10 15:19:40 +09:00 |
|
Masatake Iwasaki
|
0946f58cae
|
HADOOP-17369. Bump up snappy-java to 1.1.8.1. (#2451)
|
2020-11-10 15:01:24 +09:00 |
|
Hui Fei
|
f1d5652359
|
HDFS-15668. RBF: Fix RouterRPCMetrics annocation and document misplaced error. Contributed by Hongbing Wang.
|
2020-11-10 13:09:03 +08:00 |
|
maobaolong
|
95c96605b3
|
HDFS-15667. Audit log record the unexpected allowed result when delete (#2437)
|
2020-11-10 13:01:10 +08:00 |
|
Akira Ajisaka
|
34e2abd811
|
HADOOP-17352. Update PATCH_NAMING_RULE in the personality file. (#2433)
Reviewed-by: Ayush Saxena <ayushsaxena@apache.org>
|
2020-11-10 13:58:27 +09:00 |
|
LeonGao
|
9a9ab5b48e
|
HDFS-15548. Allow configuring DISK/ARCHIVE storage types on same device mount (#2288). Contributed by Leon Gao.
|
2020-11-09 15:06:16 -08:00 |
|
Ahmed Hussein
|
1ea3f74246
|
HADOOP-17360. Log the remote address for authentication success (#2441)
Co-authored-by: ahussein <ahmed.hussein@verizonmedia.com>
|
2020-11-09 14:05:08 -06:00 |
|
Steve Loughran
|
ae7b00a998
|
HADOOP-17340. TestLdapGroupsMapping failing -string mismatch in exception validation. (#2427). Contributed by Steve Loughran.
|
2020-11-07 09:43:24 +05:30 |
|
hchaverr
|
6eacaffeea
|
HDFS-15623. Respect configured values of rpc.engine (#2403) Contributed by Hector Chaverri.
|
2020-11-06 14:25:35 -08:00 |
|
Takanobu Asanuma
|
4b312810ae
|
Revert "HADOOP-17224. Install Intel ISA-L library in Dockerfile. (#2243)" (#2440)
|
2020-11-06 11:20:45 +09:00 |
|
Eric E Payne
|
55339c2bdd
|
YARN-10479. RMProxy should retry on SocketTimeout Exceptions. Contributed by Jim Brennan (Jim_Brennan)
|
2020-11-05 21:50:46 +00:00 |
|
Eric Badger
|
af389d9897
|
HADOOP-17342. Creating a token identifier should not do kerberos name
resolution. Contributed by Jim Brennan.
|
2020-11-05 21:46:14 +00:00 |
|
Jim Brennan
|
638f1fc2b6
|
Revert "HADOOP-17306. RawLocalFileSystem's lastModifiedTime() looses milli seconds in JDK < 10.b09 (#2387)"
This reverts commit d259928035 .
|
2020-11-05 17:11:39 +00:00 |
|
Wei-Chiu Chuang
|
7e52c0975f
|
Revert "HADOOP-17255. JavaKeyStoreProvider fails to create a new key if the keystore is HDFS. (#2291)"
This reverts commit 7f5caca04c .
|
2020-11-04 16:18:03 -08:00 |
|
Dongjoon Hyun
|
2cb9e8f66a
|
HADOOP-17341. Upgrade commons-codec to 1.15 (#2428)
Reviewed-by: Chao Sun <sunchao@apache.org>
Reviewed-by: Wei-Chiu Chuang <weichiu@apache.org>
|
2020-11-04 09:12:31 -08:00 |
|
He Xiaoqiao
|
3067a25fa1
|
HDFS-15651. Client could not obtain block when DN CommandProcessingThread exit. Contributed by Aiphago.
Reviewed-by: He Xiaoqiao <hexiaoqiao@apache.org>
Reviewed-by: Yiqun Lin <yqlin@apache.org>
|
2020-11-04 13:53:46 +08:00 |
|
Ayush Saxena
|
7ac7840fc3
|
HDFS-15643. EC: Fix checksum computation in case of native encoders. (#2424). Contributed by Ayush Saxena.
|
2020-11-04 09:28:44 +05:30 |
|
Konstantin V Shvachko
|
d07dc7afb4
|
HDFS-15665. Balancer logging improvements. Contributed by Konstantin V Shvachko.
|
2020-11-03 12:02:40 -08:00 |
|
Akira Ajisaka
|
7f5caca04c
|
HADOOP-17255. JavaKeyStoreProvider fails to create a new key if the keystore is HDFS. (#2291)
Reviewed-by: Steve Loughran <stevel@cloudera.com>
Reviewed-by: Wei-Chiu Chuang <weichiu@apache.org>
|
2020-11-03 11:20:23 -08:00 |
|
Wei-Chiu Chuang
|
e580280a8b
|
HADOOP-17030. Remove unused joda-time. Contributed by Wei-Chiu Chuang.
|
2020-11-02 16:07:04 -08:00 |
|
Eric E Payne
|
0461a07c01
|
YARN-10475: Scale RM-NM heartbeat interval based on node utilization. Contributed by Jim Brennan (Jim_Brennan).
|
2020-11-02 16:55:06 +00:00 |
|
neko
|
deea5d8f2b
|
YARN-10469. YARN-UI2 The accuracy of the percentage values in the same chart on the YARN 'Cluster OverView' page are inconsistent (#2401)
|
2020-11-02 17:52:58 +08:00 |
|
Szilard Nemeth
|
4890b855ec
|
YARN-10420. Update CS MappingRule documentation with the new format and features. Contributed by Peter Bacsko
|
2020-10-31 15:17:01 +01:00 |
|
Surendra Singh Lilhore
|
7169ec4509
|
YARN-10442. RM should make sure node label file highly available. (#2390)
* YARN-10442. RM should make sure node label file highly available.
* YARN-10442. Corrected method name.
Added license header for file TestNodeLabelFileReplication.java
Added Test code.
* YARN-10442. Changed property name and log.
* YARN-10442. Changed default replication for FS store file.
|
2020-10-30 23:05:16 +05:30 |
|
Wangda Tan
|
c47c9fd65d
|
YARN-10458. Hive On Tez queries fails upon submission to dynamically created pools. (Peter Bacsko via wangda)
Change-Id: I518dc925187ce55e9d35a37ba20878c0f4e37e5c
|
2020-10-30 09:49:48 -07:00 |
|
Jim Brennan
|
8ee6bc2518
|
YARN-10471. Prevent logs for any container from becoming larger than a configurable size. Contributed by Eric Payne
|
2020-10-29 19:49:18 +00:00 |
|
Sunil G
|
f17e067d52
|
HADOOP-17329. mvn site commands fails due to MetricsSystemImpl changes. Contributed by Xiaoqiao He.
|
2020-10-29 07:19:49 +05:30 |
|
Ahmed Hussein
|
324879127a
|
HDFS-15654. TestBPOfferService#testMissBlocksWhenReregister fails intermittently (#2419)
|
2020-10-28 16:24:34 -07:00 |
|
Jonathan Hung
|
bab5bf9743
|
YARN-10467. ContainerIdPBImpl objects can be leaked in RMNodeImpl.completedContainers. Contributed by Haibo Chen
|
2020-10-28 10:33:18 -07:00 |
|
Brahma Reddy Battula
|
eb84793af1
|
HADOOP-17236. Bump up snakeyaml to 1.26 to mitigate CVE-2017-18640. Contributed by Brahma Reddy Battula.
Signed-off-by: Wei-Chiu Chuang <weichiu@apache.org>
|
2020-10-28 09:27:32 -07:00 |
|
Akira Ajisaka
|
b3ba74d72d
|
HDFS-15657. RBF: TestRouter#testNamenodeHeartBeatEnableDefault fails by BindException (#2418)
|
2020-10-28 19:12:23 +09:00 |
|
Peter Bacsko
|
da93cd962c
|
MAPREDUCE-7302. Upgrading to JUnit 4.13 causes testcase TestFetcher.testCorruptedIFile() to fail. Contributed by Peter Bacsko. Reviewed by Akira Ajisaka.
|
2020-10-28 10:35:30 +01:00 |
|
Ahmed Hussein
|
d0c786db4d
|
HDFS-15460. TestFileCreation#testServerDefaultsWithMinimalCaching fails intermittently. (#2406)
|
2020-10-27 18:56:40 -07:00 |
|
Ahmed Hussein
|
98097b8f19
|
HDFS-15457. TestFsDatasetImpl fails intermittently (#2407)
|
2020-10-27 18:52:56 -07:00 |
|
Hui Fei
|
8a6d5b9151
|
HDFS-15652. Make block size from NNThroughputBenchmark configurable (#2416)
|
2020-10-28 09:13:25 +08:00 |
|
Ahmed Hussein
|
ae74407ac4
|
HDFS-9776. testMultipleAppendsDuringCatchupTailing is flaky (#2410)
Co-authored-by: ahussein <ahmed.hussein@verizonmedia.com>
|
2020-10-27 20:45:00 +09:00 |
|
Akira Ajisaka
|
3848b44b37
|
HDFS-15580. [JDK 12] DFSTestUtil#addDataNodeLayoutVersion fails (#2309)
|
2020-10-27 19:18:08 +09:00 |
|
Ahmed Hussein
|
afaab3d332
|
HDFS-15461. TestDFSClientRetries testGetFileChecksum fails (#2404)
Co-authored-by: ahussein <ahmed.hussein@verizonmedia.com>
|
2020-10-27 16:56:30 +09:00 |
|
Yiqun Lin
|
15a5f53673
|
HDFS-15640. Add diff threshold to FedBalance. Contributed by Jinglun.
|
2020-10-27 10:41:10 +08:00 |
|
Ayush Saxena
|
872440610f
|
HADOOP-17328. LazyPersist Overwrite fails in direct write mode. (#2413)
|
2020-10-27 01:37:37 +09:00 |
|