Haibo Chen
|
2bba329c14
|
YARN-8994. Fix race condition between move app and queue cleanup in Fair Scheduler. (Contributed by Wilfred Spiegelenburg)
|
2018-12-05 14:38:15 -08:00 |
|
Eric Yang
|
1b790f4dd1
|
YARN-9071. Improved status update for reinitialized containers.
Contributed by Chandni Singh
|
2018-12-05 17:00:56 -05:00 |
|
Yufei Gu
|
e89941fdbb
|
YARN-9041. Performance Optimization of method FSPreemptionThread#identifyContainersToPreempt. Contributed by Wanqiang Ji.
|
2018-12-04 10:08:45 -08:00 |
|
Jonathan Hung
|
6d7b44c489
|
YARN-9036. Escape newlines in health report in YARN UI. Contributed by Keqiu Hu
|
2018-11-30 10:13:52 -08:00 |
|
Wangda Tan
|
bad12031f6
|
YARN-9010. Fix the incorrect trailing slash deletion in constructor method of CGroupsHandlerImpl. (Zhankun Tang via wangda)
Change-Id: Iaecc66d57781cc10f19ead4647e47fc9556676da
|
2018-11-29 14:56:07 -08:00 |
|
bibinchundatt
|
07142f54a8
|
YARN-9069. Fix SchedulerInfo#getSchedulerType for custom schedulers. Contributed by Bilwa S T.
|
2018-11-29 22:02:59 +05:30 |
|
bibinchundatt
|
a68d766e87
|
YARN-8948. PlacementRule interface should be for all YarnSchedulers. Contributed by Bibin A Chundatt.
|
2018-11-29 21:43:34 +05:30 |
|
Wangda Tan
|
fe7dab8ef5
|
YARN-8989. [YARN-8851] Move DockerCommandPlugin volume related APIs' invocation from DockerLinuxContainerRuntime#prepareContainer to #launchContainer. (Zhankun Tang via wangda)
Change-Id: Ia6d532c687168448416dfdf46f0ac34bff20e6ca
|
2018-11-28 15:03:06 -08:00 |
|
Wangda Tan
|
8ebeda98a9
|
YARN-8974. Improve the assertion message in TestGPUResourceHandler. (Zhankun Tang via wangda)
Change-Id: I4eb58e9d251d5f54e7feffc4fbb813b4f5ae4b1b
|
2018-11-28 14:36:30 -08:00 |
|
Wangda Tan
|
9ed87567ad
|
YARN-9061. Improve the GPU/FPGA module log message of container-executor. (Zhankun Tang via wangda)
Change-Id: Iece9b47438357077a53984a820d4d6423f480518
|
2018-11-28 14:31:31 -08:00 |
|
Wangda Tan
|
579ef4be06
|
YARN-8882. [YARN-8851] Add a shared device mapping manager (scheduler) for device plugins. (Zhankun Tang via wangda)
Change-Id: I9435136642c3d556971a357bf687f69df90bb45e
|
2018-11-28 14:09:52 -08:00 |
|
Jason Lowe
|
3ce99e32f7
|
YARN-8812. Containers fail during creating a symlink which started with hyphen for a resource file. Contributed by Oleksandr Shevchenko
|
2018-11-28 08:46:11 -06:00 |
|
Eric Yang
|
33e0df4b35
|
YARN-8986. Added port publish for Docker container running with bridge network.
Contributed by Charo Zhang
|
2018-11-26 19:45:05 -05:00 |
|
Giovanni Matteo Fumarola
|
0d8406135f
|
YARN-9054. Fix FederationStateStoreFacade#buildGetSubClustersCacheRequest. Contributed by Bibin A Chundatt.
|
2018-11-26 10:57:38 -08:00 |
|
Rohith Sharma K S
|
e223a790a7
|
YARN-9042. Fix javadoc error in deviceplugin package. Contributed by Zhankun Tang.
|
2018-11-22 20:04:30 +05:30 |
|
Haibo Chen
|
a41b648e98
|
YARN-8992. Fair scheduler can delete a dynamic queue while an application attempt is being added to the queue. (Contributed by Wilfred Spiegelenburg)
|
2018-11-20 14:12:37 -08:00 |
|
Billie Rinaldi
|
49824ed260
|
YARN-8838. Check that container user is same as websocket user for interactive shell. Contributed by Eric Yang
|
2018-11-20 11:12:24 -08:00 |
|
Sunil G
|
5fb14e0635
|
YARN-8953. [CSI] CSI driver adaptor module support in NodeManager. Contributed by Weiwei Yang.
|
2018-11-20 08:02:11 +05:30 |
|
Wangda Tan
|
6357803645
|
YARN-8881. [YARN-8851] Add basic pluggable device plugin framework. (Zhankun Tang via wangda)
Change-Id: If9a2f68cd4713b4ec932cdeda68106f17437c3d3
|
2018-11-19 08:54:31 -08:00 |
|
Weiwei Yang
|
d027a24f03
|
YARN-8833. Avoid potential integer overflow when computing fair shares. Contributed by liyakun.
|
2018-11-18 23:18:26 +08:00 |
|
Giovanni Matteo Fumarola
|
abd6d48c46
|
YARN-8860. Federation client intercepter class contains unwanted character. Contributed by Abhishek Modi.
|
2018-11-16 10:23:06 -08:00 |
|
Rohith Sharma K S
|
ee3355be3c
|
YARN-8303. YarnClient should contact TimelineReader for application/attempt/container report.
|
2018-11-16 17:58:19 +05:30 |
|
Inigo Goiri
|
eeaf8edaa7
|
YARN-8856. TestTimelineReaderWebServicesHBaseStorage tests failing with NoClassDefFoundError. Contributed by Sushil Ks.
|
2018-11-15 09:25:25 -08:00 |
|
Eric Yang
|
21ec4bdaef
|
YARN-8672. Improve token filename management for localization.
Contributed by Chandni Singh
|
2018-11-14 15:22:01 -05:00 |
|
Billie Rinaldi
|
1f9c4f32e8
|
YARN-8776. Implement Container Exec feature in LinuxContainerExecutor. Contributed by Eric Yang
|
2018-11-12 10:42:30 -08:00 |
|
Weiwei Yang
|
c741109522
|
YARN-8987. Usability improvements node-attributes CLI. Contributed by Bibin A Chundatt.
|
2018-11-12 18:18:23 +08:00 |
|
Sunil G
|
4e7284443e
|
YARN-8902. [CSI] Add volume manager that manages CSI volume lifecycle. Contributed by Weiwei Yang.
|
2018-11-12 11:57:02 +05:30 |
|
Botong Huang
|
b5ec85d966
|
YARN-8933. [AMRMProxy] Fix potential empty fields in allocation response, move SubClusterTimeout to FederationInterceptor. Contributed by Botong Huang.
|
2018-11-11 11:12:53 -08:00 |
|
Haibo Chen
|
524a7523c4
|
YARN-8990. Fix fair scheduler race condition in app submit and queue cleanup. (Contributed by Wilfred Spiegelenburg)
|
2018-11-08 16:02:48 -08:00 |
|
Weiwei Yang
|
e1bbf7dcdf
|
YARN-8988. Reduce the verbose log on RM heartbeat path when distributed node-attributes is enabled. Contributed by Tao Yang.
|
2018-11-08 17:47:18 +08:00 |
|
Weiwei Yang
|
f8c72d7b3a
|
YARN-8880. Add configurations for pluggable plugin framework. Contributed by Zhankun Tang.
|
2018-11-08 12:23:00 +08:00 |
|
Weiwei Yang
|
c96cbe8659
|
YARN-8977. Remove unnecessary type casting when calling AbstractYarnScheduler#getSchedulerNode. Contributed by Wanqiang Ji.
|
2018-11-07 22:42:22 +08:00 |
|
Akira Ajisaka
|
951c98f890
|
YARN-8233. NPE in CapacityScheduler#tryCommit when handling allocate/reserve proposal whose allocatedOrReservedContainer is null. Contributed by Tao Yang.
|
2018-11-07 11:17:35 +09:00 |
|
Jason Lowe
|
ab6aa4c726
|
YARN-8865. RMStateStore contains large number of expired RMDelegationToken. Contributed by Wilfred Spiegelenburg
|
2018-11-06 08:40:59 -06:00 |
|
Weiwei Yang
|
5d6554c722
|
YARN-8970. Improve the debug message in CS#allocateContainerOnSingleNode. Contributed by Zhankun Tang.
|
2018-11-06 14:50:09 +08:00 |
|
Weiwei Yang
|
c7fcca0d7e
|
YARN-8969. AbstractYarnScheduler#getNodeTracker should return generic type to avoid type casting. Contributed by Wanqiang Ji.
|
2018-11-06 13:14:57 +08:00 |
|
bibinchundatt
|
f84a278baa
|
YARN-8905. [Router] Add JvmMetricsInfo and pause monitor. Contributed by Bilwa S T.
|
2018-11-03 20:35:31 +05:30 |
|
Giovanni Matteo Fumarola
|
989715ec50
|
YARN-8893. [AMRMProxy] Fix thread leak in AMRMClientRelayer and UAM client. Contributed by Botong Huang.
|
2018-11-02 15:30:08 -07:00 |
|
Giovanni Matteo Fumarola
|
aed836efbf
|
YARN-8897. LoadBasedRouterPolicy throws NPE in case of sub cluster unavailability. Contributed by Bilwa S T.
|
2018-11-02 11:27:11 -07:00 |
|
Giovanni Matteo Fumarola
|
babc946d40
|
YARN-8954. Reservations list field in ReservationListInfo is not accessible. Contributed by Oleksandr Shevchenko.
|
2018-11-02 11:10:08 -07:00 |
|
Jonathan Hung
|
2ab611d48b
|
YARN-7225. Add queue and partition info to RM audit log. Contributed by Eric Payne
|
2018-11-01 14:22:00 -07:00 |
|
Rohith Sharma K S
|
4ec4ec6971
|
YARN-8950. Fix compilation issue due to dependency convergence error for hbase.profile=2.0.
|
2018-10-30 11:30:08 +05:30 |
|
Weiwei Yang
|
1d90a0dd23
|
YARN-8944. TestContainerAllocation.testUserLimitAllocationMultipleContainers failure after YARN-8896. Contributed by Wilfred Spiegelenburg.
|
2018-10-29 11:53:10 +08:00 |
|
Billie Rinaldi
|
d07e873b7d
|
YARN-8569. Create an interface to provide cluster information to application. Contributed by Eric Yang
|
2018-10-26 17:57:05 -07:00 |
|
Robert Kanter
|
f76e3c3db7
|
YARN-8930. CGroup-based strict container memory enforcement does not work with CGroupElasticMemoryController (haibochen via rkanter)
|
2018-10-25 11:09:47 -07:00 |
|
Eric Yang
|
c16c49b8c3
|
YARN-8587. Added retries for fetching docker exit code.
Contributed by Charo Zhang
|
2018-10-24 17:29:46 -04:00 |
|
Robert Kanter
|
69b328943e
|
YARN-8929. DefaultOOMHandler should only pick running containers to kill upon oom events (haibochen via rkanter)
|
2018-10-24 13:15:50 -07:00 |
|
Haibo Chen
|
766b78ee07
|
YARN-8911. ContainerScheduler incorrectly uses percentage number as the cpu resource utlization.
|
2018-10-24 07:58:26 -07:00 |
|
Jason Lowe
|
93fb3b4b9c
|
YARN-8904. TestRMDelegationTokens can fail in testRMDTMasterKeyStateOnRollingMasterKey. Contributed by Wilfred Spiegelenburg
|
2018-10-23 12:49:15 -05:00 |
|
Rohith Sharma K S
|
0b62983c5a
|
YARN-8826. Fix lingering timeline collector after serviceStop in TimelineCollectorManager. Contributed by Prabha Manepalli.
|
2018-10-23 12:58:41 +05:30 |
|