YARN-3222. Added the missing CHANGES.txt entry.

This commit is contained in:
Vinod Kumar Vavilapalli 2015-09-01 13:43:10 -07:00
parent 0eb9b19325
commit 4620767156
1 changed files with 3 additions and 0 deletions

View File

@ -1701,6 +1701,9 @@ Release 2.7.0 - 2015-04-20
YARN-3265. Fixed a deadlock in CapacityScheduler by always passing a queue's
available resource-limit from the parent queue. (Wangda Tan via vinodkv)
YARN-3222. Fixed RMNode to send scheduler events in sequential order when a
node reconnects. (Rohith Sharma K S via jianhe)
YARN-3131. YarnClientImpl should check FAILED and KILLED state in
submitApplication (Chang Li via jlowe)