Move YARN-4519 in CHANGES.txt to 2.8

This commit is contained in:
Jian He 2016-02-11 10:17:10 +08:00
parent 358cfcf9ea
commit 0c9110d15e
1 changed files with 3 additions and 3 deletions

View File

@ -124,9 +124,6 @@ Release 2.9.0 - UNRELEASED
YARN-4633. Fix random test failure in TestRMRestart#testRMRestartAfterPreemption
(Bibin A Chundatt via rohithsharmaks)
YARN-4519. Potential deadlock of CapacityScheduler between decrease container
and assign containers. (Meng Ding via jianhe)
YARN-4543. Fix random test failure in TestNodeStatusUpdater.testStopReentrant
(Akihiro Suda via rohithsharmaks)
@ -749,6 +746,9 @@ Release 2.8.0 - UNRELEASED
YARN-4420. Add REST API for List Reservations. (Sean Po via curino)
YARN-4519. Potential deadlock of CapacityScheduler between decrease container
and assign containers. (Meng Ding via jianhe)
YARN-4138. Roll back container resource allocation after resource
increase token expires. (Meng Ding via jianhe)