Browse Source

HADOOP-2703. The default options to fsck skips checking files
that are being written to. The output of fsck is incompatible
with previous release. (lohit vijayarenu via dhruba)



git-svn-id: https://svn.apache.org/repos/asf/hadoop/core/trunk@648839 13f79535-47bb-0310-9956-ffa450edef68

Dhruba Borthakur 17 năm trước cách đây
mục cha
commit
bf58eaaac7
1 tập tin đã thay đổi với 4 bổ sung3 xóa
  1. 4 3
      CHANGES.txt

+ 4 - 3
CHANGES.txt

@@ -5,6 +5,10 @@ Trunk (unreleased changes)
 
   INCOMPATIBLE CHANGES
 
+    HADOOP-2703.  The default options to fsck skips checking files
+    that are being written to. The output of fsck is incompatible
+    with previous release. (lohit vijayarenu via dhruba) 
+
   NEW FEATURES
 
     HADOOP-3074. Provides a UrlStreamHandler for DFS and other FS,
@@ -40,9 +44,6 @@ Trunk (unreleased changes)
     HADOOP-3176.  Change lease record when a open-for-write-file 
     gets renamed. (dhruba)
 
-    HADOOP-2703.  The default options to fsck skips checking files
-    that are being written to. (lohit vijayarenu via dhruba) 
-
 Release 0.17.0 - Unreleased
 
   INCOMPATIBLE CHANGES