Parcourir la source

HDFS-570. Moving this into incompatible changes section.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hdfs/branches/HDFS-265@819233 13f79535-47bb-0310-9956-ffa450edef68
Konstantin Shvachko il y a 15 ans
Parent
commit
f3389efef6
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      CHANGES.txt

+ 3 - 3
CHANGES.txt

@@ -12,6 +12,9 @@ Append branch (unreleased changes)
 
     HDFS-644. Lease recovery, concurrency support. (shv)
 
+   HDFS-570. Get last block length from a data-node when opening a file
+   being written to. (Tsz Wo (Nicholas), SZE via shv)
+
   NEW FEATURES
 
     HDFS-536. Support hflush at DFSClient. (hairong)
@@ -43,9 +46,6 @@ Append branch (unreleased changes)
    HDFS-627. Support replica update in data-node.
    (Tsz Wo (Nicholas), SZE and Hairong Kuang via shv)
 
-   HDFS-570. Get last block length from a data-node when opening a file
-   being written to. (Tsz Wo (Nicholas), SZE via shv)
-
   IMPROVEMENTS
 
     HDFS-509. Redesign DataNode volumeMap to include all types of Replicas.