Add 2.7.3 release to CHANGES.txt
(cherry picked from commit 0383a3973b
)
This commit is contained in:
parent
0b61ccaeca
commit
8334d86472
|
@ -791,6 +791,18 @@ Release 2.8.0 - UNRELEASED
|
||||||
HADOOP-12484. Single File Rename Throws Incorrectly In Potential Race
|
HADOOP-12484. Single File Rename Throws Incorrectly In Potential Race
|
||||||
Condition Scenarios. (Gaurav Kanade via cnauroth)
|
Condition Scenarios. (Gaurav Kanade via cnauroth)
|
||||||
|
|
||||||
|
Release 2.7.3 - UNRELEASED
|
||||||
|
|
||||||
|
INCOMPATIBLE CHANGES
|
||||||
|
|
||||||
|
NEW FEATURES
|
||||||
|
|
||||||
|
IMPROVEMENTS
|
||||||
|
|
||||||
|
OPTIMIZATIONS
|
||||||
|
|
||||||
|
BUG FIXES
|
||||||
|
|
||||||
Release 2.7.2 - UNRELEASED
|
Release 2.7.2 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -1388,6 +1388,18 @@ Release 2.8.0 - UNRELEASED
|
||||||
HDFS-9351. checkNNStartup() need to be called when fsck calls
|
HDFS-9351. checkNNStartup() need to be called when fsck calls
|
||||||
FSNamesystem.getSnapshottableDirs(). (Xiao Chen via Yongjun Zhang)
|
FSNamesystem.getSnapshottableDirs(). (Xiao Chen via Yongjun Zhang)
|
||||||
|
|
||||||
|
Release 2.7.3 - UNRELEASED
|
||||||
|
|
||||||
|
INCOMPATIBLE CHANGES
|
||||||
|
|
||||||
|
NEW FEATURES
|
||||||
|
|
||||||
|
IMPROVEMENTS
|
||||||
|
|
||||||
|
OPTIMIZATIONS
|
||||||
|
|
||||||
|
BUG FIXES
|
||||||
|
|
||||||
Release 2.7.2 - UNRELEASED
|
Release 2.7.2 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -338,6 +338,18 @@ Release 2.8.0 - UNRELEASED
|
||||||
MAPREDUCE-6515. Update Application priority in AM side from AM-RM heartbeat
|
MAPREDUCE-6515. Update Application priority in AM side from AM-RM heartbeat
|
||||||
(Sunil G via jlowe)
|
(Sunil G via jlowe)
|
||||||
|
|
||||||
|
Release 2.7.3 - UNRELEASED
|
||||||
|
|
||||||
|
INCOMPATIBLE CHANGES
|
||||||
|
|
||||||
|
NEW FEATURES
|
||||||
|
|
||||||
|
IMPROVEMENTS
|
||||||
|
|
||||||
|
OPTIMIZATIONS
|
||||||
|
|
||||||
|
BUG FIXES
|
||||||
|
|
||||||
Release 2.7.2 - UNRELEASED
|
Release 2.7.2 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -990,6 +990,18 @@ Release 2.8.0 - UNRELEASED
|
||||||
YARN-4326. Fix TestDistributedShell timeout as AHS in MiniYarnCluster no longer
|
YARN-4326. Fix TestDistributedShell timeout as AHS in MiniYarnCluster no longer
|
||||||
binds to default port 8188. (Meng Ding via wangda)
|
binds to default port 8188. (Meng Ding via wangda)
|
||||||
|
|
||||||
|
Release 2.7.3 - UNRELEASED
|
||||||
|
|
||||||
|
INCOMPATIBLE CHANGES
|
||||||
|
|
||||||
|
NEW FEATURES
|
||||||
|
|
||||||
|
IMPROVEMENTS
|
||||||
|
|
||||||
|
OPTIMIZATIONS
|
||||||
|
|
||||||
|
BUG FIXES
|
||||||
|
|
||||||
Release 2.7.2 - UNRELEASED
|
Release 2.7.2 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
Loading…
Reference in New Issue