Move truncate related messages in CHANGES.txt to branch 2 section. (shv)

This commit is contained in:
Konstantin V Shvachko 2015-01-24 17:49:22 -08:00
parent e9fd46ddbf
commit 3ea353e7b9
2 changed files with 20 additions and 20 deletions

View File

@ -19,9 +19,6 @@ Trunk (Unreleased)
HADOOP-11353. Add support for .hadooprc (aw)
HADOOP-11490. Expose truncate API via FileSystem and shell command.
(Milan Desai via shv)
IMPROVEMENTS
HADOOP-8017. Configure hadoop-main pom to get rid of M2E plugin execution
@ -386,6 +383,9 @@ Release 2.7.0 - UNRELEASED
HADOOP-8989. hadoop fs -find feature (Jonathan Allen via aw)
HADOOP-11490. Expose truncate API via FileSystem and shell command.
(Milan Desai via shv)
IMPROVEMENTS
HADOOP-11483. HardLink.java should use the jdk7 createLink method (aajisaka)

View File

@ -18,10 +18,6 @@ Trunk (Unreleased)
HDFS-3125. Add JournalService to enable Journal Daemon. (suresh)
HDFS-3107. Introduce truncate. (Plamen Jeliazkov via shv)
HDFS-7056. Snapshot support for truncate. (Plamen Jeliazkov and shv)
IMPROVEMENTS
HDFS-4665. Move TestNetworkTopologyWithNodeGroup to common.
@ -143,9 +139,6 @@ Trunk (Unreleased)
HDFS-7430. Rewrite the BlockScanner to use O(1) memory and use multiple
threads (cmccabe)
HDFS-7659. truncate should check negative value of the new length.
(Yi Liu via shv)
OPTIMIZATIONS
BUG FIXES
@ -280,16 +273,6 @@ Trunk (Unreleased)
HDFS-7581. HDFS documentation needs updating post-shell rewrite (aw)
HDFS-7606. Fix potential NPE in INodeFile.getBlocks(). (Byron Wong via shv)
HDFS-7638: Small fix and few refinements for FSN#truncate. (yliu)
HDFS-7634. Disallow truncation of Lazy persist files. (Yi Liu via
Arpit Agarwal)
HDFS-7643. Test case to ensure lazy persist files cannot be truncated.
(Yi Liu via Arpit Agarwal)
HADOOP-11484. hadoop-mapreduce-client-nativetask fails to build on ARM
AARCH64 due to x86 asm statements (Edward Nevill via Colin P. McCabe)
@ -320,6 +303,10 @@ Release 2.7.0 - UNRELEASED
HDFS-7449. Add metrics to NFS gateway (brandonli)
HDFS-3107. Introduce truncate. (Plamen Jeliazkov via shv)
HDFS-7056. Snapshot support for truncate. (Plamen Jeliazkov and shv)
IMPROVEMENTS
HDFS-7055. Add tracing to DFSInputStream (cmccabe)
@ -785,6 +772,19 @@ Release 2.7.0 - UNRELEASED
HDFS-7644. minor typo in HttpFS doc (Charles Lamb via aw)
HDFS-7606. Fix potential NPE in INodeFile.getBlocks(). (Byron Wong via shv)
HDFS-7638: Small fix and few refinements for FSN#truncate. (yliu)
HDFS-7634. Disallow truncation of Lazy persist files. (Yi Liu via
Arpit Agarwal)
HDFS-7643. Test case to ensure lazy persist files cannot be truncated.
(Yi Liu via Arpit Agarwal)
HDFS-7659. truncate should check negative value of the new length.
(Yi Liu via shv)
Release 2.6.1 - UNRELEASED
INCOMPATIBLE CHANGES