Browse Source

HADOOP-10690. Correct CHANGES.txt.

cnauroth 10 years ago
parent
commit
156e78c1da
1 changed files with 4 additions and 4 deletions
  1. 4 4
      hadoop-common-project/hadoop-common/CHANGES.txt

+ 4 - 4
hadoop-common-project/hadoop-common/CHANGES.txt

@@ -240,6 +240,10 @@ Release 2.7.0 - UNRELEASED
     HADOOP-10689. InputStream is not closed in
     AzureNativeFileSystemStore#retrieve(). (Chen He via cnauroth)
 
+    HADOOP-10690. Lack of synchronization on access to InputStream in
+    NativeAzureFileSystem#NativeAzureFsInputStream#close().
+    (Chen He via cnauroth)
+
 Release 2.6.0 - 2014-11-18
 
   INCOMPATIBLE CHANGES
@@ -1294,10 +1298,6 @@ Release 2.5.0 - 2014-08-11
 
     HADOOP-10910. Increase findbugs maxHeap size. (wang)
 
-    HADOOP-10690. Lack of synchronization on access to InputStream in
-    NativeAzureFileSystem#NativeAzureFsInputStream#close().
-    (Chen He via cnauroth)
-
   BREAKDOWN OF HADOOP-10514 SUBTASKS AND RELATED JIRAS
 
     HADOOP-10520. Extended attributes definition and FileSystem APIs for