Add YARN-2975, YARN-3893, YARN-2902 and YARN-4354 to Release 2.6.4 entry in CHANGES.txt

(cherry picked from commit b6c9d3fab9)
This commit is contained in:
Junping Du 2016-01-06 14:25:11 -08:00
parent 4753676a34
commit 818cd0e90d
1 changed files with 11 additions and 0 deletions

View File

@ -2075,6 +2075,8 @@ Release 2.6.4 - UNRELEASED
BUG FIXES
YARN-2975. FSLeafQueue app lists are accessed without required locks. (kasha)
YARN-3857: Memory leak in ResourceManager with SIMPLE mode.
(mujunchao via zxu)
@ -2084,12 +2086,21 @@ Release 2.6.4 - UNRELEASED
YARN-4452. NPE when submit Unmanaged application. (Naganarasimha G R
via junping_du)
YARN-3893. Both RM in active state when Admin#transitionToActive failure
from refeshAll() (Bibin A Chundatt via rohithsharmaks)
YARN-3697. FairScheduler: ContinuousSchedulingThread can fail to shutdown.
(Zhihai Xu via kasha)
YARN-4546. ResourceManager crash due to scheduling opportunity overflow.
(Jason Lowe via junping_du)
YARN-2902. Killing a container that is localizing can orphan resources in
the DOWNLOADING state (Varun Saxena via jlowe)
YARN-4354. Public resource localization fails with NPE. (Jason Lowe via
junping_du)
Release 2.6.3 - 2015-12-17
INCOMPATIBLE CHANGES