Fix up CHANGES.txt

This commit is contained in:
Kihwal Lee 2016-01-14 09:58:35 -06:00
parent c2d1d69525
commit a90dcb0865
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,6 @@ Release 2.7.3 - UNRELEASED
HDFS-7163. WebHdfsFileSystem should retry reads according to the configured
retry policy. (Eric Payne via kihwal)
HDFS-9574. Reduce client failures during datanode restart (kihwal)
HDFS-9047. Retire libwebhdfs (kihwal)
HDFS-9569. Log the name of the fsimage being loaded for better
@ -71,6 +69,8 @@ Release 2.7.2 - UNRELEASED
HDFS-9221. HdfsServerConstants#ReplicaState#getState should avoid calling
values() since it creates a temporary array. (Staffan Friberg via yliu)
HDFS-9574. Reduce client failures during datanode restart (kihwal)
OPTIMIZATIONS
HDFS-8722. Optimize datanode writes for small writes and flushes (kihwal)