Jason Lowe
|
baf9e22284
|
YARN-3850. NM fails to read files from full disks which can lead to container logs being lost and other issues. Contributed by Varun Saxena
(cherry picked from commit 40b256949a )
|
2015-06-26 15:48:34 +00:00 |
Jason Lowe
|
41d9677740
|
YARN-3832. Resource Localization fails on a cluster due to existing cache directories. Contributed by Brahma Reddy Battula
(cherry picked from commit 8d58512d6e )
|
2015-06-24 16:38:40 +00:00 |
Karthik Kambatla
|
6b1a156e27
|
YARN-3842. NMProxy should retry on NMNotYetReadyException. (Robert Kanter via kasha)
(cherry picked from commit 5ebf2817e5 )
(cherry picked from commit 9656ee4ee7 )
|
2015-06-22 17:49:55 -07:00 |
Jason Lowe
|
3d2c3f8648
|
YARN-3585. NodeManager cannot exit on SHUTDOWN event triggered and NM recovery is enabled. Contributed by Rohith Sharmaks
(cherry picked from commit e13b671aa5 )
Conflicts:
hadoop-yarn-project/CHANGES.txt
|
2015-06-03 19:46:51 +00:00 |
cnauroth
|
02ab202a2b
|
YARN-3626. On Windows localized resources are not moved to the front of the classpath when they should be. Contributed by Craig Welch.
(cherry picked from commit 7bc33b63c78c6ee9a04c0c1511ef16e63f7f3074)
(cherry picked from commit 6ed8989a6f )
|
2015-05-27 14:21:26 -07:00 |
Jason Lowe
|
5161751433
|
YARN-3641. NodeManager: stopRecoveryStore() shouldn't be skipped when exceptions happen in stopping NM's sub-services. Contributed by Junping Du
(cherry picked from commit 711d77cc54 )
|
2015-05-13 21:09:03 +00:00 |
Jason Lowe
|
7110499817
|
YARN-3537. NPE when NodeManager.serviceInit fails and stopRecoveryStore invoked. Contributed by Brahma Reddy Battula
(cherry picked from commit 5e093f0d40 )
|
2015-05-13 20:38:52 +00:00 |
Jason Lowe
|
bfd28d6f7e
|
YARN-3457. NPE when NodeManager.serviceInit fails and stopRecoveryStore called. Contributed by Bibin A Chundatt.
(cherry picked from commit ac32fa187c )
Conflicts:
hadoop-yarn-project/CHANGES.txt
|
2015-05-13 20:38:52 +00:00 |
Xuan
|
9527cdd12d
|
YARN-3626. On Windows localized resources are not moved to the front of the classpath when they should be. Contributed by Craig Welch
(cherry picked from commit 0f95921447 )
(cherry picked from commit 487d9b0f3f )
|
2015-05-13 13:12:38 -07:00 |
Jason Lowe
|
a75f4bed6e
|
YARN-3476. Nodemanager can fail to delete local logs if log aggregation fails. Contributed by Rohith
(cherry picked from commit 25e2b02122 )
|
2015-05-08 22:47:18 +00:00 |
Karthik Kambatla
|
4ddcc7e5b5
|
YARN-3464. Race condition in LocalizerRunner kills localizer before localizing all resources. (Zhihai Xu via kasha)
(cherry picked from commit 47279c3228 )
(cherry picked from commit 4045c41afe )
|
2015-04-27 13:37:06 -07:00 |
Xuan
|
bec78f9b85
|
YARN-3516. killing ContainerLocalizer action doesn't take effect when
private localizer receives FETCH_FAILURE status. Contributed by zhihai
xu
(cherry picked from commit 0b3f8957a8 )
(cherry picked from commit 8f6053ae51 )
|
2015-04-27 13:35:38 -07:00 |
Karthik Kambatla
|
b5cc78e57e
|
YARN-3465. Use LinkedHashMap to preserve order of resource requests. (Zhihai Xu via kasha)
(cherry picked from commit 6495940eae )
(cherry picked from commit 53e0bf5c17 )
|
2015-04-27 12:39:21 -07:00 |
Karthik Kambatla
|
e1843c9a46
|
YARN-3351. AppMaster tracking URL is broken in HA. (Anubhav Dhoot via kasha)
(cherry picked from commit 20b49224eb )
|
2015-04-23 17:39:50 -07:00 |
Harsh J
|
d4a462c02e
|
YARN-3462. Patches applied for YARN-2424 are inconsistent between trunk and branch-2. Contributed by Naganarasimha G R.
|
2015-04-15 09:42:20 +05:30 |
Vinod Kumar Vavilapalli
|
a7fa46c2e0
|
Preparing for 2.7.1 development: mvn versions:set
|
2015-04-09 14:13:30 -07:00 |
Vinod Kumar Vavilapalli
|
35af6f1802
|
YARN-3304. Cleaning up ResourceCalculatorProcessTree APIs for public use and removing inconsistencies in the default values. Contributed by Junping Du and Karthik Kambatla.
(cherry picked from commit c358368f51 )
|
2015-03-30 10:11:49 -07:00 |
Tsuyoshi Ozawa
|
d2e19160dc
|
YARN-3384. TestLogAggregationService.verifyContainerLogs fails after YARN-2777. Contributed by Naganarasimha G R.
(cherry picked from commit 82eda771e0 )
|
2015-03-24 00:26:08 +09:00 |
Tsuyoshi Ozawa
|
2b2f7f2b90
|
YARN-1453. [JDK8] Fix Javadoc errors caused by incorrect or illegal tags in doc comments. Contributed by Akira AJISAKA, Andrew Purtell, and Allen Wittenauer.
(cherry picked from commit 3da9a97cfb )
|
2015-03-16 23:20:34 +09:00 |
Vinod Kumar Vavilapalli
|
0cd9eb9987
|
YARN-3154. Added additional APIs in LogAggregationContext to avoid aggregating running logs of application when rolling is enabled. Contributed by Xuan Gong.
(cherry picked from commit 863079bb87 )
|
2015-03-12 13:34:33 -07:00 |
Jian He
|
6cef2c16de
|
YARN-2190. Added CPU and memory limit options to the default container executor for Windows containers. Contributed by Chuan Liu
(cherry picked from commit 21101c01f2 )
|
2015-03-06 14:18:56 -08:00 |
Karthik Kambatla
|
1749094fab
|
YARN-3122. Metrics for container's actual CPU usage. (Anubhav Dhoot via kasha)
(cherry picked from commit 53947f37c7 )
|
2015-03-04 17:39:39 -08:00 |
Konstantin V Shvachko
|
9e67f2cb0d
|
YARN-3255. RM, NM, JobHistoryServer, and WebAppProxyServer's main() should support generic options. Contributed by Konstantin Shvachko.
|
2015-02-26 17:26:08 -08:00 |
Xuan
|
9cbe9bcbaa
|
YARN-3237. AppLogAggregatorImpl fails to log error cause. Contributed by
Rushabh S Shah
(cherry picked from commit f56c65bb3e )
|
2015-02-20 14:03:46 -08:00 |
Junping Du
|
4a87a61fe9
|
YARN-2799. Cleanup TestLogAggregationService based on the change in YARN-90. Contributed by Zhihai Xu
(cherry picked from commit c33ae271c2 )
|
2015-02-20 09:44:31 -08:00 |
Tsuyoshi Ozawa
|
fd8f7e2c7d
|
YARN-3203. Correct a log message in AuxServices. Contributed by Brahma Reddy Battula.
(cherry picked from commit 447bd7b5a6 )
|
2015-02-16 23:56:32 +09:00 |
Junping Du
|
eee89bd18c
|
YARN-2749. Fix some testcases from TestLogAggregationService fails in trunk. (Contributed by Xuan Gong)
(cherry picked from commit ab0b958a52 )
|
2015-02-15 06:48:29 -08:00 |
cnauroth
|
48302e687a
|
YARN-2899. Run TestDockerContainerExecutorWithMocks on Linux only. Contributed by Ming Ma.
(cherry picked from commit 6804d68901 )
|
2015-02-13 21:59:14 -08:00 |
Jason Lowe
|
c9cd58d711
|
YARN-2847. Linux native container executor segfaults if default banned user detected. Contributed by Olaf Flebbe
(cherry picked from commit 1a0f508b63 )
|
2015-02-13 20:22:12 +00:00 |
Akira Ajisaka
|
9d8dbf8ea4
|
YARN-3191. Log object should be initialized with its own class. Contributed by Rohith.
(cherry picked from commit 99c7f2b8fa417303e8f42ea3641c302135879280)
|
2015-02-12 17:59:04 -08:00 |
Junping Du
|
380cc4dbed
|
YARN-2079. Recover NonAggregatingLogHandler state upon nodemanager restart. (Contributed by Jason Lowe)
(cherry picked from commit 04f5ef18f7 )
|
2015-02-12 11:48:24 -08:00 |
Jason Lowe
|
38333c8f29
|
YARN-3074. Nodemanager dies when localizer runner tries to write to a full disk. Contributed by Varun Saxena
(cherry picked from commit b379972ab3 )
|
2015-02-11 16:34:42 +00:00 |
Jason Lowe
|
ca11ffa5de
|
YARN-2809. Implement workaround for linux kernel panic when removing cgroup. Contributed by Nathan Roberts
(cherry picked from commit 3f5431a22f )
|
2015-02-10 17:28:18 +00:00 |
Jason Lowe
|
9ffd985dc0
|
YARN-3090. DeletionService can silently ignore deletion task failures. Contributed by Varun Saxena
(cherry picked from commit 4eb5f7fa32 )
|
2015-02-10 16:55:21 +00:00 |
Jason Lowe
|
83449a4e4d
|
YARN-3089. LinuxContainerExecutor does not handle file arguments to deleteAsUser. Contributed by Eric Payne
(cherry picked from commit 4c484320b4 )
|
2015-02-06 20:40:33 +00:00 |
Arun C. Murthy
|
92ff524182
|
YARN-1537. Fix race condition in TestLocalResourcesTrackerImpl.testLocalResourceCache. Contributed by Xuan Gong.
|
2015-02-05 23:59:34 -08:00 |
Xuan
|
c22dcdd191
|
YARN-3056. Add verification for containerLaunchDuration in
TestNodeManagerMetrics. Contributed by zhihai Xu
(cherry picked from commit b73e776abc )
|
2015-02-03 15:14:23 -08:00 |
Robert Kanter
|
410830fe8c
|
YARN-3022. Expose Container resource information from NodeManager for monitoring (adhoot via ranter)
(cherry picked from commit f7a77819a1 )
|
2015-02-03 10:39:51 -08:00 |
Akira Ajisaka
|
1081b4c4a7
|
HADOOP-9907. Webapp http://hostname:port/metrics link is not working. (aajisaka)
(cherry picked from commit 342efa110a )
|
2015-01-30 02:50:46 +09:00 |
Jian He
|
8100c8a68c
|
YARN-3011. Possible IllegalArgumentException in ResourceLocalizationService might lead NM to crash. Contributed by Varun Saxena
(cherry picked from commit 4e15fc0841 )
|
2015-01-27 13:31:48 -08:00 |
Jason Lowe
|
07fe6a36cb
|
YARN-3088. LinuxContainerExecutor.deleteAsUser can throw NPE if native executor returns an error. Contributed by Eric Payne
(cherry picked from commit 902c6ea7e4 )
|
2015-01-26 15:41:23 +00:00 |
Xuan
|
a7696b3fbf
|
YARN-3024. LocalizerRunner should give DIE action when all resources are
localized. Contributed by Chengbing Liu
(cherry picked from commit 0d6bd62102 )
|
2015-01-25 19:39:52 -08:00 |
Tsuyoshi Ozawa
|
ff627d94e7
|
YARN-3082. Non thread safe access to systemCredentials in NodeHeartbeatResponse processing. Contributed by Anubhav Dhoot.
(cherry picked from commit 3aab354e66 )
|
2015-01-23 16:05:05 +09:00 |
Karthik Kambatla
|
4d8fa9615f
|
YARN-2984. Metrics for container's actual memory usage. (kasha)
(cherry picked from commit 84198564ba )
|
2015-01-17 06:26:47 +05:30 |
Junping Du
|
7cddec31d7
|
YARN-3064. TestRMRestart/TestContainerResourceUsage/TestNodeManagerResync failure with allocation timeout. (Contributed by Jian He)
(cherry picked from commit 5d1cca34fa )
|
2015-01-16 00:10:36 -08:00 |
Jian He
|
e7e6173049
|
YARN-2997. Fixed NodeStatusUpdater to not send alreay-sent completed container statuses on heartbeat. Contributed by Chengbing Liu
(cherry picked from commit cc2a745f7e )
|
2015-01-08 11:28:24 -08:00 |
Zhijie Shen
|
f02bd6683a
|
YARN-2937. Fixed new findbugs warnings in hadoop-yarn-nodemanager. Contributed by Varun Saxena.
(cherry picked from commit 41a548a916 )
|
2014-12-23 20:35:32 -08:00 |
Jian He
|
9180d11b3b
|
YARN-2952. Fixed incorrect version check in StateStore. Contributed by Rohith Sharmaks
(cherry picked from commit 808cba3821 )
|
2014-12-19 16:56:55 -08:00 |
Karthik Kambatla
|
b4e8ae591d
|
YARN-2675. containersKilled metrics is not updated when the container is killed during localization. (Zhihai Xu via kasha)
(cherry picked from commit 954fb8581e )
|
2014-12-19 16:03:02 -08:00 |
cnauroth
|
36068768d8
|
HADOOP-11321. copyToLocal cannot save a file to an SMB share unless the user has Full Control permissions. Contributed by Chris Nauroth.
(cherry picked from commit e996a1bfd4 )
|
2014-12-16 15:32:23 -08:00 |