Rohith Sharma K S
|
d473152e6a
|
YARN-8824. App Nodelabel missed after RM restart for finished apps. Contributed by Bibin A Chundatt.
|
2018-09-26 20:36:34 +05:30 |
|
Rohith Sharma K S
|
47306cc2db
|
YARN-8815. RM fails to recover finished unmanaged AM. Contributed by Bibin A Chundatt.
(cherry picked from commit 50bc7746d7593bf6adc92fc9807a99cf53b4aef3)
|
2018-09-25 11:40:09 +05:30 |
|
Weiwei Yang
|
aaf0b119e5
|
YARN-8771. CapacityScheduler fails to unreserve when cluster resource contains empty resource type. Contributed by Tao Yang.
(cherry picked from commit 0712537e799bc03855d548d1f4bd690dd478b871)
|
2018-09-19 19:38:09 +08:00 |
|
Weiwei Yang
|
00a469138d
|
YARN-8720. CapacityScheduler does not enforce max resource allocation check at queue level. Contributed by Tarun Parimi.
(cherry picked from commit f1a893fdbc2dbe949cae786f08bdb2651b88d673)
|
2018-09-14 16:40:35 +08:00 |
|
Eric E Payne
|
b6bc0f409a
|
YARN-8709: CS preemption monitor always fails since one under-served queue was deleted. Contributed by Tao Yang.
(cherry picked from commit 987d8191ad409298570f7ef981e9bc8fb72ff16c)
|
2018-09-10 20:02:39 +00:00 |
|
Weiwei Yang
|
f164568b47
|
YARN-8723. Fix a typo in CS init error message when resource calculator is not correctly set. Contributed by Abhishek Modi.
(cherry picked from commit 3fa46394214181ed1cc7f06b886282bbdf67a10f)
|
2018-08-29 11:15:02 +08:00 |
|
Haibo Chen
|
e4282c077b
|
YARN-8051. TestRMEmbeddedElector#testCallbackSynchronization is flaky. (Robert Kanter via Haibo Chen)
(cherry picked from commit 93d47a0ed504ee81d4b74d340c1815bdbb3c9b14)
Conflicts:
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/TestRMEmbeddedElector.java
|
2018-08-24 13:24:08 -05:00 |
|
Wei-Chiu Chuang
|
0d155de159
|
HADOOP-14212. Addendum patch: Expose SecurityEnabled boolean field in JMX for other services besides NameNode. Contributed by Adam Antal.
|
2018-08-20 14:49:28 -07:00 |
|
Wei-Chiu Chuang
|
78fb14ba49
|
HADOOP-14212. Expose SecurityEnabled boolean field in JMX for other services besides NameNode. Contributed by Adam Antal.
|
2018-08-20 14:49:24 -07:00 |
|
Rohith Sharma K S
|
a3d4a25bbf
|
YARN-8679. [ATSv2] If HBase cluster is down for long time, high chances that NM ContainerManager dispatcher get blocked. Contributed by Wangda Tan.
(cherry picked from commit 4aacbfff605262aaf3dbd926258afcadc86c72c0)
|
2018-08-18 11:04:09 +05:30 |
|
Weiwei Yang
|
734bc42289
|
YARN-8575. Avoid committing allocation proposal to unavailable nodes in async scheduling. Contributed by Tao Yang.
(cherry picked from commit 0a71bf145293adbd3728525ab4c36c08d51377d3)
|
2018-08-10 15:10:27 +08:00 |
|
Weiwei Yang
|
991514f7c3
|
YARN-8521. NPE in AllocationTagsManager when a container is removed more than once. Contributed by Weiwei Yang.
(cherry picked from commit 08d5060605af81a3d6048044176dc656c0dad56c)
|
2018-08-10 08:44:53 +08:00 |
|
Wangda Tan
|
68279fcd65
|
YARN-8588. Logging improvements for better debuggability. (Suma Shivaprasad via wangda)
Change-Id: I66aa4b0ec031ae5ce0fae558e2f8cbcbbfebc442
(cherry picked from commit 344c335a920e6f32a35ebace0a118a9dc4a22fb7)
|
2018-08-09 12:04:25 -07:00 |
|
Weiwei Yang
|
0ee7e80047
|
YARN-8559. Expose mutable-conf scheduler's configuration in RM /scheduler-conf endpoint. Contributed by Weiwei Yang.
(cherry picked from commit d352f167ebb865a6486afbbdac8e2a5e97a7bbad)
|
2018-08-10 00:43:53 +08:00 |
|
Sunil G
|
1f77b20f08
|
YARN-8593. Add RM web service endpoint to get user information. Contributed by Akhil PB.
(cherry picked from commit 735b4925569541fb8e65dc0c668ccc2aa2ffb30b)
|
2018-08-02 08:35:54 +05:30 |
|
Sunil G
|
ff35f0c308
|
YARN-8606. Opportunistic scheduling does not work post RM failover. Contributed by Bibin A Chundatt.
(cherry picked from commit a48a0cc7fd8e7ac1c07b260e6078077824f27c35)
|
2018-08-01 12:17:53 +05:30 |
|
Sunil G
|
cbfd7358d2
|
YARN-8397. Potential thread leak in ActivitiesManager. Contributed by Rohith Sharma K S.
(cherry picked from commit 6310c0d17d6422a595f856a55b4f1fb82be43739)
|
2018-08-01 08:34:09 +05:30 |
|
Eric Yang
|
7640d62716
|
YARN-8579. Recover NMToken of previous attempted component data.
Contributed by Gour Saha
|
2018-07-31 18:35:31 -04:00 |
|
Wangda Tan
|
5583711419
|
Preparing for 3.1.2 release
Change-Id: If2793e2ed2b5b349a9e1f98f78df43f309dcfcbd
|
2018-07-31 13:08:55 -07:00 |
|
Jonathan Hung
|
b91cf90e1c
|
YARN-7974. Allow updating application tracking url after registration. Contributed by Jonathan Hung
|
2018-07-30 17:57:25 -07:00 |
|
Eric Yang
|
8e3807afe0
|
YARN-8330. Improved publishing ALLOCATED events to ATS.
Contributed by Suma Shivaprasad
(cherry picked from commit f93ecf5c1e0b3db27424963814fc01ec43eb76e0)
|
2018-07-25 18:51:42 -04:00 |
|
Eric E Payne
|
830ef12af8
|
YARN-4606. CapacityScheduler: applications could get starved because computation of #activeUsers considers pending apps. Contributed by Manikandan R
(cherry picked from commit 9485c9aee6e9bb935c3e6ae4da81d70b621781de)
|
2018-07-25 16:30:30 +00:00 |
|
bibinchundatt
|
8e65057eb1
|
YARN-8541. RM startup failure on recovery after user deletion. Contributed by Bibin A Chundatt.
|
2018-07-25 15:54:32 +05:30 |
|
Weiwei Yang
|
b89624a943
|
YARN-8546. Resource leak caused by a reserved container being released more than once under async scheduling. Contributed by Tao Yang.
(Cherry-picked from commit 5be9f4a5d05c9cb99348719fe35626b1de3055db)
|
2018-07-25 17:53:40 +08:00 |
|
Sunil G
|
4488fd8295
|
YARN-7748. TestContainerResizing.testIncreaseContainerUnreservedWhenApplicationCompleted fails due to multiple container fail events. Contributed by Weiwei Yang.
(cherry picked from commit 35ce6eb1f526ce3db7e015fb1761eee15604100c)
|
2018-07-24 22:21:15 +05:30 |
|
bibinchundatt
|
a684a2efb8
|
YARN-8548. AllocationRespose proto setNMToken initBuilder not done. Contributed by Bilwa S T.
(cherry picked from commit ff7c2eda34c2c40ad71b50df6462a661bd213fbd)
|
2018-07-24 16:30:31 +05:30 |
|
bibinchundatt
|
0710107f8d
|
YARN-8544. [DS] AM registration fails when hadoop authorization is enabled. Contributed by Bibin A Chundatt.
(cherry picked from commit 84612788339392fcda1aef0e27c43f5c6b2a19e5)
|
2018-07-24 13:11:31 +05:30 |
|
Weiwei Yang
|
004e1f248e
|
YARN-8528. Final states in ContainerAllocation might be modified externally causing unexpected allocation results. Contributed by Xintong Song.
|
2018-07-20 22:43:47 +08:00 |
|
Eric Yang
|
76b8beb289
|
YARN-8501. Reduce complexity of RMWebServices getApps method.
Contributed by Szilard Nemeth
(cherry picked from commit 5836e0a46bf9793e0a61bb8ec46536f4a67d38d7)
|
2018-07-19 12:32:55 -04:00 |
|
Wangda Tan
|
44beab0b63
|
YARN-8511. When AM releases a container, RM removes allocation tags before it is released by NM. (Weiwei Yang via wangda)
Change-Id: I6f9f409f2ef685b405cbff547dea9623bf3322d9
(cherry picked from commit 752dcce5f4cf0f6ebcb40a61f622f1a885c4bda7)
|
2018-07-16 11:04:08 -07:00 |
|
Eric E Payne
|
9a79e893f7
|
YARN-8421: when moving app, activeUsers is increased, even though app does not have outstanding request. Contributed by Kyungwan Nam
(cherry picked from commit 937ef39b3ff90f72392b7a319e4346344db34e03)
|
2018-07-16 16:32:05 +00:00 |
|
Sunil G
|
844538d669
|
YARN-8459. Improve Capacity Scheduler logs to debug invalid states. Contributed by Wangda Tan.
(cherry picked from commit 51654a3962bcd0482c0e1dd32765e9533e3f9158)
|
2018-07-03 10:00:05 -07:00 |
|
Junping Du
|
3d6ba2dd4e
|
yarn.resourcemanager.fail-fast is used inconsistently. Contributed by Yuanbo Liu.
(cherry picked from commit d9ba6f3656e8dc97d2813181e27d12e52dca4328)
|
2018-07-03 22:36:24 +08:00 |
|
Sunil G
|
122cb81b65
|
YARN-8379. Improve balancing resources in already satisfied queues by using Capacity Scheduler preemption. Contributed by Zian Chen.
(cherry picked from commit 291194302cc1a875d6d94ea93cf1184a3f1fc2cc)
|
2018-06-28 10:24:03 -07:00 |
|
Eric Yang
|
3ce3571a34
|
YARN-8409. Fixed NPE in ActiveStandbyElectorBasedElectorService.
Contributed by Chandni Singh
|
2018-06-28 13:11:56 -04:00 |
|
Wangda Tan
|
ec37e02bc9
|
YARN-8464. Async scheduling thread could be interrupted when there are no NodeManagers in cluster. (Sunil G via wangda)
Change-Id: I4f5f856373378685713e77752ba6cf0988a66065
(cherry picked from commit bedc4fe0799cf3b161100acc521fc62a97793427)
|
2018-06-26 19:34:15 -07:00 |
|
Eric Yang
|
f6aa6a6981
|
YARN-8108. Added option to disable loading existing filters to prevent
security filter from initialize twice.
Contributed by Sunil Govindan
(cherry picked from commit b69ba0f3307a90500aeb0c5db9e582fcda60b501)
|
2018-06-26 17:45:13 -04:00 |
|
Weiwei Yang
|
bfdbc9dea2
|
YARN-8443. Total #VCores in cluster metrics is wrong when CapacityScheduler reserved some containers. Contributed by Tao Yang.
(Cherry picked from commit 440140cea6718229094a3d2b97b9b9bd28b95d9b)
|
2018-06-25 09:28:57 +08:00 |
|
Rohith Sharma K S
|
1aa6c9407c
|
YARN-8155. Improve ATSv2 client logging in RM and NM publisher. Contributed by Abhishek Modi.
(cherry picked from commit 9119b3cf8f883aa2d5df534afc0c50249fed03c6)
|
2018-06-14 13:51:13 +05:30 |
|
Sunil G
|
ed20c59d36
|
YARN-8404. Timeline event publish need to be async to avoid Dispatcher thread leak in case ATS is down. Contributed by Rohith Sharma K S
(cherry picked from commit 6307962b932e0ee69ba61f5796388c175d79195a)
|
2018-06-13 16:09:52 +05:30 |
|
Weiwei Yang
|
4488ad5297
|
YARN-8394. Improve data locality documentation for Capacity Scheduler. Contributed by Weiwei Yang.
|
2018-06-13 13:54:09 +08:00 |
|
Rohith Sharma K S
|
af0309d793
|
YARN-8405. RM zk-state-store.parent-path ACLs has been changed since HADOOP-14773. Contributed by Íñigo Goiri.
(cherry picked from commit 2df73dace06cfd2b3193a14cd455297f8f989617)
|
2018-06-12 17:23:22 +05:30 |
|
Robert Kanter
|
93d6ed859e
|
YARN-4677. RMNodeResourceUpdateEvent update from scheduler can lead to race condition (wilfreds and gphillips via rkanter)
(cherry picked from commit 0cd145a44390bc1a01113dce4be4e629637c3e8a)
|
2018-06-04 15:32:47 -07:00 |
|
Wangda Tan
|
0be93a7973
|
YARN-8349. Remove YARN registry entries when a service is killed by the RM. (Billie Rinaldi via wangda)
Change-Id: Ia58db3637789a8921482f564aa9bdf99c45cc36c
(cherry picked from commit ff583d3fa3325029bc691ec22d817aee37e5e85d)
|
2018-06-01 15:53:26 -07:00 |
|
Wangda Tan
|
1cee85d8c4
|
YARN-7962. Race Condition When Stopping DelegationTokenRenewer causes RM crash during failover. (BELUGA BEHR via wangda)
Change-Id: I617e2645f60a57080058ad5f06af860fb3f682c8
(cherry picked from commit 931f78718f3a09775bfa1f9a952c069c416d0914)
|
2018-06-01 15:47:51 -07:00 |
|
Weiwei Yang
|
ec4240a7fa
|
YARN-8367. Fix NPE in SingleConstraintAppPlacementAllocator when placement constraint in SchedulingRequest is null. Contributed by Weiwei Yang.
(Cherry picked from commit 6468071f137e6d918a7b4799ad54558fa26b25ce)
|
2018-05-31 21:04:41 +08:00 |
|
Wangda Tan
|
3eb1cb18c7
|
YARN-8369. Javadoc build failed due to 'bad use of >'. (Takanobu Asanuma via wangda)
Change-Id: I79a42154e8f86ab1c3cc939b3745024b8eebe5f4
(cherry picked from commit 17aa40f669f197d43387d67dc00040d14cd00948)
|
2018-05-29 09:28:34 -07:00 |
|
Sunil G
|
7f9caf8986
|
YARN-4781. Support intra-queue preemption for fairness ordering policy. Contributed by Eric Payne.
(cherry picked from commit 7c343669baf660df3b70d58987d6e68aec54d6fa)
|
2018-05-28 16:33:48 +05:30 |
|
Wangda Tan
|
4d41cb1696
|
YARN-8213. Add Capacity Scheduler performance metrics. (Weiwei Yang via wangda)
Change-Id: Ieea6f3eeb83c90cd74233fea896f0fcd0f325d5f
(cherry picked from commit f24c842d52e166e8566337ef93c96438f1c870d8)
|
2018-05-25 22:04:54 -07:00 |
|
Eric E Payne
|
053937f436
|
YARN-8292: Fix the dominant resource preemption cannot happen when some of the resource vector becomes negative. Contributed by Wangda Tan.
(cherry picked from commit 8d5509c68156faaa6641f4e747fc9ff80adccf88)
|
2018-05-25 16:27:09 +00:00 |
|