Author: mattf
Date: Mon May 6 03:44:51 2013
New Revision: 1479463
URL: http://svn.apache.org/r1479463
Log:
corrected CHANGES.txt to show HDFS-2751 fixed in 1.1.0 rather than 1.2.0.
Modified:
hadoop/common/branches/branch-1/CHANGES.txt
Modified: hadoop/common/branches/branch-1/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/CHANGES.txt?rev=1479463&r1=1479462&r2=1479463&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/CHANGES.txt (original)
+++ hadoop/common/branches/branch-1/CHANGES.txt Mon May 6 03:44:51 2013
@@ -331,9 +331,6 @@ Release 1.2.0 - unreleased
HADOOP-8606. FileSystem.get may return the wrong filesystem (Daryn Sharp
via bobby)
- HDFS-2751. Backport: Datanode may incorrectly drop OS cache behind reads
- even for short reads. (Brandon Li via szetszwo)
-
HADOOP-8613. AbstractDelegationTokenIdentifier#getUser() should set token
auth type. (daryn)
@@ -999,6 +996,9 @@ Release 1.1.0 - 2012.09.28
BUG FIXES
+ HDFS-2751. Backport: Datanode may incorrectly drop OS cache behind reads
+ even for short reads. (Brandon Li via szetszwo)
+
HDFS-3696. Set chunked streaming mode in WebHdfsFileSystem write operations
to get around a Java library bug causing OutOfMemoryError. (szetszwo)