Sunil G
f7e5e45b72
YARN-7947. Capacity Scheduler intra-queue preemption can NPE for non-schedulable apps. Contributed by Eric Payne.
...
(cherry picked from commit bdd2a184d7
)
2018-02-21 15:26:20 +05:30
Jason Lowe
51ad923f51
YARN-7813. Capacity Scheduler Intra-queue Preemption should be configurable for each queue. Contributed by Eric Payne
...
(cherry picked from commit 85c611ad7d
)
Conflicts:
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/CapacitySchedulerPage.java
2018-02-19 15:44:56 -06:00
Haibo Chen
c25c082961
YARN-6868. Add test scope to certain entries in hadoop-yarn-server-resourcemanager pom.xml. (Ray Chiang via Haibo Chen)
...
(cherry picked from commit a20e7105ea
)
2018-02-05 10:51:03 -08:00
Jinjiang Ling
987a8972ac
YARN-7698. A misleading variable's name in ApplicationAttemptEventDispatcher
...
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
(cherry picked from commit 3400d0c535
)
2018-01-30 00:13:04 +09:00
Jason Lowe
4d7bbee0a1
YARN-7102. NM heartbeat stuck when responseId overflows MAX_INT. Contributed by Botong Huang
2018-01-25 17:56:36 -06:00
Sunil G
bed683d300
YARN-7728. Expose container preemptions related information in Capacity Scheduler queue metrics. Contributed by Eric Payne.
...
(cherry picked from commit 82cc6f6968
)
2018-01-25 14:34:31 +05:30
Rohith Sharma K S
8985fccbbc
YARN-6736. Consider writing to both ats v1 & v2 from RM for smoother upgrades. Contributed by Aaron Gresch.
...
(cherry picked from commit d09058b2fd
)
2018-01-16 09:01:02 +05:30
Sunil G
e7a8d6bd1e
YARN-7727. Incorrect log levels in few logs with QueuePriorityContainerCandidateSelector. Contributed by Prabhu Joseph.
...
(cherry picked from commit 128d773a23
)
2018-01-12 15:56:08 +05:30
Robert Kanter
ff67c68d3c
YARN-7622. Allow fair-scheduler configuration on HDFS (gphillips via rkanter)
2018-01-10 15:03:33 -08:00
bibinchundatt
73478e3bbe
YARN-7508. NPE in FiCaSchedulerApp when debug log enabled in async-scheduling mode. Contributed by Tao Yang.
...
(cherry picked from commit b26e30ab16
)
2018-01-10 10:31:46 +05:30
Jason Lowe
c892789896
YARN-6948. Invalid event: ATTEMPT_ADDED at FINAL_SAVING. Contributed by lujie
...
(cherry picked from commit 90c86d6e09
)
Conflicts:
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/rmapp/attempt/RMAppAttemptImpl.java
2018-01-09 10:59:33 -06:00
Jason Lowe
f15c7e86e8
YARN-7663. RMAppImpl:Invalid event: START at KILLED. Contributed by lujie
...
(cherry picked from commit d2c2d8c913
)
2018-01-09 10:01:06 -06:00
Ray Chiang
18c3982851
YARN-4227. Ignore expired containers from removed nodes in FairScheduler. (Wilfred Spiegelenburg via rchiang)
...
(cherry picked from commit bc2d67d6c10619716ef7acce263f3269a86c3150)
2018-01-08 16:23:29 -08:00
Rohith Sharma K S
37a8224101
YARN-7699. queueUsagePercentage is coming as INF for getApp REST api call. Contributed by Sunil G.
...
(cherry picked from commit 281350674c
)
2018-01-08 15:52:41 +05:30
Sunil G
cac8a8616e
YARN-7619. Max AM Resource value in Capacity Scheduler UI has to be refreshed for every user. Contributed by Eric Payne.
...
(cherry picked from commit a79abbc03e
)
2018-01-05 14:51:29 +05:30
Rohith Sharma K S
e46142a8c2
YARN-7692. Skip validating priority acls while recovering applications. Contributed by Sunil G.
...
(cherry picked from commit c9bf813c9a
)
2018-01-03 18:29:38 +05:30
Wangda Tan
c27a5ba65c
YARN-7591. NPE in async-scheduling mode of CapacityScheduler. (Tao Yang via wangda)
...
Change-Id: I67e086d6d35c3166ec0f6305490ea6527bd6d799
(cherry picked from commit 41796ea60a
)
2017-12-08 21:50:41 -08:00
Robert Kanter
54b5da83ec
YARN-5594. Handle old RMDelegationToken format when recovering RM (rkanter)
...
(cherry picked from commit d8863fc16f
)
2017-12-04 13:18:04 -08:00
Robert Kanter
edf9fd51fb
YARN-4813. TestRMWebServicesDelegationTokenAuthentication.testDoAs fails intermittently (grepas via rkanter)
...
(cherry picked from commit c83fe44917
)
2017-12-01 12:21:18 -08:00
Wangda Tan
94f7b0f99f
YARN-7509. AsyncScheduleThread and ResourceCommitterService are still running after RM is transitioned to standby. (Tao Yang via wangda)
...
Change-Id: I7477fe355419fd4a0a6e2bdda7319abad4c4c748
(cherry picked from commit 834e91ee91
)
2017-11-23 20:06:16 -08:00
bibinchundatt
5c2986e58d
YARN-7489. ConcurrentModificationException in RMAppImpl#getRMAppMetrics. Contributed by Tao Yang.
2017-11-20 21:31:50 +05:30
Sunil G
a081d91480
YARN-7469. Capacity Scheduler Intra-queue preemption: User can starve if newest app is exactly at user limit. Contributed by Eric Payne.
...
(cherry picked from commit 61ace174cd
)
2017-11-16 22:42:52 +05:30
Subru Krishnan
0282efab14
YARN-7476. Fix miscellaneous issues in ATSv2 after merge to branch-2. (Varun Saxena via Subru).
2017-11-12 09:19:30 -08:00
Arun Suresh
5cd92ed555
YARN-6627. Addendum patch for branch-2. (Sunil G via asuresh)
2017-11-11 09:10:17 -08:00
Arun Suresh
0411c710d2
YARN-6102. Addendum patch for branch-2. (Rohith Sharma K S via asuresh)
2017-11-10 13:44:03 -08:00
Haibo Chen
3fbe67d3e1
YARN-7388. TestAMRestart should be scheduler agnostic.
...
(cherry picked from commit a1382a18df
)
(cherry picked from commit 91a7f8d246
)
2017-11-09 10:57:50 -08:00
Arun Suresh
5486542074
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:02:23 -08:00
Eric Payne
1516a9ef61
YARN-7370: Preemption properties should be refreshable. Contrubted by Gergely Novák.
...
(cherry picked from commit e6ec02001f
)
2017-11-02 12:56:41 -05:00
Rohith Sharma K S
e53fcd52ee
addendum patch for YARN-7289.
...
(cherry picked from commit 940ffe3f9c
)
2017-11-02 14:07:28 +05:30
Haibo Chen
32a712a740
YARN-7389. Make TestResourceManager Scheduler agnostic. (Robert Kanter via Haibo Chen)
...
(cherry picked from commit d7f3737f3b
)
2017-11-01 14:19:59 -07:00
Daniel Templeton
956d814034
YARN-7146. Many RM unit tests failing with FairScheduler
...
(Contributed by Robert Kanter via Daniel Templeton)
2017-11-01 14:11:26 -07:00
Arun Suresh
71a55bebfb
Preparing for 2.10.0 development
2017-10-31 12:51:14 -07:00
Yufei Gu
243b70eca8
YARN-6747. TestFSAppStarvation.testPreemptionEnable fails intermittently. (Contributed by Miklos Szegedi)
...
(cherry picked from commit d4811c8cfa
)
2017-10-29 16:47:22 -07:00
Rohith Sharma K S
548116c3f5
YARN-7289. Application lifetime does not work with FairScheduler. Contributed by Miklos Szegedi.
...
(cherry picked from commit 5c799ecf09
)
2017-10-27 22:51:41 +05:30
Sunil G
88c3b444bd
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 21:11:48 +05:30
Subru Krishnan
a0dceec586
YARN-5516. Add REST API for supporting recurring reservations. (Sean Po via Subru).
...
(cherry picked from commit 25932da6d1
)
2017-10-26 20:16:01 -07:00
Arun Suresh
f6fde85c5c
YARN-4823. Refactor the nested reservation id field in listReservation to simple string field. (subru via asuresh)
...
(cherry picked from commit 00bebb7e58
)
2017-10-26 20:04:33 -07:00
Arun Suresh
098a6b8f19
YARN-4825. Remove redundant code in ClientRMService::listReservations. (subru via asuresh)
...
(cherry picked from commit d82e797b65
)
2017-10-26 20:04:19 -07:00
Robert Kanter
7c26ae506a
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:51:05 -07:00
Robert Kanter
46783158f8
YARN-7358. TestZKConfigurationStore and TestLeveldbConfigurationStore should explicitly set capacity scheduler (haibochen via rkanter)
...
(cherry picked from commit 2da654e34a
)
2017-10-26 10:49:57 -07:00
Subru Krishnan
74aee8673f
YARN-4827. Document configuration of ReservationSystem for FairScheduler. (Yufei Gu via Subru).
...
(cherry picked from commit 3fae675383
)
2017-10-25 15:32:03 -07:00
Robert Kanter
85eadec67b
YARN-7385. TestFairScheduler#testUpdateDemand and TestFSLeafQueue#testUpdateDemand are failing with NPE (yufeigu via rkanter)
...
(cherry picked from commit 03af442e76
)
2017-10-24 13:43:27 -07:00
Robert Kanter
1d34a4805e
YARN-7382. NoSuchElementException in FairScheduler after failover causes RM crash (rkanter)
...
(cherry picked from commit 025c656572
)
2017-10-24 10:29:36 -07:00
Daniel Templeton
08cfd010a3
YARN-7357. Several methods in TestZKRMStateStore.TestZKRMStateStoreTester.TestZKRMStateStoreInternal should have @Override annotations
...
(Contributed by Sen Zhao via Daniel Templeton)
(cherry picked from commit 0553f5a012e14c8ceb40a16161440384f9f3a9a8)
(cherry picked from commit 9da9023371
)
2017-10-23 13:52:15 -07:00
Eric Payne
ef0d6ff2e6
YARN-4163: Audit getQueueInfo and getApplications calls
...
(cherry picked from commit 921338cd86
)
2017-10-23 11:58:04 -05:00
Subru Krishnan
9bd77a6d9d
YARN-6871. Add additional deSelects params in RMWebServices#getAppReport. (Tanuj Nayak via Subru).
2017-10-20 17:19:29 -07:00
Yufei Gu
4c4f28c9e7
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
)
(cherry picked from commit 96106b8f5f
)
2017-10-20 11:49:33 -07:00
Yufei Gu
f462461d4e
YARN-7359. TestAppManager.testQueueSubmitWithNoPermission() should be scheduler agnostic. (Contributed by Haibo Chen)
...
(cherry picked from commit 7b4b018780
)
2017-10-20 11:22:28 -07:00
Yufei Gu
1000811bcb
YARN-7294. TestSignalContainer#testSignalRequestDeliveryToNM fails intermittently with Fair Scheduler. (Contributed by Miklos Szegedi)
...
(cherry picked from commit cbd2b73ef8
)
2017-10-20 11:22:28 -07:00
Wangda Tan
6a3929f2b2
YARN-6608. Backport all SLS improvements from trunk to branch-2. (Carlo Curino via wangda)
2017-10-20 11:22:26 -07:00