Wangda Tan
|
0e77347972
|
YARN-9813. RM does not start on JDK11 when UIv2 is enabled. (Adam Antal/Eric Yang via wangda)
Change-Id: I18b8edc930b2efa0652f59c246931ad0d46827f3
(cherry picked from commit 34b82e6da0 )
|
2019-09-06 19:19:05 -07:00 |
Tao Yang
|
cfce39023d
|
YARN-9795. ClusterMetrics to include AM allocation delay. Contributed by Fengnan Li.
|
2019-09-07 07:53:46 +08:00 |
Jonathan Hung
|
9c9ff07249
|
YARN-9763. Print application tags in application summary. Contributed by Manoj Kumar
|
2019-09-06 10:49:43 -07:00 |
Jonathan Hung
|
1f685efc73
|
YARN-9761. Allow overriding application submissions based on server side configs. Contributed by Pralabh Kumar
|
2019-09-06 10:13:12 -07:00 |
Jonathan Hung
|
79ca399a30
|
YARN-9810. Add queue capacity/maxcapacity percentage metrics. Contributed by Shubham Gupta
(cherry picked from commit 0ccf4b0fe1 )
|
2019-09-05 14:05:45 -07:00 |
Giovanni Matteo Fumarola
|
998aa3de2c
|
YARN-9418. ATSV2 /apps//entities/YARN_CONTAINER rest api does not show metrics. Contributed by Prabhu Joseph.
|
2019-09-05 15:39:38 +05:30 |
bibinchundatt
|
1e6095f16b
|
YARN-9797. LeafQueue#activateApplications should use resourceCalculator#fitsIn. Contributed by Bilwa S T.
(cherry picked from commit 03489124ea )
|
2019-09-03 11:55:13 +05:30 |
Rohith Sharma K S
|
2fc4123fe0
|
YARN-9714. ZooKeeper connection in ZKRMStateStore leaks after RM transitioned to standby. Contributed by Tao Yang.
|
2019-08-30 10:36:23 +05:30 |
Rohith Sharma K S
|
81c0809463
|
YARN-9640. Slow event processing could cause too many attempt unregister events. Contributed by Bibin A Chundatt.
|
2019-08-29 09:30:20 +05:30 |
Eric E Payne
|
d562050cec
|
YARN-9756: Create metric that sums total memory/vcores preempted per round. Contributed by Manikandan R (manirajv06).
|
2019-08-28 20:53:43 +00:00 |
Jonathan Hung
|
f36ccf0ac1
|
YARN-9438. launchTime not written to state store for running applications
(cherry picked from commit 9568656cd21d9c02168e18ce35c6726077bbf3a1)
|
2019-08-27 15:54:22 -07:00 |
Jonathan Hung
|
e4249c3202
|
YARN-9775. RMWebServices /scheduler-conf GET returns all hadoop configurations for ZKConfigurationStore. Contributed by Prabhu Joseph
(cherry picked from commit 8660e48ca1 )
|
2019-08-26 15:51:38 -07:00 |
bibinchundatt
|
7f20c31e31
|
YARN-9642. Fix Memory Leak in AbstractYarnScheduler caused by timer. Contributed by Bibin A Chundatt.
(cherry picked from commit d3ce53e507 )
|
2019-08-26 23:23:49 +05:30 |
Rohith Sharma K S
|
ab98f91638
|
YARN-8917. Absolute (maximum) capacity of level3+ queues is wrongly calculated for absolute resource. Contributed by Tao Yang.
|
2019-08-26 21:13:02 +05:30 |
Szilard Nemeth
|
df616370f0
|
YARN-8586. Extract log aggregation related fields and methods from RMAppImpl. Contributed by Peter Bacsko
|
2019-08-16 11:52:51 +02:00 |
Szilard Nemeth
|
e616037d1f
|
YARN-9488. Skip YARNFeatureNotEnabledException from ClientRMService. Contributed by Prabhu Joseph
(cherry picked from commit 1845a83cec )
|
2019-08-15 17:16:06 +02:00 |
Szilard Nemeth
|
c5aea8ca56
|
YARN-9723. ApplicationPlacementContext is not required for terminated jobs during recovery. Contributed by Prabhu Joseph
(cherry picked from commit e4b538bbda )
|
2019-08-12 15:16:18 +02:00 |
Eric E Payne
|
e47c483d9f
|
YARN-9685: NPE when rendering the info table of leaf queue in non-accessible partitions. Contributed by Tao Yang.
(cherry picked from commit 3b38f2019e )
|
2019-08-08 12:54:31 +00:00 |
Eric E Payne
|
168dc3f258
|
YARN-9596: QueueMetrics has incorrect metrics when labelled partitions are involved. Contributed by Muhammad Samir Khan.
(cherry picked from commit 42683aef1a )
|
2019-07-30 19:19:33 +00:00 |
Jonathan Hung
|
15344006bc
|
YARN-9668. UGI conf doesn't read user overridden configurations on RM and NM startup. (Contributed by Jonanthan Hung)
|
2019-07-22 10:46:45 -07:00 |
bibinchundatt
|
4866735cde
|
YARN-9645. Fix Invalid event FINISHED_CONTAINERS_PULLED_BY_AM at NEW on NM restart. Contributed by Bilwa S T.
(cherry picked from commit 7a93be0f60 )
|
2019-07-16 14:06:36 +05:30 |
Sunil G
|
d18986e4e8
|
YARN-9644. First RMContext object is always leaked during switch over. Contributed by Bibin A Chundatt.
|
2019-07-04 11:05:54 +05:30 |
Erik Krogen
|
49d7bb6a92
|
HDFS-13286. [SBN read] Add haadmin commands to transition between standby and observer. Contributed by Chao Sun.
|
2019-06-28 14:20:01 -07:00 |
bibinchundatt
|
a2f4e4698b
|
YARN-9639. DecommissioningNodesWatcher cause memory leak. Contributed by Bilwa S T.
(cherry picked from commit be80334cdf )
|
2019-06-27 10:04:40 +05:30 |
Weiwei Yang
|
1944a7d844
|
YARN-9209. When nodePartition is not set in Placement Constraints, containers are allocated only in default partition. Contributed by Tarun Parimi.
(cherry picked from commit 83dcb9d87e )
|
2019-06-21 17:52:22 +08:00 |
Sean Mackrory
|
e0b3cbd221
|
HADOOP-16213. Update guava to 27.0-jre. Contributed by Gabor Bota.
|
2019-06-13 07:53:40 -06:00 |
bibinchundatt
|
d9284d4a57
|
YARN-9565. RMAppImpl#ranNodes not cleared on FinalTransition. Contributed by Bilwa S T.
(cherry picked from commit 60c95e9b6a )
|
2019-06-11 23:13:18 +05:30 |
Weiwei Yang
|
6e2b091515
|
YARN-9580. Fulfilled reservation information in assignment is lost when transferring in ParentQueue#assignContainers. Contributed by Tao Yang.
|
2019-06-04 15:24:37 +08:00 |
Ahmed Hussein
|
777f7345ef
|
YARN-9563. Resource report REST API could return NaN or Inf (Ahmed Hussein via jeagles)
Signed-off-by: Jonathan Eagles <jeagles@gmail.com>
(cherry picked from commit abf76ac371 )
|
2019-05-29 12:14:01 -05:00 |
Takanobu Asanuma
|
a9a3450560
|
HADOOP-16331. Fix ASF License check in pom.xml. Contributed by Akira Ajisaka.
Signed-off-by: Takanobu Asanuma <tasanuma@apache.org>
|
2019-05-29 17:34:16 +09:00 |
Akira Ajisaka
|
855dc997d6
|
HADOOP-16323. https everywhere in Maven settings.
|
2019-05-27 15:27:33 +09:00 |
bibinchundatt
|
71f5bfb822
|
YARN-9508. YarnConfiguration areNodeLabel enabled is costly in allocation flow. Contributed by Bilwa S T.
(cherry picked from commit 570fa2da20 )
|
2019-05-15 13:31:07 +05:30 |
Weiwei Yang
|
cc0c85f04a
|
YARN-9325. TestQueueManagementDynamicEditPolicy fails intermittent. Contributed by Prabhu Joseph.
(cherry picked from commit 1c8046d67e )
|
2019-04-23 14:24:15 +08:00 |
Eric Yang
|
2503409977
|
YARN-6695. Fixed NPE in publishing appFinished events to ATSv2.
Contributed by Prabhu Joseph
(cherry picked from commit df76cdc895 )
|
2019-04-18 12:30:55 -04:00 |
Weiwei Yang
|
db185de31c
|
YARN-9463. Add queueName info when failing with queue capacity sanity check. Contributed by Aihua Xu.
(cherry picked from commit 8c1bba375b )
|
2019-04-10 23:02:24 +08:00 |
Weiwei Yang
|
7a80b1b481
|
YARN-9413. Queue resource leak after app fail for CapacityScheduler. Contributed by Tao Yang.
(cherry picked from commit ec143cbf67 )
|
2019-04-06 20:19:03 +08:00 |
bibinchundatt
|
63ed16e076
|
Revert "YARN-8132. Final Status of applications shown as UNDEFINED in ATS app queries. Contributed by Prabhu Joseph"
This reverts commit cf1944eb6e .
|
2019-03-04 17:01:40 +05:30 |
Weiwei Yang
|
7575e3090d
|
YARN-9324. TestSchedulingRequestContainerAllocation(Async) fails with junit-4.11. Contributed by Prabhu Joseph.
|
2019-02-28 09:32:07 +08:00 |
Weiwei Yang
|
7fa5373ec4
|
YARN-9248. RMContainerImpl:Invalid event: ACQUIRED at KILLED. Contributed by lujie.
(cherry picked from commit 8c30114b00 )
|
2019-02-27 17:35:09 +08:00 |
Weiwei Yang
|
bdde6a612e
|
YARN-9329. updatePriority is blocked when using FairScheduler. Contributed by Jiandan Yang.
(cherry picked from commit 3e1739d589 )
|
2019-02-26 00:18:24 +08:00 |
Weiwei Yang
|
cdce1c17a0
|
YARN-9316. TestPlacementConstraintsUtil#testInterAppConstraintsByAppID fails intermittently. Contributed by Prabhu Joseph.
(cherry picked from commit 9cd5c5447f )
|
2019-02-24 22:48:55 +08:00 |
Weiwei Yang
|
604a915bab
|
YARN-9238. Avoid allocating opportunistic containers to previous/removed/non-exist application attempt. Contributed by lujie.
(cherry picked from commit 9c88695bcd )
|
2019-02-24 22:21:53 +08:00 |
bibinchundatt
|
3e1bd53a37
|
YARN-9317. Avoid repeated YarnConfiguration#timelineServiceV2Enabled check. Contributed by Prabhu Joseph
|
2019-02-23 07:59:51 +05:30 |
bibinchundatt
|
cf1944eb6e
|
YARN-8132. Final Status of applications shown as UNDEFINED in ATS app queries. Contributed by Prabhu Joseph
|
2019-02-22 20:51:47 +05:30 |
Weiwei Yang
|
c2ef443359
|
YARN-9315. TestCapacitySchedulerMetrics fails intermittently. Contributed by Prabhu Joseph.
|
2019-02-21 18:06:26 +08:00 |
Weiwei Yang
|
fbd03543d8
|
YARN-8555. Parameterize TestSchedulingRequestContainerAllocation(Async) to cover both PC handler options. Contributed by Prabhu Joseph.
(cherry picked from commit 0a1637c750 )
|
2019-02-11 15:56:34 +08:00 |
Weiwei Yang
|
b64e9df949
|
YARN-9262. TestRMAppAttemptTransitions is failing with an NPE. Contributed by lujie.
(cherry picked from commit 28ad20a711 )
|
2019-02-04 14:00:30 +05:30 |
Sunil G
|
99876a5ab8
|
YARN-9206. RMServerUtils does not count SHUTDOWN as an accepted state. Contributed by Kuhu Shukla.
(cherry picked from commit 604b2489a9 )
|
2019-02-04 12:49:06 +05:30 |
Eric E Payne
|
4052b7ee60
|
YARN-6616: YARN AHS shows submitTime for jobs same as startTime. Contributed by Prabhu Joseph
(cherry picked from commit 04105bbfdb )
|
2019-01-29 17:52:54 +00:00 |
Jonathan Hung
|
bf760e7e81
|
YARN-9222. Print launchTime in ApplicationSummary
(cherry picked from commit 6cace58e21 )
|
2019-01-25 13:23:37 -08:00 |