Inigo Goiri
|
f278494a5f
|
HDFS-12886. Ignore minReplication for block recovery. Contributed by Lukas Majercak.
|
2018-03-16 14:59:01 -07:00 |
Inigo Goiri
|
5e917a1501
|
Revert "HDFS-12886. Ignore minReplication for block recovery. Contributed by Lukas Majercak."
This reverts commit 972c322301 .
|
2018-03-16 14:26:09 -07:00 |
Inigo Goiri
|
972c322301
|
HDFS-12886. Ignore minReplication for block recovery. Contributed by Lukas Majercak.
(cherry picked from commit 08ff1586d5 )
|
2018-03-16 10:31:02 -07:00 |
Inigo Goiri
|
4615c0bba2
|
HDFS-13224. RBF: Resolvers to support mount points across multiple subclusters. Contributed by Inigo Goiri.
(cherry picked from commit e71bc00a47 )
|
2018-03-16 09:15:23 -07:00 |
Inigo Goiri
|
3a5f50fa6e
|
Revert "HDFS-13224. RBF: Resolvers to support mount points across multiple subclusters. Contributed by Inigo Goiri."
This reverts commit ccf07fdafd .
|
2018-03-16 09:12:30 -07:00 |
Inigo Goiri
|
b1b10007a4
|
HDFS-12919. RBF: Support erasure coding methods in RouterRpcServer. Contributed by Inigo Goiri.
|
2018-03-15 11:30:52 -07:00 |
Inigo Goiri
|
ccf07fdafd
|
HDFS-13224. RBF: Resolvers to support mount points across multiple subclusters. Contributed by Inigo Goiri.
(cherry picked from commit e71bc00a47 )
|
2018-03-15 10:51:04 -07:00 |
Yiqun Lin
|
3fad968624
|
HDFS-13261. Fix incorrect null value check. Contributed by Jianfei Jiang.
|
2018-03-15 11:12:25 +08:00 |
Inigo Goiri
|
299b40ff8b
|
HDFS-13198. RBF: RouterHeartbeatService throws out CachedStateStore related exceptions when starting router. Contributed by Wei Yan.
(cherry picked from commit 41fc7f80be )
|
2018-03-14 13:16:32 -07:00 |
Yiqun Lin
|
b3d56cb835
|
HDFS-12773. RBF: Improve State Store FS implementation. Contributed by Inigo Goiri.
(cherry picked from commit 76be6cbf6c )
|
2018-03-14 11:25:08 +08:00 |
Inigo Goiri
|
36451f2d54
|
HADOOP-15308. TestConfiguration fails on Windows because of paths. Contributed by Xiao Liang.
(cherry picked from commit 427fd027a3 )
|
2018-03-13 20:06:07 -07:00 |
Chris Douglas
|
340cd5f1b1
|
HADOOP-14696. parallel tests don't work for Windows. Contributed by Allen Wittenauer
(cherry picked from commit 45d1b0fdcc )
(cherry picked from commit 09940b1eb3 )
(cherry picked from commit a03c8ea61f )
|
2018-03-12 20:08:46 -07:00 |
Yiqun Lin
|
38c21ec651
|
HDFS-13226. RBF: Throw the exception if mount table entry validated failed. Contributed by maobaolong.
(cherry picked from commit 19292bc264 )
|
2018-03-13 11:06:53 +08:00 |
Yiqun Lin
|
5edbd1a258
|
HDFS-13253. RBF: Quota management incorrect parent-child relationship judgement. Contributed by Yiqun Lin.
(cherry picked from commit 7fab787de7 )
|
2018-03-13 10:33:12 +08:00 |
Akira Ajisaka
|
b0c80f1c81
|
HDFS-12156. TestFSImage fails without -Pnative
(cherry picked from commit 319defafc1 )
|
2018-03-13 11:29:44 +09:00 |
Yiqun Lin
|
2ca6cf3170
|
HDFS-10803. TestBalancerWithMultipleNameNodes#testBalancing2OutOf3Blockpools fails intermittently due to no free space available. Contributed by Yiqun Lin.
(cherry picked from commit 4afd50b106 )
|
2018-03-13 10:18:23 +08:00 |
Inigo Goiri
|
7fded36e4c
|
HDFS-13241. RBF: TestRouterSafemode failed if the port 8888 is in use. Contributed by maobaolong.
(cherry picked from commit 91c82c90f0 )
|
2018-03-12 17:30:45 -07:00 |
Inigo Goiri
|
737dca1959
|
HDFS-11399. Many tests fails in Windows due to injecting disk failures. Contributed by Yiqun Lin.
|
2018-03-12 12:54:42 -07:00 |
Anu Engineer
|
88c749a903
|
HDFS-10618. TestPendingReconstruction#testPendingAndInvalidate is flaky due to race condition. Contributed by Eric Badger.
|
2018-03-12 12:14:21 -07:00 |
Inigo Goiri
|
457895d50f
|
Revert "HDFS-11399. Many tests fails in Windows due to injecting disk failures. Contributed by Yiqun Lin."
This reverts commit ab0f127084 .
|
2018-03-12 11:44:06 -07:00 |
Inigo Goiri
|
ab0f127084
|
HDFS-11399. Many tests fails in Windows due to injecting disk failures. Contributed by Yiqun Lin.
(cherry picked from commit ac627f561f )
|
2018-03-12 10:04:51 -07:00 |
Yiqun Lin
|
3a34924896
|
HDFS-13240. RBF: Update some inaccurate document descriptions. Contributed by Yiqun Lin.
(cherry picked from commit 4743d4a2c7 )
|
2018-03-10 11:33:44 +08:00 |
Inigo Goiri
|
0dadcf9ea3
|
HDFS-13232. RBF: ConnectionPool should return first usable connection. Contributed by Ekanth S.
(cherry picked from commit 8133cd5305 )
|
2018-03-09 18:28:59 -08:00 |
Inigo Goiri
|
4b6b07690e
|
HDFS-13212. RBF: Fix router location cache issue. Contributed by Weiwei Wu.
(cherry picked from commit afe1a3ccd5 )
|
2018-03-09 17:21:10 -08:00 |
Jason Lowe
|
121daaf474
|
MAPREDUCE-6930. mapreduce.map.cpu.vcores and mapreduce.reduce.cpu.vcores are both present twice in mapred-default.xml. Contributed by Sen Zhao
(cherry picked from commit 32fa3a63e0 )
|
2018-03-09 10:45:47 -06:00 |
Yiqun Lin
|
aa748c6bca
|
HDFS-13233. RBF: MountTableResolver doesn't return the correct mount point of the given path. Contributed by wangzhiyuan.
(cherry picked from commit 122805b43a )
|
2018-03-09 15:51:56 +08:00 |
Kihwal Lee
|
0aa52d4085
|
HDFS-12614. FSPermissionChecker#getINodeAttrs() throws NPE when INodeAttributesProvider configured. Contributed by Manoj Govindassamy.
|
2018-03-08 14:22:17 -06:00 |
Inigo Goiri
|
95f34ce462
|
HDFS-13232. RBF: ConnectionManager's cleanup task will compare each pool's own active conns with its total conns. Contributed by Chao Sun.
(cherry picked from commit 0c2b969e01 )
(cherry picked from commit 44abf77d9b )
|
2018-03-08 10:24:41 -08:00 |
Rohith Sharma K S
|
207daabbcc
|
YARN-8003. Backport the code structure changes in YARN-7346 to branch-2. Contributed by Haibo Chen.
|
2018-03-07 13:25:28 +05:30 |
Yiqun Lin
|
a5d9691b54
|
HDFS-13214. RBF: Complete document of Router configuration. Contributed by Yiqun Lin.
(cherry picked from commit 58ea2d7a65 )
|
2018-03-07 15:51:42 +08:00 |
Xiaoyu Yao
|
313fdb9968
|
HDFS-13109. Support fully qualified hdfs path in EZ commands. Contributed by Hanisha Koneru.
(cherry picked from commit edf9445708 )
|
2018-03-06 20:01:51 -08:00 |
Xiaoyu Yao
|
4f3c4e4514
|
HDFS-13120. Snapshot diff could be corrupted after concat. Contributed by Xiaoyu Yao.
(cherry picked from commit 8faf0b50d4 )
|
2018-03-06 18:49:13 -08:00 |
Allen Wittenauer
|
dbd69cb2ce
|
HADOOP-15279. increase maven heap size recommendations
Signed-off-by: Jason Lowe <jlowe@apache.org>
Signed-off-by: Chris Douglas <cdouglas@apache.org>
(cherry picked from commit d4cc50f622 )
|
2018-03-06 13:58:31 -08:00 |
Sen Zhao
|
bda2a9c2a0
|
YARN-7736. Fix itemization in YARN federation document
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
(cherry picked from commit 245751ffdc )
|
2018-03-05 11:55:16 -08:00 |
Xiao Chen
|
0882725c88
|
HDFS-13040. Kerberized inotify client fails despite kinit properly. Contributed by Istvan Fajth, Wei-Chiu Chuang, Xiao Chen.
|
2018-03-05 09:44:42 -08:00 |
Steve Loughran
|
c245050538
|
HADOOP-15090. Add ADL troubleshooting doc.
Contributed by Steve Loughran; backport to branch-2 by Masatake Iwasaki.
|
2018-03-05 12:46:19 +00:00 |
Ajay Kumar
|
d5d38918d7
|
HADOOP-15286. Remove unused imports from TestKMSWithZK.java
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
(cherry picked from commit 3dc30bc24e )
|
2018-03-04 07:20:40 -08:00 |
Akira Ajisaka
|
8ad3ec6aab
|
HADOOP-15283. Upgrade from findbugs 3.0.1 to spotbugs 3.1.2 in branch-2 to fix docker image build.
|
2018-03-04 07:01:19 -08:00 |
Gergely Novák
|
278676508f
|
MAPREDUCE-7023. TestHadoopArchiveLogs.testCheckFilesAndSeedApps fails on rerun
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
(cherry picked from commit e99a1e7767 )
|
2018-03-02 16:22:20 -08:00 |
Jason Lowe
|
0a3a878428
|
YARN-7511. NPE in ContainerLocalizer when localization failed for running container. Contributed by Tao Yang
(cherry picked from commit 83798f15f8 )
|
2018-03-02 10:08:32 -06:00 |
Nanda kumar
|
45ec3e18e3
|
HADOOP-15275. Incorrect javadoc for return type of RetryPolicy#shouldRetry
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
(cherry picked from commit 55d04a6db1 )
|
2018-03-01 19:04:57 +09:00 |
Haibo Chen
|
45d012f208
|
YARN-7835. Race condition in NM while publishing events if second attempt is launched on the same node. (Rohith Sharma K S via Haibo Chen)
(cherry picked from commit d1274c3b71 )
|
2018-02-28 21:24:17 -08:00 |
Steve Loughran
|
fb0f2cc2fb
|
Revert "HADOOP-15090. Add ADL troubleshooting doc."
This reverts commit 6f944452f7 .
|
2018-02-28 21:19:03 +00:00 |
Yiqun Lin
|
08cd911b69
|
HDFS-13194. CachePool permissions incorrectly checked. Contributed by Jianfei Jiang.
(cherry picked from commit a9c14b1119 )
|
2018-02-28 10:25:49 +08:00 |
Inigo Goiri
|
2f18785f39
|
HDFS-13199. RBF: Fix the hdfs router page missing label icon issue. Contributed by maobaolong.
(cherry picked from commit d86f301d46 )
|
2018-02-27 17:42:28 -08:00 |
Yiqun Lin
|
1b0aa0e87a
|
HDFS-13184. RBF: Improve the unit test TestRouterRPCClientRetries. Contributed by Yiqun Lin.
(cherry picked from commit 1e85a995d1 )
|
2018-02-27 10:54:37 +08:00 |
Chris Douglas
|
762125b864
|
Backport HADOOP-13514 (surefire upgrade) to branch-2
|
2018-02-26 16:32:06 -08:00 |
Wei Yan
|
54803ebe49
|
HDFS-13187. RBF: Fix Routers information shown in the web UI. Contributed by Inigo Goiri and Wei Yan.
(cherry picked from commit 6ce9f79cc9 )
|
2018-02-26 15:32:27 -08:00 |
Arpit Agarwal
|
0945f0eb23
|
HADOOP-15266. [branch-2] Upper/Lower case conversion support for group names in LdapGroupsMapping. Contributed by Nanda kumar.
|
2018-02-26 13:45:51 -08:00 |
Kihwal Lee
|
4b43f2aa56
|
HDFS-12070. Failed block recovery leaves files open indefinitely and at risk for data loss. Contributed by Kihwal Lee.
(cherry picked from commit 451265a83d )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/BlockRecoveryWorker.java
|
2018-02-26 10:58:07 -06:00 |