Fix CHANGES.txt

(cherry picked from commit 2529464f08)
This commit is contained in:
Kihwal Lee 2015-11-02 09:10:55 -06:00
parent bb2ee9f8eb
commit d65ca63c68
1 changed files with 3 additions and 3 deletions

View File

@ -688,9 +688,6 @@ Release 2.8.0 - UNRELEASED
HDFS-9110. Use Files.walkFileTree in NNUpgradeUtil#doPreUpgrade for HDFS-9110. Use Files.walkFileTree in NNUpgradeUtil#doPreUpgrade for
better efficiency. (Charlie Helin via wang) better efficiency. (Charlie Helin via wang)
HDFS-9221. HdfsServerConstants#ReplicaState#getState should avoid calling
values() since it creates a temporary array. (Staffan Friberg via yliu)
HDFS-8988. Use LightWeightHashSet instead of LightWeightLinkedSet in HDFS-8988. Use LightWeightHashSet instead of LightWeightLinkedSet in
BlockManager#excessReplicateMap. (yliu) BlockManager#excessReplicateMap. (yliu)
@ -1383,6 +1380,9 @@ Release 2.7.2 - UNRELEASED
HDFS-8099. Change "DFSInputStream has been closed already" message to HDFS-8099. Change "DFSInputStream has been closed already" message to
debug log level (Charles Lamb via Colin P. McCabe) debug log level (Charles Lamb via Colin P. McCabe)
HDFS-9221. HdfsServerConstants#ReplicaState#getState should avoid calling
values() since it creates a temporary array. (Staffan Friberg via yliu)
OPTIMIZATIONS OPTIMIZATIONS
HDFS-8722. Optimize datanode writes for small writes and flushes (kihwal) HDFS-8722. Optimize datanode writes for small writes and flushes (kihwal)