소스 검색

HDFS-7314. Moving to 2.6.1 CHANGES.txt section.

(cherry picked from commit f103a70af5c5b01931b5cd2e5782eac5aeeb31cd)
Vinod Kumar Vavilapalli 9 년 전
부모
커밋
d5823452b9
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt

+ 3 - 3
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt

@@ -383,9 +383,6 @@ Release 2.8.0 - UNRELEASED
     HDFS-8742. Inotify: Support event for OP_TRUNCATE.
     (Surendra Singh Lilhore via aajisaka)
 
-    HDFS-7314. When the DFSClient lease cannot be renewed, abort open-for-write
-    files rather than the entire DFSClient. (mingma)
-
     HDFS-8794. Improve CorruptReplicasMap#corruptReplicasMap. (yliu)
 
     HDFS-7483. Display information per tier on the Namenode UI.
@@ -2124,6 +2121,9 @@ Release 2.6.1 - 2015-09-09
     HDFS-7213. processIncrementalBlockReport performance degradation.
     (Eric Payne via kihwal)
 
+    HDFS-7314. When the DFSClient lease cannot be renewed, abort open-for-write
+    files rather than the entire DFSClient. (mingma)
+
     HDFS-7235. DataNode#transferBlock should report blocks that don't exist
     using reportBadBlock (yzhang via cmccabe)