Jian He
|
f71c49c5e3
|
YARN-2725. Added test cases of retrying creating znode in ZKRMStateStore. Contributed by Tsuyoshi Ozawa
(cherry picked from commit d701acc9c6 )
|
2015-05-04 16:17:01 -07:00 |
Wangda Tan
|
4e77ee2f6f
|
YARN-3375. NodeHealthScriptRunner.shouldRun() check is performing 3 times for starting NodeHealthScriptRunner (Devaraj K via wangda)
(cherry picked from commit 71f4de220c )
|
2015-05-04 16:02:57 -07:00 |
Allen Wittenauer
|
02e650248d
|
YARN-2980. Move health check script related functionality to hadoop-common (Varun Saxena via aw)
(cherry picked from commit d4ac6822e1 )
Conflicts:
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/java/org/apache/hadoop/yarn/server/nodemanager/NodeManager.java
|
2015-05-04 16:00:20 -07:00 |
Jason Lowe
|
99b49a8181
|
YARN-3097. Logging of resource recovery on NM restart has redundancies. Contributed by Eric Payne
(cherry picked from commit 8f65c793f2 )
|
2015-05-04 10:32:33 -05:00 |
Tsuyoshi Ozawa
|
f382602de1
|
YARN-1993. Cross-site scripting vulnerability in TextView.java. Contributed byKenji Kikushima.
(cherry picked from commit e8d0ee5fc9 )
|
2015-05-03 10:51:39 +09:00 |
Junping Du
|
8068e79989
|
YARN-2454. Fix compareTo of variable UNBOUNDED in o.a.h.y.util.resource.Resources. Contributed by Xu Yang.
(cherry picked from commit 57d9a972cb )
|
2015-05-02 10:20:30 -07:00 |
Gera Shegalov
|
9325dd863c
|
YARN-2893. AMLaucher: sporadic job failures due to EOFException in readTokenStorageStream. (Zhihai Xu via gera)
(cherry picked from commit f8204e241d )
|
2015-05-01 19:04:48 -07:00 |
Wangda Tan
|
4151e5729a
|
YARN-3006. Improve the error message when attempting manual failover with auto-failover enabled. (Akira AJISAKA via wangda)
(cherry picked from commit 7d46a806e7 )
|
2015-05-01 16:44:49 -07:00 |
Robert Kanter
|
32b3b8e2ef
|
YARN-3363. add localization and container launch time to ContainerMetrics at NM to show these timing information for each active container. (zxu via rkanter)
(cherry picked from commit ac7d152901 )
|
2015-05-01 16:39:59 -07:00 |
Vinod Kumar Vavilapalli
|
90f6e8c90f
|
YARN-2619. Added NodeManager support for disk io isolation through cgroups. Contributed by Varun Vasudev and Wei Yan.
(cherry picked from commit 1b3b9e5c31 )
|
2015-04-30 21:43:22 -07:00 |
Zhijie Shen
|
c9ee316045
|
YARN-3544. Got back AM logs link on the RM web UI for a completed app. Contributed by Xuan Gong.
(cherry picked from commit 21bf2cdcb77f69abc906e6cd401a8fb221f250e9)
|
2015-04-30 13:06:46 -07:00 |
Wangda Tan
|
100b41add6
|
YARN-3564. Fix TestContainerAllocation.testAMContainerAllocationWhenDNSUnavailable fails randomly. (Jian He via wangda)
(cherry picked from commit e2e8f77118 )
|
2015-04-30 11:06:47 -07:00 |
Jian He
|
a7a5737bc4
|
YARN-3533. Test: Fix launchAM in MockRM to wait for attempt to be scheduled. Contributed by Anubhav Dhoot
(cherry picked from commit 4c1af156ae )
|
2015-04-29 14:51:04 -07:00 |
tgraves
|
2e13183f60
|
YARN-3517. RM web ui for dumping scheduler logs should be for admins only (Varun Vasudev via tgraves)
(cherry picked from commit 2e215484bd )
|
2015-04-29 21:27:16 +00:00 |
Karthik Kambatla
|
4cc38df7de
|
YARN-3485. FairScheduler headroom calculation doesn't consider maxResources for Fifo and FairShare policies. (kasha)
(cherry picked from commit 8f82970e0c )
|
2015-04-28 21:03:12 -07:00 |
Wangda Tan
|
8ee632caa7
|
YARN-2740. Fix NodeLabelsManager to properly handle node label modifications when distributed node label configuration enabled. (Naganarasimha G R via wangda)
(cherry picked from commit db1b674b50 )
|
2015-04-27 16:42:36 -07:00 |
Karthik Kambatla
|
d2d8bc243b
|
Update CHANGES.txt - Pulled in YARN-3465, YARN-3516, and YARN-3464 to branch-2.7 (for 2.7.1)
(cherry picked from commit 32cd2c8d42 )
|
2015-04-27 13:44:06 -07:00 |
Xuan
|
0e8af401d7
|
YARN-3530. ATS throws exception on trying to filter results without
otherinfo. Contributed by zhijie shen
(cherry picked from commit 7f07c4d810 )
|
2015-04-27 10:37:40 -07:00 |
Karthik Kambatla
|
4045c41afe
|
YARN-3464. Race condition in LocalizerRunner kills localizer before localizing all resources. (Zhihai Xu via kasha)
(cherry picked from commit 47279c3228 )
|
2015-04-26 09:14:12 -07:00 |
Vinod Kumar Vavilapalli
|
db1a33e956
|
Moving YARN-3351, YARN-3382, YARN-3472, MAPREDUCE-6238 to the 2.7.1 CHANGES.txt
sections given the recent merge into branch-2.7.
(cherry picked from commit 2f82ae042a )
|
2015-04-24 17:20:02 -07:00 |
Jian He
|
9bf09b334d
|
YARN-2498. Respect labels in preemption policy of capacity scheduler for inter-queue preemption. Contributed by Wangda Tan
(cherry picked from commit d497f6ea2b )
|
2015-04-24 17:03:57 -07:00 |
Tsuyoshi Ozawa
|
3884948d6c
|
YARN-3406. Display count of running containers in the RM's Web UI. Contributed by Ryu Kobayashi.
(cherry picked from commit 4a3dabd94f )
|
2015-04-25 07:17:42 +09:00 |
Jason Lowe
|
bd750f160b
|
Fix commit version for YARN-3537
(cherry picked from commit 78fe6e57c7 )
|
2015-04-24 22:09:01 +00:00 |
Jason Lowe
|
cf4154676b
|
YARN-3537. NPE when NodeManager.serviceInit fails and stopRecoveryStore invoked. Contributed by Brahma Reddy Battula
(cherry picked from commit 5e093f0d40 )
|
2015-04-24 22:04:03 +00:00 |
Akira Ajisaka
|
73ba3ebe7c
|
YARN-3444. Fix typo capabililty. Contributed by Gabor Liptak.
(cherry picked from commit 5ce3a77f3c )
|
2015-04-25 06:09:03 +09:00 |
Jian He
|
0583c27fb1
|
YARN-3387. Previous AM's container completed status couldn't pass to current AM if AM and RM restarted during the same time. Contributed by Sandflee
(cherry picked from commit d03dcb9635 )
|
2015-04-24 12:14:17 -07:00 |
Xuan
|
c184466939
|
YARN-3511. Add errors and warnings page to ATS. Contributed by Varun Vasudev
(cherry picked from commit eee9facbba )
|
2015-04-24 09:43:35 -07:00 |
Xuan
|
8f6053ae51
|
YARN-3516. killing ContainerLocalizer action doesn't take effect when
private localizer receives FETCH_FAILURE status. Contributed by zhihai
xu
(cherry picked from commit 0b3f8957a8 )
|
2015-04-23 16:41:52 -07:00 |
Vinod Kumar Vavilapalli
|
0ec6e7e7f5
|
YARN-3413. Changed Nodelabel attributes (like exclusivity) to be settable only via addToClusterNodeLabels but not changeable at runtime. (Wangda Tan via vinodkv)
(cherry picked from commit f5fe35e297 )
|
2015-04-23 11:25:30 -07:00 |
Jian He
|
48d8d88245
|
YARN-3522. Fixed DistributedShell to instantiate TimeLineClient as the correct user. Contributed by Zhijie Shen
(cherry picked from commit aa4a192feb )
|
2015-04-23 11:07:54 -07:00 |
Wangda Tan
|
9692bcc2c8
|
YARN-3319. Implement a FairOrderingPolicy. (Craig Welch via wangda)
(cherry picked from commit 395205444e )
|
2015-04-23 10:48:00 -07:00 |
tgraves
|
1cd2fcf25d
|
YARN-3434. Interaction between reservations and userlimit can result in significant ULF violation
(cherry picked from commit 189a63a719 )
|
2015-04-23 14:49:24 +00:00 |
Steve Loughran
|
63ccb9167e
|
YARN-2605. [RM HA] Rest api endpoints doing redirect incorrectly. (Xuan Gong via stevel)
|
2015-04-23 09:22:23 +01:00 |
Vinod Kumar Vavilapalli
|
04783b0402
|
YARN-3366. Enhanced NodeManager to support classifying/shaping outgoing network bandwidth traffic originating from YARN containers Contributed by Sidharta Seethana.
(cherry picked from commit a100be685c )
|
2015-04-22 17:36:55 -07:00 |
Junping Du
|
8de6045842
|
New parameter of CLI for decommissioning node gracefully in RMAdmin CLI. Contributed by Devaraj K
(cherry picked from commit fad9d7e85b )
|
2015-04-22 10:08:16 -07:00 |
Akira Ajisaka
|
f469f9af2d
|
YARN-3410. Addendum fix for compilation error. Contributed by Rohith.
(cherry picked from commit b08908ae5e )
|
2015-04-22 17:48:55 +09:00 |
Jian He
|
613a783380
|
YARN-3503. Expose disk utilization percentage and bad local and log dir counts in NM metrics. Contributed by Varun Vasudev
(cherry picked from commit 674c7ef649 )
Conflicts:
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/java/org/apache/hadoop/yarn/server/nodemanager/NodeManager.java
|
2015-04-21 21:06:06 -07:00 |
Jian He
|
dc4698bb33
|
YARN-3494. Expose AM resource limit and usage in CS QueueMetrics. Contributed by Rohith Sharmaks
(cherry picked from commit bdd90110e6 )
|
2015-04-21 20:34:30 -07:00 |
Wangda Tan
|
8a9599fb9e
|
YARN-3410. YARN admin should be able to remove individual application records from RMStateStore. (Rohith Sharmaks via wangda)
|
2015-04-21 17:47:27 -07:00 |
Tsuyoshi Ozawa
|
0b87ae27aa
|
YARN-3495. Confusing log generated by FairScheduler. Contributed by Brahma Reddy Battula.
(cherry picked from commit 105afd5477 )
|
2015-04-22 05:48:16 +09:00 |
Vinod Kumar Vavilapalli
|
27fc4fb998
|
Set the release date for 2.7.0
(cherry picked from commit d52de61544 )
|
2015-04-20 20:18:01 -07:00 |
Wangda Tan
|
d0ea982e64
|
YARN-3463. Integrate OrderingPolicy Framework with CapacityScheduler. (Craig Welch via wangda)
(cherry picked from commit 44872b76fc )
|
2015-04-20 17:13:01 -07:00 |
Jian He
|
6b454aacc3
|
YARN-3497. ContainerManagementProtocolProxy modifies IPC timeout conf without making a copy. Contributed by Jason Lowe
(cherry picked from commit f967fd2f21 )
Conflicts:
hadoop-yarn-project/CHANGES.txt
|
2015-04-20 10:40:09 -07:00 |
Jian He
|
6f70f1b1af
|
YARN-3136. Fixed a synchronization problem of AbstractYarnScheduler#getTransferredContainers. Contributed by Sunil G
(cherry picked from commit 497c86b485 )
|
2015-04-18 12:47:30 -07:00 |
Wangda Tan
|
3316cd4357
|
YARN-3487. CapacityScheduler scheduler lock obtained unnecessarily when calling getQueue (Jason Lowe via wangda)
(cherry picked from commit f47a5763ac )
|
2015-04-17 17:23:00 -07:00 |
Wangda Tan
|
e7cbecddc3
|
YARN-3493. RM fails to come up with error "Failed to load/recover state" when mem settings are changed. (Jian He via wangda)
(cherry picked from commit f65eeb412d )
|
2015-04-17 17:15:16 -07:00 |
Jian He
|
9827da95bc
|
YARN-3451. Display attempt start time and elapsed time on the web UI. Contributed by Rohith Sharmaks
(cherry picked from commit 6779467ab6 )
|
2015-04-17 15:57:36 -07:00 |
Jian He
|
57eb07d34b
|
YARN-2696. Queue sorting in CapacityScheduler should consider node label. Contributed by Wangda Tan
(cherry picked from commit d573f09fb9 )
|
2015-04-17 13:37:34 -07:00 |
Junping Du
|
b244701fad
|
YARN-1402. Update related Web UI and CLI with exposing client API to check log aggregation status. Contributed by Xuan Gong.
(cherry picked from commit 1db355a875 )
|
2015-04-17 13:20:27 -07:00 |
Jian He
|
42cf8e0554
|
YARN-3021. YARN's delegation-token handling disallows certain trust setups to operate properly over DistCp. Contributed by Yongjun Zhang
(cherry picked from commit bb6dde68f1 )
|
2015-04-16 19:44:32 -07:00 |