Daniel Templeton
|
9de795f12a
|
YARN-7541. Node updates don't update the maximum cluster capability for resources other than CPU and memory
(cherry picked from commit 8498d287cd )
(cherry picked from commit 0e73efb1ad68398ce5f7cde51466cea8c2153659)
|
2017-11-30 09:26:46 -08:00 |
Wangda Tan
|
60b35eccfd
|
YARN-7509. AsyncScheduleThread and ResourceCommitterService are still running after RM is transitioned to standby. (Tao Yang via wangda)
Change-Id: I8a6d821abb2fe32a93cc88658ed95094e79e3e8b
|
2017-11-29 16:08:37 -08:00 |
Jason Lowe
|
e03725c262
|
YARN-6647. RM can crash during transitionToStandby due to InterruptedException. Contributed by Bibin A Chundatt
(cherry picked from commit a2c7a73e33 )
|
2017-11-28 11:26:47 -06:00 |
Andrew Wang
|
3853c33466
|
Update maven versions in preparation for 3.0.0 release.
|
2017-11-14 11:12:22 -08:00 |
Wangda Tan
|
7b3cd10131
|
YARN-6909. Use LightWeightedResource when number of resource types more than two. (Sunil G via wangda)
Change-Id: I90e021c5dea7abd9ec6bd73b2287c8adebe14595
|
2017-11-13 14:45:40 -08:00 |
Konstantinos Karanasos
|
e55dc1700d
|
YARN-7437. Rename PlacementSet and SchedulingPlacementSet. (Wangda Tan via kkaranasos)
(cherry picked from commit ac4d2b1081 )
|
2017-11-09 13:07:10 -08:00 |
Robert Kanter
|
82abc7224f
|
YARN-7386. Duplicate Strings in various places in Yarn memory (misha@cloudera.com via rkanter)
(cherry picked from commit a2c150a736 )
|
2017-11-09 12:13:09 -08:00 |
Haibo Chen
|
91a7f8d246
|
YARN-7388. TestAMRestart should be scheduler agnostic.
(cherry picked from commit a1382a18df )
|
2017-11-09 10:50:49 -08:00 |
bibinchundatt
|
4370b70e63
|
YARN-7454. RMAppAttemptMetrics#getAggregateResourceUsage can NPE due to double lookup. Contributed by Jason Lowe.
(cherry picked from commit 0a72c2f56c )
|
2017-11-09 21:08:47 +05:30 |
Arun Suresh
|
91e726c07f
|
YARN-7453. Fix issue where RM fails to switch to active after first successful start. (Rohith Sharma K S via asuresh)
(cherry picked from commit a9c70b0e84 )
|
2017-11-08 08:01:54 -08:00 |
Daniel Templeton
|
4e7b5824b4
|
YARN-7401. Reduce lock contention in ClusterNodeTracker#getClusterCapacity()
(cherry picked from commit 8db9d61ac2 )
|
2017-11-07 14:58:56 -08:00 |
Haibo Chen
|
91e95dc484
|
YARN-7360. TestRM.testNMTokenSentForNormalContainer() should be scheduler agnostic.
(cherry picked from commit 8f214dc4f8 )
|
2017-11-06 15:54:14 -08:00 |
Wangda Tan
|
170b6a48c4
|
YARN-7307. Allow client/AM update supported resource types via YARN APIs. (Sunil G via wangda)
|
2017-11-06 10:01:10 -08:00 |
Eric Payne
|
3d923d66e8
|
YARN-7370: Preemption properties should be refreshable. Contrubted by Gergely Novák.
(cherry picked from commit e6ec02001f )
|
2017-11-02 12:48:07 -05:00 |
Rohith Sharma K S
|
9efe9bd3d8
|
addendum patch for YARN-7289.
(cherry picked from commit 940ffe3f9c )
|
2017-11-02 14:02:48 +05:30 |
Daniel Templeton
|
77401022a7
|
YARN-7374. Improve performance of DRF comparisons for resource types in fair scheduler
(cherry picked from commit 9711b78998 )
|
2017-10-31 15:06:18 -07:00 |
Daniel Templeton
|
ab93bf5b00
|
YARN-7397. Reduce lock contention in FairScheduler#getAppWeight()
(cherry picked from commit e62bbbca7a )
|
2017-10-31 15:06:18 -07:00 |
Wangda Tan
|
6f41843906
|
YARN-7172. ResourceCalculator.fitsIn() should not take a cluster resource parameter. (Sen Zhao via wangda)
Change-Id: Icc3670c9381ce7591ca69ec12da5aa52d3612d34
(cherry picked from commit e81596d06d )
|
2017-10-31 15:06:18 -07:00 |
Yufei Gu
|
f30f78a736
|
YARN-6612. Update fair scheduler policies to be aware of resource types. (Contributed by Daniel Templeton via Yufei Gu)
(cherry picked from commit 09b476e6da )
|
2017-10-31 15:06:18 -07:00 |
Sunil G
|
74030d808c
|
YARN-7137. [YARN-3926] Move newly added APIs to unstable in YARN-3926 branch. Contributed by Wangda Tan.
(cherry picked from commit da0b6a354b )
|
2017-10-31 15:06:17 -07:00 |
Daniel Templeton
|
0db9ddb728
|
YARN-7136. Additional Performance Improvement for Resource Profile Feature
(Contributed by Wangda Tan via Daniel Templeton)
(cherry picked from commit bf2b687412 )
|
2017-10-31 15:06:17 -07:00 |
Sunil G
|
5dd008ca2e
|
YARN-7067. [YARN-3926] Optimize ResourceType information display in UI. Contributed by Wangda Tan.
(cherry picked from commit a333ba54e3 )
|
2017-10-31 15:06:17 -07:00 |
Wangda Tan
|
605fcde012
|
YARN-7043. [Partial backport] Cleanup ResourceProfileManager. (wangda)
Change-Id: I463356f37bf1f6a3f1fc3c594c79916e8c0ab913
(cherry picked from commit 39240b61a1 )
|
2017-10-31 15:06:17 -07:00 |
Wangda Tan
|
4af3deaeb0
|
YARN-6789. Add Client API to get all supported resource types from RM. (Sunil G via wangda)
Change-Id: I366d8db6f6700acd087db5acb7a1be7e41b2b68d
(cherry picked from commit df3855541a )
|
2017-10-31 15:06:17 -07:00 |
Daniel Templeton
|
99c292403d
|
YARN-6788. [YARN-3926] Improve performance of resource profile branch
(Contributed by Sunil Govindan via Daniel Templeton)
(cherry picked from commit 3aeaafecb8 )
|
2017-10-31 15:06:16 -07:00 |
Sunil G
|
48ddb8f5b4
|
YARN-6445. [YARN-3926] Performance improvements in resource profile branch with respect to SLS. Contributed by Varun Vasudev.
(cherry picked from commit 58da54640e )
|
2017-10-31 15:06:16 -07:00 |
Sunil G
|
bda5486dad
|
YARN-6232. Update resource usage and preempted resource calculations to take into account all resource types. Contributed by Varun Vasudev.
(cherry picked from commit dae65f3bef )
|
2017-10-31 15:06:16 -07:00 |
Sunil G
|
4045ef047d
|
YARN-5588. [Partial backport] [YARN-3926] Add support for resource profiles in distributed shell. Contributed by Varun Vasudev.
(cherry picked from commit 7805deed48 )
|
2017-10-31 15:06:16 -07:00 |
Arun Suresh
|
a9fa0349a0
|
YARN-5587. [Partial backport] Add support for resource profiles. (vvasudev via asuresh)
(cherry picked from commit 6708ac3301 )
|
2017-10-31 15:06:16 -07:00 |
Rohith Sharma K S
|
3d1b59e04a
|
YARN-5586. Update the Resources class to consider all resource types. Contributed by Varun Vasudev.
(cherry picked from commit 239c1824a0 )
|
2017-10-31 15:06:16 -07:00 |
Varun Vasudev
|
16beac12ad
|
YARN-4830. Add support for resource types in the nodemanager. Contributed by Varun Vasudev.
(cherry picked from commit 759114b006 )
|
2017-10-31 15:06:16 -07:00 |
Haibo Chen
|
e785e83270
|
YARN-7389. Make TestResourceManager Scheduler agnostic. (Robert Kanter via Haibo Chen)
(cherry picked from commit d7f3737f3b )
|
2017-10-31 13:41:44 -07:00 |
Yufei Gu
|
d9f027adbc
|
YARN-6747. TestFSAppStarvation.testPreemptionEnable fails intermittently. (Contributed by Miklos Szegedi)
(cherry picked from commit d4811c8cfa )
|
2017-10-29 16:48:07 -07:00 |
Rohith Sharma K S
|
d9b636f2f4
|
YARN-7289. Application lifetime does not work with FairScheduler. Contributed by Miklos Szegedi.
(cherry picked from commit 5c799ecf09 )
|
2017-10-27 23:14:55 +05:30 |
Sunil G
|
e084d43550
|
YARN-7375. Possible NPE in RMWebapp when HA is enabled and the active RM fails. Contributed by Chandni Singh.
(cherry picked from commit 792388e1c0 )
|
2017-10-27 20:54:58 +05:30 |
Robert Kanter
|
aa65f6c1ad
|
YARN-7262. Add a hierarchy into the ZKRMStateStore for delegation token znodes to prevent jute buffer overflow (rkanter)
(cherry picked from commit b1de78619f )
|
2017-10-26 17:47:51 -07:00 |
Subru Krishnan
|
9665971a65
|
YARN-5516. Add REST API for supporting recurring reservations. (Sean Po via Subru).
(cherry picked from commit 25932da6d1 )
|
2017-10-26 12:11:08 -07:00 |
Robert Kanter
|
d92dddaf7c
|
YARN-7358. TestZKConfigurationStore and TestLeveldbConfigurationStore should explicitly set capacity scheduler (haibochen via rkanter)
(cherry picked from commit 2da654e34a )
|
2017-10-26 10:45:23 -07:00 |
Subru Krishnan
|
926b188871
|
YARN-4827. Document configuration of ReservationSystem for FairScheduler. (Yufei Gu via Subru).
(cherry picked from commit 3fae675383 )
|
2017-10-25 15:08:19 -07:00 |
Yufei Gu
|
6e953eb6a3
|
YARN-7045. Remove FSLeafQueue#addAppSchedulable. (Contributed by Sen Zhao via Yufei Gu)
(cherry picked from commit a92ef030a2 )
|
2017-10-24 13:52:02 -07:00 |
Robert Kanter
|
c5eeb2e4ce
|
YARN-7385. TestFairScheduler#testUpdateDemand and TestFSLeafQueue#testUpdateDemand are failing with NPE (yufeigu via rkanter)
(cherry picked from commit 03af442e76 )
|
2017-10-24 13:40:06 -07:00 |
Robert Kanter
|
4bae02a97d
|
YARN-7382. NoSuchElementException in FairScheduler after failover causes RM crash (rkanter)
(cherry picked from commit 025c656572 )
|
2017-10-24 10:25:43 -07:00 |
Daniel Templeton
|
9da9023371
|
YARN-7357. Several methods in TestZKRMStateStore.TestZKRMStateStoreTester.TestZKRMStateStoreInternal should have @Override annotations
(Contributed by Sen Zhao via Daniel Templeton)
(cherry picked from commit 0553f5a012e14c8ceb40a16161440384f9f3a9a8)
|
2017-10-23 13:51:39 -07:00 |
Eric Payne
|
3f315a526b
|
YARN-4163: Audit getQueueInfo and getApplications calls
(cherry picked from commit 921338cd86 )
|
2017-10-23 11:48:41 -05:00 |
Sunil G
|
4b872e5e9f
|
YARN-6871. Add additional deSelects params in RMWebServices#getAppReport. Contributed by Tanuj Nayak.
(cherry picked from commit 8facf1f976 )
|
2017-10-20 17:20:39 -07:00 |
Yufei Gu
|
96106b8f5f
|
YARN-4090. Make Collections.sort() more efficient by caching resource usage. (Contributed by Yufei Gu, Shilong Zhang and Xianyin Xin)
(cherry picked from commit 1f4cdf1068 )
|
2017-10-20 01:34:05 -07:00 |
Yufei Gu
|
b2f516118c
|
YARN-7359. TestAppManager.testQueueSubmitWithNoPermission() should be scheduler agnostic. (Contributed by Haibo Chen)
(cherry picked from commit 7b4b018780 )
|
2017-10-19 16:53:10 -07:00 |
Yufei Gu
|
288d2fc309
|
YARN-7294. TestSignalContainer#testSignalRequestDeliveryToNM fails intermittently with Fair Scheduler. (Contributed by Miklos Szegedi)
(cherry picked from commit cbd2b73ef8 )
|
2017-10-19 16:40:36 -07:00 |
Subru Krishnan
|
81a86860bf
|
YARN-7311. Fix TestRMWebServicesReservation parametrization for fair scheduler. (Yufei Gu via Subru).
(cherry picked from commit 75323394fb )
|
2017-10-17 12:39:40 -07:00 |
Robert Kanter
|
6971699099
|
YARN-7308. TestApplicationACLs fails with FairScheduler (rkanter)
(cherry picked from commit 8a61525928 )
|
2017-10-16 15:34:50 -07:00 |