Jason Lowe
|
4037b22b7c
|
YARN-5389. TestYarnClient#testReservationDelete fails. Contributed by Sean Po
|
2016-08-25 15:10:23 +00:00 |
Jason Lowe
|
6de262cdc4
|
Revert "YARN-5389. TestYarnClient#testReservationDelete fails. Contributed by Sean Po"
This reverts commit 782aeabcd5 .
|
2016-08-25 14:59:20 +00:00 |
Jason Lowe
|
782aeabcd5
|
YARN-5389. TestYarnClient#testReservationDelete fails. Contributed by Sean Po
(cherry picked from commit 3d86110a5c )
|
2016-08-25 14:47:40 +00:00 |
Varun Vasudev
|
952c309dd9
|
YARN-5042. Mount /sys/fs/cgroup into Docker containers as read only mount. Contributed by luhuichun.
(cherry picked from commit 42d9876471ff0bf0ea240cd48fe483cda8aa1ec7)
|
2016-08-25 14:18:12 +05:30 |
Varun Saxena
|
42feab2436
|
YARN-5537. Fix intermittent failure of TestAMRMClient#testAMRMClientWithContainerResourceChange (Bibin A Chundatt via Varun Saxena)
|
2016-08-25 14:12:28 +05:30 |
Arun Suresh
|
bd348d20b2
|
Revert "YARN-5049. Extend NMStateStore to save queued container information. (Konstantinos Karanasos via asuresh)"
This reverts commit 307cda70db .
|
2016-08-24 10:23:06 -07:00 |
Naganarasimha
|
5fa241daa0
|
YARN-4491. yarn list command to support filtering by tags. Contributed by Varun Saxena
(cherry picked from commit 143c59e4c5 )
|
2016-08-24 01:55:24 +05:30 |
Rohith Sharma K S
|
a19859c3f5
|
YARN-5544. TestNodeBlacklistingOnAMFailures fails on trunk. Contributed by Sunil G.
(cherry picked from commit 0d5997d2b9 )
|
2016-08-23 14:39:19 +05:30 |
Wangda Tan
|
3e511f39c2
|
YARN-4685. Disable AM blacklisting by default to mitigate situations that application get hanged. (Rohith Sharma K S via wangda)
(cherry picked from commit 2da32a6ef9 )
|
2016-08-19 16:47:42 -07:00 |
Wangda Tan
|
c7d782d2f6
|
YARN-3388. Allocation in LeafQueue could get stuck because DRF calculator isn't well supported when computing user-limit. (Nathan Roberts via wangda)
(cherry picked from commit 444b2ea7af )
|
2016-08-19 16:47:03 -07:00 |
Varun Saxena
|
928cccb9f9
|
YARN-5533. JMX AM Used metrics for queue wrong when app submited to nodelabel partition (Bibin A Chundatt via Varun Saxena)
|
2016-08-19 17:32:23 +05:30 |
Varun Saxena
|
a746775e9a
|
Revert "YARN-5533. JMX AM Used metrics for queue wrong when app submited to nodelabel partition (Bibin A Chundatt via Varun Saxena)"
This reverts commit 613048a8a2 .
|
2016-08-19 16:40:48 +05:30 |
Varun Saxena
|
613048a8a2
|
YARN-5533. JMX AM Used metrics for queue wrong when app submited to nodelabel partition (Bibin A Chundatt via Varun Saxena)
|
2016-08-19 15:18:42 +05:30 |
Junping Du
|
d464483bf7
|
YARN-4676. Automatic and Asynchronous Decommissioning Nodes Status Tracking. Contributed by Diniel Zhi.
|
2016-08-18 07:23:29 -07:00 |
Varun Saxena
|
5fa7a14da9
|
YARN=5526. DrainDispacher#serviceStop blocked if setDrainEventsOnStop invoked (sandflee via Varun Saxena)
|
2016-08-18 12:23:34 +05:30 |
Karthik Kambatla
|
07d5ab16df
|
YARN-4702. FairScheduler: Allow setting maxResources for ad hoc queues. (Daniel Templeton via kasha)
(cherry picked from commit 20f0eb871c )
|
2016-08-17 17:54:28 -07:00 |
Varun Saxena
|
9dcb7197d4
|
YARN-5523. Yarn running container log fetching causes OutOfMemoryError (Xuan Gong via Varun Saxena)
|
2016-08-18 01:53:55 +05:30 |
Varun Vasudev
|
3ee1fb774e
|
YARN-5455. Update Javadocs for LinuxContainerExecutor. Contributed by Daniel Templeton.
(cherry picked from commit 7f05ff7a4e )
|
2016-08-17 15:35:23 +05:30 |
Varun Saxena
|
96e9f8bec9
|
YARN-5475. Fix test failure of TestAggregatedLogFormat#testReadAcontainerLogs1 (Jun Gong via Varun Saxena)
|
2016-08-16 20:28:02 +05:30 |
Varun Saxena
|
da70d6f25d
|
YARN-5514. Clarify DecommissionType.FORCEFUL comment (Vrushali C via Varun Saxena)
|
2016-08-16 14:09:47 +05:30 |
Varun Saxena
|
354afbb9df
|
YARN-5521. Fix random failure of TestCapacityScheduler#testKillAllAppsInQueue (sandflee via Varun Saxena)
|
2016-08-16 00:04:40 +05:30 |
Varun Saxena
|
3c7cf5cd77
|
YARN-5491. Fix random failure of TestCapacityScheduler#testCSQueueBlocked (Bibin A Chundatt via Varun Saxena)
|
2016-08-15 03:56:31 +05:30 |
Varun Saxena
|
918a0f12fa
|
YARN-5476. Non existent application reported as ACCEPTED by YarnClientImpl (Junping Du via Varun Saxena)
|
2016-08-13 00:19:00 +05:30 |
Naganarasimha
|
b63d3dcac9
|
YARN-4833. For Queue AccessControlException client retries multiple times on both RM. Contributed by Bibin A Chundatt
|
2016-08-12 20:16:15 +05:30 |
Rohith Sharma K S
|
0937715f7f
|
YARN-5492. TestSubmitApplicationWithRMHA is failing sporadically during precommit builds. Contributed by Vrushali C.
(cherry picked from commit 5199db387d )
|
2016-08-11 11:51:56 +05:30 |
Rohith Sharma K S
|
05b384271c
|
YARN-2398. TestResourceTrackerOnHA crashes. Contributed by Ajith S.
(cherry picked from commit 666ad0b67b )
|
2016-08-11 11:41:36 +05:30 |
Ray Chiang
|
372f6f8456
|
YARN-5137. Make DiskChecker pluggable in NodeManager. (Yufei Gu via rchiang)
(cherry picked from commit dbe9e70cc084220ea1f68da850cdb092281b5e96)
|
2016-08-10 19:26:49 -07:00 |
Jason Lowe
|
2b31f6fb2c
|
YARN-5382. RM does not audit log kill request for active applications. Contributed by Vrushali C
(cherry picked from commit 5c95bb315b )
|
2016-08-10 18:27:25 +00:00 |
Jason Lowe
|
3d401206cf
|
YARN-5483. Optimize RMAppAttempt#pullJustFinishedContainers. Contributed by sandflee
|
2016-08-10 18:06:56 +00:00 |
Karthik Kambatla
|
447ba47640
|
YARN-5343. TestContinuousScheduling#testSortedNodes fails intermittently. (Yufei Gu via kasha)
(cherry picked from commit 7992c0b42c )
|
2016-08-09 16:51:27 -07:00 |
Varun Vasudev
|
c599f6215e
|
YARN-5394. Remove bind-mount /etc/passwd for Docker containers. Contributed by Zhankun Tang.
(cherry picked from commit 522ddbde79 )
|
2016-08-09 16:05:03 +05:30 |
Arun Suresh
|
5f7edb79d1
|
YARN-5457. Refactor DistributedScheduling framework to pull out common functionality. (asuresh)
(cherry picked from commit 82c9e06101 )
|
2016-08-09 00:46:08 -07:00 |
Naganarasimha
|
93b768d0d1
|
YARN-5287. LinuxContainerExecutor fails to set proper permission. Contributed by Ying Zhang.
|
2016-08-09 06:48:39 +05:30 |
Vinod Kumar Vavilapalli (I am also known as @tshooter.)
|
31bb302c91
|
YARN-5470. Addedum to differentiate exactly matching of log-files with regex in yarn log CLI. Contributed by Xuan Gong.
(cherry picked from commit 83a2ffec40 )
|
2016-08-08 14:29:24 -07:00 |
Varun Saxena
|
ce8df272f4
|
YARN-4910. Fix incomplete log info in ResourceLocalizationService (Jun Gong via Varun Saxena)
|
2016-08-08 22:14:56 +05:30 |
Naganarasimha
|
991823482f
|
YARN-4624. NPE in PartitionQueueCapacitiesInfo while accessing Schduler UI. Contributed by Brahma Reddy Battula
(cherry picked from commit d81b8163b4 )
|
2016-08-06 07:04:30 +05:30 |
Varun Saxena
|
0e48f29937
|
YARN-5429. Fix return related javadoc warnings in yarn-api (Vrushali C via Varun Saxena)
|
2016-08-06 01:13:30 +05:30 |
Junping Du
|
adcecd417b
|
YARN-5470. Differentiate exactly match with regex in yarn log CLI. Contributed by Xuan Gong.
(cherry picked from commit e605d47df0 )
|
2016-08-05 11:00:13 -07:00 |
Wangda Tan
|
a73e118437
|
YARN-4888. Changes in scheduler to identify resource-requests explicitly by allocation-id. (Subru Krishnan via wangda)
(cherry picked from commit 3f100d76ff )
|
2016-08-05 10:44:07 -07:00 |
Rohith Sharma K S
|
69da77c357
|
YARN-5333. Some recovered apps are put into default queue when RM HA. Contributed by Jun Gong.
(cherry picked from commit d9a354c2f3 )
|
2016-08-05 21:37:05 +05:30 |
Varun Vasudev
|
19d894538d
|
YARN-5459. Add support for docker rm. Contributed by Shane Kumpf.
(cherry picked from commit 08e33381f5 )
|
2016-08-04 14:18:01 +05:30 |
Jason Lowe
|
65a91c8527
|
YARN-5469. Increase timeout of TestAmFilter.testFilter. Contributed by Eric Badger
(cherry picked from commit db4a61dc61 )
|
2016-08-03 19:53:28 +00:00 |
Jason Lowe
|
1ea03411c2
|
YARN-5462. TestNodeStatusUpdater.testNodeStatusUpdaterRetryAndNMShutdown fails intermittently. Contributed by Eric Badger
(cherry picked from commit db646540f0 )
|
2016-08-03 19:18:50 +00:00 |
Jason Lowe
|
9a0ac56a5c
|
YARN-4280. CapacityScheduler reservations may not prevent indefinite postponement on a busy cluster. Contributed by Kuhu Shukla
(cherry picked from commit 4d92aefd35 )
|
2016-08-03 19:00:06 +00:00 |
Varun Vasudev
|
1087745d79
|
YARN-5460. Change container runtime type logging in DelegatingLinuxContainerRuntime to debug. Contributed by Shane Kumpf.
(cherry picked from commit d848184e90 )
|
2016-08-03 12:03:31 +05:30 |
Junping Du
|
7e213844a7
|
YARN-5226. Remove AHS enable check from LogsCLI#fetchAMContainerLogs. Contributed by Xuan Gong.
(cherry picked from commit 3818393297 )
|
2016-08-02 10:42:31 -07:00 |
Varun Vasudev
|
b63e6c8027
|
YARN-5458. Rename DockerStopCommandTest to TestDockerStopCommand. Contributed by Shane Kumpf.
(cherry picked from commit 7fc70c6422 )
|
2016-08-02 17:02:17 +05:30 |
Varun Vasudev
|
4e5409a2bb
|
YARN-5443. Add support for docker inspect command. Contributed by Shane Kumpf.
(cherry picked from commit 2e7c2a13a8 )
|
2016-08-02 17:01:59 +05:30 |
Varun Vasudev
|
7ecb1635b4
|
YARN-5444. Fix failing unit tests in TestLinuxContainerExecutorWithMocks. Contributed by Yufei Gu.
(cherry picked from commit 4455aa7c86a36b6e017e288479a7d4ced889faa0)
|
2016-08-01 16:01:10 +05:30 |
Arun Suresh
|
f197378f81
|
YARN-5113. Refactoring and other clean-up for distributed scheduling. (Konstantinos Karanasos via asuresh)
(cherry picked from commit e5766b1dbe )
|
2016-07-31 11:49:09 -07:00 |