Varun Saxena
|
0e6fcd3bd2
|
YARN-5773. RM recovery too slow due to LeafQueue#activateApplications (Bibin A Chundatt via Varun Saxena)
|
2016-10-29 13:51:02 +05:30 |
Wei-Chiu Chuang
|
9ba283c27d
|
HDFS-11061. Update dfs -count -t command line help and documentation. Contributed by Yiqun Lin.
(cherry picked from commit 112f04eb1b )
|
2016-10-28 15:37:30 -07:00 |
Mingliang Liu
|
2848a27700
|
HDFS-11047. Remove deep copies of FinalizedReplica to alleviate heap consumption on DataNode. Contributed by Xiaobing Zhou
|
2016-10-28 11:11:31 -07:00 |
Mingliang Liu
|
d0da47ad9f
|
HDFS-11048. Audit Log should escape control characters. Contributed by Eric Badger
(cherry picked from commit 8a9388e5f6 )
|
2016-10-28 10:57:20 -07:00 |
Jason Lowe
|
b85b5c6b94
|
YARN-4963. capacity scheduler: Make number of OFF_SWITCH assignments per heartbeat configurable. Contributed by Nathan Roberts
(cherry picked from commit 1eae719bce )
|
2016-10-28 17:31:29 +00:00 |
Jason Lowe
|
ea9a1be109
|
YARN-5767. Fix the order that resources are cleaned up from the local Public/Private caches. Contributed by Chris Trezzo
(cherry picked from commit 1b79c417dc )
|
2016-10-28 15:59:57 +00:00 |
Jason Lowe
|
2ab80a148a
|
YARN-5027. NM should clean up app log dirs after NM restart. Contributed by sandflee
(cherry picked from commit 7146359bfd )
|
2016-10-28 15:49:54 +00:00 |
Jason Lowe
|
0f224d405f
|
HADOOP-13770. Shell.checkIsBashSupported swallowed an interrupted exception. Contributed by Wei-Chiu Chuang
(cherry picked from commit c017171da0 )
|
2016-10-28 15:06:23 +00:00 |
Naganarasimha
|
62d8536df6
|
Revert "YARN-5794. Fix the asflicense warnings. Contributed by Yiqun Lin"
This reverts commit b92ad5d857 .
|
2016-10-28 12:58:42 +05:30 |
Naganarasimha
|
b92ad5d857
|
YARN-5794. Fix the asflicense warnings. Contributed by Yiqun Lin
(cherry picked from commit 3de130252d )
|
2016-10-28 12:44:14 +05:30 |
Karthik Kambatla
|
950bfed1d3
|
YARN-4743. FairSharePolicy breaks TimSort assumption. (Zephyr Guo and Yufei Gu via kasha)
(cherry picked from commit 4df8ed63ed )
|
2016-10-27 17:48:24 -07:00 |
Subru Krishnan
|
334fd9e83f
|
YARN-2306. Add test for leakage of reservation metrics in fair scheduler. (Hong Zhiguo and Yufei Gu via subru).
(cherry picked from commit b2c4f24c31 )
|
2016-10-27 17:44:05 -07:00 |
Naganarasimha
|
1455f56b63
|
MAPREDUCE-2631. Potential resource leaks in BinaryProtocol$TeeOutputStream.java. Contributed by Sunil G.
(cherry picked from commit 28660f51af )
|
2016-10-28 06:00:29 +05:30 |
Erik Krogen
|
ce8ace372c
|
HDFS-9500. Fix software version counts for DataNodes during rolling upgrade. Contributed by Erik Krogen.
(cherry picked from commit f3ac1f41b8 )
|
2016-10-27 16:00:39 -07:00 |
Li Lu
|
2b0fd1f4e2
|
YARN-4668. Reuse objectMapper instance in Yarn. (Yiqun Lin via gtcarrera9)
(cherry picked from commit 221582c4ab )
|
2016-10-27 15:26:05 -07:00 |
Carlo Curino
|
58ac40b552
|
YARN-3432. Cluster metrics have wrong Total Memory when there is reserved memory on CS. (Brahma Reddy Battula via curino)
(cherry picked from commit 892a8348fc )
|
2016-10-27 15:22:04 -07:00 |
Subru Krishnan
|
4274600b95
|
YARN-3568. TestAMRMTokens should use some random port. (Takashi Ohnishi via Subru).
(cherry picked from commit 79ae78dcbe )
|
2016-10-27 15:13:01 -07:00 |
Varun Saxena
|
f572448809
|
YARN-4388. Cleanup mapreduce.job.hdfs-servers from yarn-default.xml (Junping Du via Varun Saxena)
|
2016-10-28 02:24:24 +05:30 |
Varun Saxena
|
c34bc3d661
|
YARN-5308. FairScheduler: Move continuous scheduling related tests to TestContinuousScheduling (Kai Sasaki via Varun Saxena)
|
2016-10-28 02:23:25 +05:30 |
Jason Lowe
|
e50215306d
|
YARN-4831. Recovered containers will be killed after NM stateful restart. Contributed by Siqi Li
(cherry picked from commit 7e3c327d31 )
|
2016-10-27 20:44:17 +00:00 |
Wei-Chiu Chuang
|
2cf3138d72
|
HDFS-11055. Update default-log4j.properties for httpfs to imporve test logging. Contributed by Wei-Chiu Chuang.
(cherry picked from commit 31ff42b510 )
|
2016-10-27 13:38:02 -07:00 |
Jason Lowe
|
8935b23706
|
YARN-5172. Update yarn daemonlog documentation due to HADOOP-12847. Contributed by Wei-Chiu Chuang
(cherry picked from commit b4a8fbcbbc )
|
2016-10-27 19:45:00 +00:00 |
Robert Kanter
|
b7f7d42c27
|
YARN-4456. Clean up Lint warnings in nodemanager (templedf via rkanter)
(cherry picked from commit 6fbfb501f2 )
|
2016-10-27 12:37:20 -07:00 |
Kihwal Lee
|
5057abc390
|
HDFS-11069. Tighten the authorization of datanode RPC. Contributed by Kihwal Lee
(cherry picked from commit ae48c496dc )
|
2016-10-27 14:18:10 -05:00 |
Kihwal Lee
|
6c11a11918
|
Revert "HDFS-10455. Logging the username when deny the setOwner operation. Contributed by Tianyin Xiu"
This reverts commit f4300ea12a .
|
2016-10-27 14:10:07 -05:00 |
Brahma Reddy Battula
|
f4300ea12a
|
HDFS-10455. Logging the username when deny the setOwner operation. Contributed by Tianyin Xiu
(cherry picked from commit ac35ee9393 )
|
2016-10-27 20:22:08 +05:30 |
Brahma Reddy Battula
|
5e760c89a1
|
HADOOP-13201. Print the directory paths when ViewFs denies the rename operation on internal dirs. Contributed by Tianyin Xiu
(cherry picked from commit 0c837db8a8 )
|
2016-10-27 19:48:21 +05:30 |
Steve Loughran
|
381e516147
|
Revert "HADOOP-13514. Upgrade maven surefire plugin to 2.19.1. Contributed by Ewan Higgs."
This reverts commit 6bb23a14b6 .
|
2016-10-27 15:20:50 +02:00 |
Steve Loughran
|
5d80b49602
|
Revert "Addendum patch for HADOOP-13514 Upgrade maven surefire plugin to 2.19.1. Contributed by Akira Ajisaka."
This reverts commit 0c96ceaca9 .
|
2016-10-27 15:20:24 +02:00 |
Naganarasimha
|
15f9c18ae4
|
YARN-5420. Delete org.apache.hadoop.yarn.server.resourcemanager.resource.Priority as its not necessary. Contributed by Sunil G.
(cherry picked from commit b3c15e4ef7 )
|
2016-10-27 18:23:27 +05:30 |
Naganarasimha
|
fe5c1f249a
|
MAPREDUCE-6541. Exclude scheduled reducer memory when calculating available mapper slots from headroom to avoid deadlock. Contributed by Varun Saxena
(cherry picked from commit 060558c6f2 )
|
2016-10-27 18:05:00 +05:30 |
Varun Saxena
|
65fa9827fc
|
YARN-5757. RM REST API documentation is not up to date (Miklos Szegedi via Varun Saxena)
|
2016-10-27 17:24:24 +05:30 |
Naganarasimha
|
3ff80a800d
|
YARN-3848. TestNodeLabelContainerAllocation is timing out. Contributed by Varun Saxena
(cherry picked from commit 6c8830992c )
|
2016-10-27 17:14:34 +05:30 |
Vinayakumar B
|
144f7a9e0e
|
HDFS-8492. DN should notify NN when client requests a missing block (Contributed by Walter Su)
(cherry picked from commit 1cf6ec4ad4 )
|
2016-10-27 16:46:09 +05:30 |
Varun Saxena
|
14ce42a8ed
|
MAPREDUCE-6798. Fix intermittent failure of TestJobHistoryParsing.testJobHistoryMethods (Haibo Chen via Varun Saxena)
|
2016-10-27 15:41:27 +05:30 |
Varun Saxena
|
65c009ca00
|
YARN-5686. DefaultContainerExecutor random working dir algorigthm skews results (Vrushali C via Varun Saxena)
|
2016-10-27 14:03:02 +05:30 |
Varun Saxena
|
a8cfa5054c
|
YARN-5710. Fix inconsistent naming in class ResourceRequest (Yufei Gu via Varun Saxena)
|
2016-10-27 13:56:59 +05:30 |
Varun Saxena
|
daf9a656b9
|
YARN-5752. TestLocalResourcesTrackerImpl#testLocalResourceCache times out (Eric Badger via Varun Saxena)
|
2016-10-27 13:46:13 +05:30 |
Akira Ajisaka
|
53ed19efec
|
HDFS-11049. The description of dfs.block.replicator.classname is not clear. Contributed by Yiqun Lin.
(cherry picked from commit 9c680d0b05 )
|
2016-10-27 16:37:32 +09:00 |
Masatake Iwasaki
|
7e918637de
|
HADOOP-13017. Implementations of InputStream.read(buffer, offset, bytes) to exit 0 if bytes==0. Contributed by Steve Loughran.
(cherry picked from commit 0bdd263d82 )
|
2016-10-27 15:54:03 +09:00 |
Vinayakumar B
|
72ce627533
|
HDFS-9929. Duplicate keys in NAMENODE_SPECIFIC_KEYS (Contributed by Akira Ajisaka)
(cherry picked from commit f0642b02996ae90d85499ddef2e20bdf88d98c7b)
|
2016-10-27 12:19:08 +05:30 |
Rohith Sharma K S
|
3a167669a5
|
YARN-4363. In TestFairScheduler, testcase should not create FairScheduler redundantly. Conntributed by Tao Jie.
(cherry picked from commit e29cba61a0 )
|
2016-10-27 11:59:10 +05:30 |
Rohith Sharma K S
|
07b531c10a
|
YARN-4555. TestDefaultContainerExecutor#testContainerLaunchError fails on non-english locale environment. Contributed by Takashi Ohnishi.
(cherry picked from commit b110c4b5e8 )
|
2016-10-27 11:35:38 +05:30 |
Mingliang Liu
|
2aed61d887
|
HDFS-10921. TestDiskspaceQuotaUpdate doesn't wait for NN to get out of safe mode. Contributed by Eric Badger
(cherry picked from commit 55e1fb8e32 )
|
2016-10-26 14:12:08 -07:00 |
Wei-Chiu Chuang
|
0c96ceaca9
|
Addendum patch for HADOOP-13514 Upgrade maven surefire plugin to 2.19.1. Contributed by Akira Ajisaka.
(cherry picked from commit e48b592f8b )
|
2016-10-26 14:09:55 -07:00 |
Chris Nauroth
|
082d69ee66
|
HADOOP-13502. Split fs.contract.is-blobstore flag into more descriptive flags for use by contract tests. Contributed by Chris Nauroth.
(cherry picked from commit 1f8490a5ba )
|
2016-10-26 08:57:29 -07:00 |
Chris Nauroth
|
67e01f7218
|
HADOOP-13614. Purge some superfluous/obsolete S3 FS tests that are slowing test runs down. Contributed by Steve Loughran.
(cherry picked from commit 9cad3e2350 )
|
2016-10-26 08:27:33 -07:00 |
Kihwal Lee
|
0cd43dd2b7
|
HDFS-11053. Unnecessary superuser check in versionRequest(). Contributed by Kihwal Lee.
(cherry picked from commit e90af4a89b )
|
2016-10-26 09:17:29 -05:00 |
Kihwal Lee
|
366ebb0822
|
HDFS-11050. Change log level to 'warn' when ssl initialization fails and defaults to DEFAULT_TIMEOUT_CONN_CONFIGURATOR. Contributed by Kuhu Shukla.
(cherry picked from commit ce6bbfb23c )
|
2016-10-26 08:11:12 -05:00 |
Akira Ajisaka
|
e29d0a2fd8
|
YARN-5575. Many classes use bare yarn. properties instead of the defined constants. Contributed by Daniel Templeton.
(cherry picked from commit d3bb69a667 )
|
2016-10-26 15:34:40 +09:00 |