Robert Kanter
|
c2098d2470
|
YARN-4697. NM aggregation thread pool is not bound by limits (haibochen via rkanter)
(cherry picked from commit 954dd57043 )
|
2016-02-24 15:00:48 -08:00 |
Li Lu
|
51162f9629
|
YARN-4680. TimerTasks leak in ATS V1.5 Writer. (Xuan Gong via
gtcarrera9)
|
2016-02-24 13:52:11 -08:00 |
Sangjin Lee
|
432a2367ce
|
YARN-4722. AsyncDispatcher logs redundant event queue sizes (Jason Lowe via sjlee)
(cherry picked from commit 553b591ba0 )
|
2016-02-24 09:30:37 -08:00 |
Jason Lowe
|
acffe82353
|
YARN-2046. Out of band heartbeats are sent only on container kill and possibly too early. Contributed by Ming Ma
(cherry picked from commit d284e187b8 )
|
2016-02-23 20:51:01 +00:00 |
Junping Du
|
e3ce0ffdc3
|
YARN-3223. Resource update during NM graceful decommission. Contributed by Brook Zhou.
(cherry picked from commit 9ed17f181d )
|
2016-02-23 03:35:47 -08:00 |
Tsuyoshi Ozawa
|
4ee55d0322
|
YARN-4648. Move preemption related tests from TestFairScheduler to TestFairSchedulerPreemption. Contributed by Kai Sasaki.
(cherry picked from commit 0e12114c9c )
|
2016-02-23 19:50:40 +09:00 |
Rohith Sharma K S
|
544a2ff7c9
|
YARN-4651. Document movetoqueue option in 'YARN Commands'. (Takashi Ohnishi via rohithsharmaks)
(cherry picked from commit de09f41147 )
|
2016-02-23 18:07:57 +08:00 |
Varun Vasudev
|
2c218ca8a8
|
YARN-4709. NMWebServices produces incorrect JSON for containers. Contributed by Varun Saxena.
(cherry picked from commit 140cb5d745 )
|
2016-02-23 12:32:16 +05:30 |
Zhe Zhang
|
56b7f2c2c1
|
HADOOP-12668. Support excluding weak Ciphers in HttpServer2 through ssl-server.conf. Contributed by Vijay Singh.
Change-Id: Ie46a5427d29188935427f67e55203c19fcd83335
|
2016-02-22 14:14:39 -08:00 |
Junping Du
|
7402448387
|
YARN-4386. refreshNodesGracefully() should send recommission event to active RMNodes only. Contributed by Kuhu Shukla.
(cherry picked from commit 3fab88540f )
|
2016-02-22 07:38:40 -08:00 |
Akira Ajisaka
|
34635f9e37
|
YARN-4707. Remove the extra char (>) from SecureContainer.md. Contributed by Brahma Reddy Battula.
(cherry picked from commit 5e7d4d51f8 )
|
2016-02-22 17:18:03 +09:00 |
Tsuyoshi Ozawa
|
929e869ae0
|
YARN-4708. Missing default mapper type in TimelineServer performance test tool usage. Contributed by Kai Sasaki.
(cherry picked from commit b68901d7dd )
|
2016-02-22 07:55:35 +09:00 |
Rohith Sharma K S
|
d4203c9aa2
|
YARN-4654. Yarn node label CLI should parse "=" correctly when trying to remove all labels on a node. (Naganarasimha G R via rohithsharmaks)
(cherry picked from commit c1afac3a98 )
|
2016-02-18 14:17:04 +05:30 |
Sangjin Lee
|
23b5c71729
|
YARN-4690. Skip object allocation in FSAppAttempt#getResourceUsage when possible (Ming Ma via sjlee)
(cherry picked from commit 7de70680fe )
|
2016-02-17 21:05:10 -08:00 |
Karthik Kambatla
|
25c2597f9c
|
YARN-4569. Remove incorrect part of maxResources in FairScheduler documentation. (Ray Chiang via kasha)
(cherry picked from commit a0c95b5fc4 )
|
2016-02-17 18:43:41 -08:00 |
Karthik Kambatla
|
33c1988595
|
YARN-4689. FairScheduler: Cleanup preemptContainer to be more readable. (Kai Sasaki via kasha)
(cherry picked from commit 2ab4c476ed )
|
2016-02-17 18:28:08 -08:00 |
Jian He
|
68d98f70ba
|
YARN-4653. Document YARN security model from the perspective of Application Developers. Contributed by Steve Loughran
|
2016-02-14 17:14:35 +08:00 |
Junping Du
|
a28be9edc7
|
Set the release date for 2.6.4.
(cherry picked from commit ec12ce8f48 )
|
2016-02-13 01:44:12 -08:00 |
Steve Loughran
|
2ea1913cad
|
YARN-4682. AMRM client to log when AMRM token updated. (Prabhu Joseph via stevel)
|
2016-02-12 10:58:46 +00:00 |
Varun Vasudev
|
dcead143fe
|
YARN-4684. TestYarnCLI#testGetContainers failing in CN locale. Contributed by Bibin A Chundatt.
(cherry picked from commit 74e9d17a813baeb4e610eb5fdd8e289660346782)
|
2016-02-12 12:08:57 +05:30 |
Arun Suresh
|
6a238e4a6b
|
YARN-2575. Create separate ACLs for Reservation create/update/delete/list ops (Sean Po via asuresh)
(cherry picked from commit 23f937e3b7 )
|
2016-02-11 10:49:11 -08:00 |
Varun Vasudev
|
3a5b39e931
|
YARN-4655. Log uncaught exceptions/errors in various thread pools in YARN. Contributed by Sidharta Seethana.
(cherry picked from commit fa00d3e205 )
|
2016-02-11 12:09:29 +05:30 |
Varun Vasudev
|
05b57c87f9
|
YARN-4628. Display application priority in yarn top. Contributed by Bibin A Chundatt.
(cherry picked from commit 663a80031c )
|
2016-02-11 12:00:32 +05:30 |
Jian He
|
0c9110d15e
|
Move YARN-4519 in CHANGES.txt to 2.8
|
2016-02-11 10:19:42 +08:00 |
Jian He
|
358cfcf9ea
|
YARN-4138. Roll back container resource allocation after resource increase token expires. Contributed by Meng Ding
|
2016-02-11 10:09:04 +08:00 |
=
|
fc9eb4577c
|
YARN-4420. Add REST API for List Reservations. (Sean Po via curino)
|
2016-02-10 14:26:38 -08:00 |
Arun Suresh
|
17f83c8803
|
YARN-4360. Improve GreedyReservationAgent to support "early" allocations, and performance improvements (curino via asuresh)
(cherry picked from commit 5cf5c41a89 )
|
2016-02-10 09:13:04 -08:00 |
Steve Loughran
|
179b36efb5
|
YARN-4629. Distributed shell breaks under strong security. (Daniel Templeton via stevel)
|
2016-02-10 13:00:48 +00:00 |
Jason Lowe
|
57d79f908e
|
Update CHANGES.txt to reflect recent commits to branch-2.7 and branch-2.6.
(cherry picked from commit fba6e9f5ef )
|
2016-02-09 16:55:40 +00:00 |
Devaraj K
|
329df98f49
|
YARN-4667. RM Admin CLI for refreshNodesResources throws NPE when nothing
is configured. Contributed by Naganarasimha G R.
(cherry picked from commit 565af873d5 )
|
2016-02-08 15:03:11 +05:30 |
Varun Vasudev
|
be04535f1a
|
YARN-4669. Fix logging statements in resource manager's Application class. Contributed by Sidharta Seethana.
(cherry picked from commit a4a30c789146c4e824fcc6ebcf10405711120eaa)
|
2016-02-04 13:51:08 +05:30 |
Varun Vasudev
|
99966b1912
|
YARN-4307. Display blacklisted nodes for AM container in the RM web UI. Contributed by Naganarasimha G R.
(cherry picked from commit 308d63f382 )
|
2016-02-04 13:33:38 +05:30 |
Xuan
|
dfad608b22
|
YARN-4662. Document some newly added metrics. Contributed by Jian He
(cherry picked from commit 63c63e298c )
|
2016-02-03 20:06:25 -08:00 |
Jason Lowe
|
b12f16ab73
|
YARN-4594. container-executor fails to remove directory tree when chmod required. Contributed by Colin Patrick McCabe
(cherry picked from commit fa328e2d39 )
|
2016-02-03 17:22:12 +00:00 |
Varun Vasudev
|
e211ab777e
|
YARN-4625. Make ApplicationSubmissionContext and ApplicationSubmissionContextInfo more consistent. Contributed by Xuan Gong.
(cherry picked from commit 1adb64e09b )
|
2016-02-03 16:28:31 +05:30 |
Junping Du
|
3583c77ee8
|
Adding release 2.6.5 to CHANGES.txt
|
2016-02-02 18:09:17 -08:00 |
Devaraj K
|
43131af1e2
|
YARN-4100. Add Documentation for Distributed and Delegated-Centralized
Node Labels feature. Contributed by Naganarasimha G R.
(cherry picked from commit db144eb1c5 )
|
2016-02-02 12:07:49 +05:30 |
Varun Vasudev
|
bbda446889
|
YARN-4649. Add additional logging to some NM state store operations. Contributed by Sidharta Seethana
(cherry picked from commit 1cd55e0c17 )
|
2016-02-02 09:26:22 +05:30 |
Wangda Tan
|
9591363ad8
|
YARN-4340. Add list API to reservation system. (Sean Po via wangda)
(cherry picked from commit 9875325d5c )
|
2016-02-02 10:19:19 +08:00 |
Jason Lowe
|
36aae8050e
|
YARN-3102. Decommisioned Nodes not listed in Web UI. Contributed by Kuhu Shukla
(cherry picked from commit ed55950164 )
|
2016-02-01 23:16:18 +00:00 |
Rohith Sharma K S
|
676f215595
|
YARN-4615. Fix random test failure in TestAbstractYarnScheduler#testResourceRequestRecoveryToTheRightAppAttempt. (Sunil G via rohithsharmaks)
(cherry picked from commit 2673cbaf55 )
|
2016-02-01 10:45:05 +05:30 |
Jason Lowe
|
016c685135
|
YARN-4428. Redirect RM page to AHS page when AHS turned on and RM page is not available. Contributed by Chang Li
(cherry picked from commit 772ea7b41b )
|
2016-01-29 21:54:56 +00:00 |
Jian He
|
885c76d85f
|
YARN-4617. LeafQueue#pendingOrderingPolicy should always use fixed ordering policy instead of using same as active applications ordering policy. Contributed by Rohith Sharma K S
|
2016-01-29 12:22:44 -08:00 |
Karthik Kambatla
|
9d1371d390
|
YARN-4647. Make RegisterNodeManagerRequestPBImpl thread-safe. (kasha)
(cherry picked from commit c9a09d6926 )
|
2016-01-29 08:19:34 -08:00 |
Devaraj K
|
123269c07f
|
YARN-4411. RMAppAttemptImpl#createApplicationAttemptReport throws
IllegalArgumentException. Contributed by Bibin A Chundatt and yarntime.
(cherry picked from commit a277bdc9ed )
|
2016-01-29 13:52:47 +05:30 |
Rohith Sharma K S
|
b8d5df06f2
|
YARN-4543. Fix random test failure in TestNodeStatusUpdater.testStopReentrant. (Akihiro Suda via rohithsharmaks)
(cherry picked from commit ac68666803 )
|
2016-01-29 12:30:53 +05:30 |
Rohith Sharma K S
|
0466743afb
|
YARN-4219. addendum patch to fix javadoc errors
(cherry picked from commit 09d831c95b )
|
2016-01-29 11:53:06 +05:30 |
Jian He
|
36f0e73882
|
YARN-4519. Potential deadlock of CapacityScheduler between decrease container and assign containers. Contributed by Meng Ding
|
2016-01-28 14:52:00 -08:00 |
Xuan
|
2f00d8d3a7
|
YARN-4219. New levelDB cache storage for timeline v1.5. Contributed by
Li Lu
(cherry picked from commit 9fab22b366 )
|
2016-01-28 14:36:58 -08:00 |
Jason Lowe
|
29195c7668
|
YARN-4643. Container recovery is broken with delegating container runtime. Contributed by Sidharta Seethana
(cherry picked from commit 61382ff8fa )
|
2016-01-28 19:00:51 +00:00 |