Browse Source

Move some HDFS JIRAs to the correct CHANGES.txt

Andrew Wang 10 years ago
parent
commit
bf38793ce1

+ 0 - 8
hadoop-common-project/hadoop-common/CHANGES.txt

@@ -530,8 +530,6 @@ Release 2.6.0 - UNRELEASED
 
 
     HADOOP-10922. User documentation for CredentialShell. (Larry McCay via wang)
     HADOOP-10922. User documentation for CredentialShell. (Larry McCay via wang)
 
 
-    HDFS-6843. Create FileStatus isEncrypted() method (clamb via cmccabe)
-
     HADOOP-11016. KMS should support signing cookies with zookeeper secret
     HADOOP-11016. KMS should support signing cookies with zookeeper secret
     manager. (tucu)
     manager. (tucu)
 
 
@@ -726,12 +724,6 @@ Release 2.6.0 - UNRELEASED
     HADOOP-11056. OsSecureRandom.setConf() might leak file descriptors (yzhang
     HADOOP-11056. OsSecureRandom.setConf() might leak file descriptors (yzhang
     via cmccabe)
     via cmccabe)
 
 
-    HDFS-6912. SharedFileDescriptorFactory should not allocate sparse files
-    (cmccabe)
-
-    HDFS-7075. hadoop-fuse-dfs fails because it cannot find
-    JavaKeyStoreProvider$Factory (cmccabe)
-
     HADOOP-11040. Return value of read(ByteBuffer buf) in CryptoInputStream is
     HADOOP-11040. Return value of read(ByteBuffer buf) in CryptoInputStream is
     incorrect in some cases. (Yi Liu via wang)
     incorrect in some cases. (Yi Liu via wang)
 
 

+ 8 - 0
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt

@@ -471,6 +471,8 @@ Release 2.6.0 - UNRELEASED
     HDFS-6705. Create an XAttr that disallows the HDFS admin from accessing a
     HDFS-6705. Create an XAttr that disallows the HDFS admin from accessing a
     file. (clamb via wang)
     file. (clamb via wang)
 
 
+    HDFS-6843. Create FileStatus isEncrypted() method (clamb via cmccabe)
+
   OPTIMIZATIONS
   OPTIMIZATIONS
 
 
     HDFS-6690. Deduplicate xattr names in memory. (wang)
     HDFS-6690. Deduplicate xattr names in memory. (wang)
@@ -670,6 +672,12 @@ Release 2.6.0 - UNRELEASED
     and TestDFSClientFailover.testDoesntDnsResolveLogicalURI failing on jdk7.
     and TestDFSClientFailover.testDoesntDnsResolveLogicalURI failing on jdk7.
     (Akira Ajisaka via wang)
     (Akira Ajisaka via wang)
 
 
+    HDFS-6912. SharedFileDescriptorFactory should not allocate sparse files
+    (cmccabe)
+
+    HDFS-7075. hadoop-fuse-dfs fails because it cannot find
+    JavaKeyStoreProvider$Factory (cmccabe)
+
     BREAKDOWN OF HDFS-6134 AND HADOOP-10150 SUBTASKS AND RELATED JIRAS
     BREAKDOWN OF HDFS-6134 AND HADOOP-10150 SUBTASKS AND RELATED JIRAS
   
   
       HDFS-6387. HDFS CLI admin tool for creating & deleting an
       HDFS-6387. HDFS CLI admin tool for creating & deleting an