Add 2.7.3 release to CHANGES.txt
This commit is contained in:
parent
73b9c7b82b
commit
0383a3973b
|
@ -1404,6 +1404,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
|
||||||
|
|
|
@ -2231,6 +2231,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
|
||||||
|
|
|
@ -622,6 +622,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
|
||||||
|
|
|
@ -1042,6 +1042,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