fix up CHANGES.txt

This commit is contained in:
Kihwal Lee 2015-11-04 12:14:45 -06:00
parent 0eed886a16
commit 3fb1ece4e9
1 changed files with 3 additions and 3 deletions

View File

@ -2225,9 +2225,6 @@ Release 2.8.0 - UNRELEASED
HDFS-9362. TestAuditLogger#testAuditLoggerWithCallContext assumes Unix line
endings, fails on Windows. (cnauroth)
HDFS-9289. Make DataStreamer#block thread safe and verify genStamp in
commitBlock. (Chang Li via zhz)
HDFS-9351. checkNNStartup() need to be called when fsck calls
FSNamesystem.getSnapshottableDirs(). (Xiao Chen via Yongjun Zhang)
@ -2246,6 +2243,9 @@ Release 2.7.3 - UNRELEASED
BUG FIXES
HDFS-9289. Make DataStreamer#block thread safe and verify genStamp in
commitBlock. (Chang Li via zhz)
Release 2.7.2 - UNRELEASED
INCOMPATIBLE CHANGES