浏览代码

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 年之前
父节点
当前提交
bf58eaaac7
共有 1 个文件被更改,包括 4 次插入3 次删除
  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