Move some HDFS JIRAs to the correct CHANGES.txt
This commit is contained in:
parent
a3aab30d6f
commit
b05da10d0d
|
@ -251,8 +251,6 @@ Release 2.6.0 - UNRELEASED
|
||||||
|
|
||||||
HADOOP-10833. Remove unused cache in UserProvider. (Benoy Antony)
|
HADOOP-10833. Remove unused cache in UserProvider. (Benoy Antony)
|
||||||
|
|
||||||
HDFS-6843. Create FileStatus isEncrypted() method (clamb via cmccabe)
|
|
||||||
|
|
||||||
BUG FIXES
|
BUG FIXES
|
||||||
|
|
||||||
HADOOP-10781. Unportable getgrouplist() usage breaks FreeBSD (Dmitry
|
HADOOP-10781. Unportable getgrouplist() usage breaks FreeBSD (Dmitry
|
||||||
|
@ -391,12 +389,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)
|
||||||
|
|
||||||
|
|
|
@ -213,6 +213,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)
|
||||||
|
@ -412,6 +414,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
|
||||||
|
|
Loading…
Reference in New Issue